package.json
1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "repower-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"autosuggest-highlight": "^3.1.1",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"dom-css": "^2.1.0",
"formsy-react": "^0.19.5",
"gsap": "^1.20.3",
"history": "^4.7.2",
"react": "^16.0.0",
"react-accessible-accordion": "^1.0.1",
"react-autosuggest": "^9.3.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.0.0",
"react-dropzone": "^4.2.1",
"react-file-drag-and-drop": "^0.1.6",
"react-file-reader": "^1.1.3",
"react-form-with-constraints": "^0.6.2",
"react-input-autosize": "^2.0.1",
"react-modal": "^3.1.0",
"react-motion": "^0.5.2",
"react-notify-toast": "^0.4.0",
"react-pdf": "^2.1.7",
"react-pdf-js": "^2.0.5",
"react-radio-group": "^3.0.2",
"react-redux": "^5.0.6",
"react-reveal": "^0.7.1",
"react-router-dom": "^4.2.2",
"react-router-hash-link": "^1.1.1",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.14",
"react-scroll": "^1.6.1",
"react-scroll-to-component": "^1.0.1",
"react-select": "^1.0.0-rc.10",
"react-skroll": "^0.4.2",
"react-slick": "^0.15.4",
"react-sticky-el": "^1.0.13",
"react-sticky-state": "^2.1.6",
"react-stickynode": "^1.4.0",
"react-toastify": "^3.3.1",
"react-transition-group": "^2.2.1",
"react-webcam": "^0.2.0",
"rebound": "0.0.15",
"redux": "^3.7.2",
"redux-observers": "^2.0.2",
"redux-storage": "^4.1.2",
"redux-storage-engine-localstorage": "^1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}