-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 KB
/
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
37
38
39
40
41
{
"name": "liveinlove.da",
"version": "0.1.0",
"private": true,
"dependencies": {
"animate.css": "^3.6.1",
"cross-env": "^5.2.0",
"express": "^4.16.3",
"history": "^4.7.2",
"js-cookie": "^2.2.0",
"react": "^16.4.1",
"react-accessible-accordion": "^2.4.3",
"react-bootstrap": "^0.32.1",
"react-confirm-alert": "^2.0.5",
"react-countup": "^3.0.3",
"react-cropper": "^1.0.1",
"react-dom": "^16.4.1",
"react-images": "^0.5.17",
"react-images-upload": "^1.2.0",
"react-input-mask": "^2.0.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.0",
"react-scroll": "^1.7.10",
"react-slick": "^0.19.0",
"react-toastr": "^3.0.0",
"react-validation": "^3.0.7",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"whatwg-fetch": "^2.0.4"
},
"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"
}
}