11{
2- "name" : " vertical-timeline-component-react" ,
3- "version" : " 1.2.4 " ,
4- "description" : " A simple component for create a vertical timeline with Reactjs" ,
5- "main" : " build/index.js" ,
6- "repository" : " https://github.com/Proskynete/vertical-timeline-component-react" ,
7- "author" : {
8- "name" : " Eduardo Alvarez" ,
9- "email" : " eduardo.a1993@gmail.com"
10- },
11- "license" : " MIT" ,
12- "scripts" : {
13- "build" : " webpack --mode production" ,
14- "start" : " webpack --mode development --watch" ,
15- "lint" : " eslint ./src --ignore-path .gitignore" ,
16- "lint:fix" : " eslint --fix ./src --ignore-path .gitignore" ,
17- "prettier:check" : " prettier --check ./src/**/*.js" ,
18- "prettier:format" : " prettier --config .prettierrc --write ./src/**/*.js" ,
19- "test" : " jest" ,
20- "test:update-snapshots" : " jest --updateSnapshot" ,
21- "test:coveralls" : " jest --coverage --coverageReporters=text-lcov | coveralls" ,
22- "test:coverage" : " jest --coverage" ,
23- "test:watch" : " jest --watchAll"
24- },
25- "keywords" : [
26- " React" ,
27- " Reactjs" ,
28- " Vertical Timeline Component React" ,
29- " Vertical Timeline"
30- ],
31- "peerDependencies" : {
32- "react" : " ^16.13.1"
33- },
34- "dependencies" : {
35- "chai" : " ^4.2.0" ,
36- "chai-enzyme" : " ^1.0.0-beta.1" ,
37- "coveralls" : " ^3.1.0" ,
38- "enzyme" : " ^3.9.0" ,
39- "enzyme-adapter-react-16" : " ^1.12.1" ,
40- "jest" : " ^26.1.0" ,
41- "path" : " ^0.12.7" ,
42- "prop-types" : " ^15.7.2" ,
43- "react" : " ^16.13.1" ,
44- "react-dom" : " ^16.13.1" ,
45- "styled-components" : " ^5.1.1" ,
46- "webpack" : " ^4.44.0" ,
47- "webpack-cli" : " ^3.3.12"
48- },
49- "devDependencies" : {
50- "@babel/core" : " ^7.10.5" ,
51- "@babel/plugin-transform-runtime" : " ^7.10.5" ,
52- "@babel/polyfill" : " ^7.10.4" ,
53- "@babel/preset-env" : " ^7.10.4" ,
54- "@babel/preset-react" : " ^7.10.4" ,
55- "@babel/runtime" : " ^7.10.5" ,
56- "babel-eslint" : " ^10.0.3" ,
57- "babel-jest" : " ^26.1.0" ,
58- "babel-loader" : " ^8.1.0" ,
59- "eslint" : " 7.2.0" ,
60- "eslint-config-airbnb" : " ^18.2.0" ,
61- "eslint-config-airbnb-base" : " ^14.2.0" ,
62- "eslint-config-prettier" : " ^6.11.0" ,
63- "eslint-import-resolver-alias" : " ^1.1.2" ,
64- "eslint-import-resolver-meteor" : " ^0.4.0" ,
65- "eslint-plugin-import" : " ^2.22.0" ,
66- "eslint-plugin-jsx-a11y" : " ^6.2.3" ,
67- "eslint-plugin-prettier" : " ^3.1.3" ,
68- "eslint-plugin-react" : " ^7.20.5" ,
69- "eslint-plugin-react-hooks" : " 0.0.0-33c3af284" ,
70- "react-test-renderer" : " ^16.8.6"
71- }
72- }
2+ "name" : " vertical-timeline-component-react" ,
3+ "version" : " 2.0.0 " ,
4+ "description" : " A simple component for create a vertical timeline with Reactjs" ,
5+ "main" : " build/index.js" ,
6+ "repository" : " https://github.com/Proskynete/vertical-timeline-component-react" ,
7+ "author" : {
8+ "name" : " Eduardo Alvarez" ,
9+ "email" : " eduardo.a1993@gmail.com"
10+ },
11+ "license" : " MIT" ,
12+ "scripts" : {
13+ "build" : " webpack --mode production" ,
14+ "start" : " webpack --mode development --watch" ,
15+ "lint" : " eslint ./src --ignore-path .gitignore" ,
16+ "lint:fix" : " eslint --fix ./src --ignore-path .gitignore" ,
17+ "prettier:check" : " prettier --check ./src/**/*.js" ,
18+ "prettier:format" : " prettier --config .prettierrc --write ./src/**/*.js" ,
19+ "test" : " jest" ,
20+ "test:update-snapshots" : " jest --updateSnapshot" ,
21+ "test:coveralls" : " jest --coverage --coverageReporters=text-lcov | coveralls" ,
22+ "test:coverage" : " jest --coverage" ,
23+ "test:watch" : " jest --watchAll"
24+ },
25+ "keywords" : [
26+ " React" ,
27+ " Reactjs" ,
28+ " Vertical Timeline Component React" ,
29+ " Vertical Timeline"
30+ ],
31+ "peerDependencies" : {
32+ "react" : " ^16.13.1"
33+ },
34+ "dependencies" : {
35+ "chai" : " ^4.2.0" ,
36+ "chai-enzyme" : " ^1.0.0-beta.1" ,
37+ "coveralls" : " ^3.1.0" ,
38+ "enzyme" : " ^3.9.0" ,
39+ "enzyme-adapter-react-16" : " ^1.12.1" ,
40+ "jest" : " ^26.1.0" ,
41+ "path" : " ^0.12.7" ,
42+ "prop-types" : " ^15.7.2" ,
43+ "react" : " ^16.13.1" ,
44+ "react-dom" : " ^16.13.1" ,
45+ "styled-components" : " ^5.1.1" ,
46+ "webpack" : " ^4.44.0" ,
47+ "webpack-cli" : " ^3.3.12"
48+ },
49+ "devDependencies" : {
50+ "@babel/core" : " ^7.10.5" ,
51+ "@babel/plugin-transform-runtime" : " ^7.10.5" ,
52+ "@babel/polyfill" : " ^7.10.4" ,
53+ "@babel/preset-env" : " ^7.10.4" ,
54+ "@babel/preset-react" : " ^7.10.4" ,
55+ "@babel/runtime" : " ^7.10.5" ,
56+ "babel-eslint" : " ^10.0.3" ,
57+ "babel-jest" : " ^26.1.0" ,
58+ "babel-loader" : " ^8.1.0" ,
59+ "eslint" : " 7.2.0" ,
60+ "eslint-config-airbnb" : " ^18.2.0" ,
61+ "eslint-config-airbnb-base" : " ^14.2.0" ,
62+ "eslint-config-prettier" : " ^6.11.0" ,
63+ "eslint-import-resolver-alias" : " ^1.1.2" ,
64+ "eslint-import-resolver-meteor" : " ^0.4.0" ,
65+ "eslint-plugin-import" : " ^2.22.0" ,
66+ "eslint-plugin-jsx-a11y" : " ^6.2.3" ,
67+ "eslint-plugin-prettier" : " ^3.1.3" ,
68+ "eslint-plugin-react" : " ^7.20.5" ,
69+ "eslint-plugin-react-hooks" : " 0.0.0-33c3af284" ,
70+ "react-test-renderer" : " ^16.8.6"
71+ }
72+ }
0 commit comments