-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1023 Bytes
/
package.json
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
{
"name": "reactapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"cross-env": "^5.2.0",
"history": "^4.7.2",
"js-cookie": "^2.2.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"npm": "^5.10.0",
"react": "^16.4.0",
"react-accessible-accordion": "^2.4.2",
"react-dom": "^16.4.0",
"react-google-maps": "^9.4.5",
"react-images": "^0.5.17",
"react-input-range": "^1.3.0",
"react-redux": "^5.0.7",
"react-responsive-modal": "^3.0.3",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.1",
"react-slick": "^0.23.1",
"react-toastr": "^3.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1"
},
"scripts": {
"start": "cross-env NODE_PATH=./src react-scripts start",
"build": "cross-env NODE_PATH=./src react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}