-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1002 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
37
38
{
"name": "diamond",
"version": "0.1.0",
"private": true,
"engines": {
"node": "10.3.0"
},
"dependencies": {
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"braintree-web": "^3.46.0",
"braintree-web-drop-in": "^1.18.0",
"express": "^4.16.4",
"path": "^0.12.7",
"react-async-script-loader": "^0.3.0",
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "^16.8.6",
"react-input-range": "^1.3.0",
"react-redux": "^7.0.3",
"react-scripts": "0.9.5",
"react-scroll-parallax": "^2.1.2",
"react-slick": "^0.24.0",
"react-transition-group": "^4.0.1",
"react-validation": "^3.0.7",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"slick-carousel": "^1.8.1",
"universal-cookie": "^4.0.0"
},
"devDependencies": {},
"scripts": {
"start": "node server.js",
"devstart": "react-scripts start",
"devbuild": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}