package.json
1.42 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
{
"name": "repower-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-polyfill": "^6.26.0",
"formsy-react": "^0.19.5",
"history": "^4.7.2",
"react": "^16.0.0",
"react-accessible-accordion": "^1.0.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-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-webcam": "^0.2.0",
"redux": "^3.7.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"
}
}