-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-focus-commerce",
"version": "0.1.0",
"private": true,
"devDependencies": {
"enzyme": "^2.7.1",
"react-addons-test-utils": "^15.4.2",
"react-scripts": "0.8.5"
},
"dependencies": {
"body-parser": "^1.16.0",
"classnames": "^2.2.5",
"cloudinary": "^1.7.1",
"cookie-parser": "^1.4.3",
"eventproxy": "^0.3.5",
"express": "^4.14.1",
"express-jwt": "^5.1.0",
"express-session": "^1.15.0",
"formsy-react": "^0.19.2",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.3.0",
"jwt-simple": "^0.5.1",
"mongodb": "^2.2.22",
"mongoose": "^4.8.1",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"rc-tree-select": "^1.9.0",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-data-grid": "^2.0.17",
"react-data-grid-addons": "^2.0.18",
"react-dom": "^15.4.2",
"react-dropzone": "^3.11.0",
"react-owl-carousel": "^0.14.0",
"react-redux": "^5.0.2",
"react-router": "^3.0.1",
"react-ui-tree": "^2.6.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"superagent": "^3.5.0"
},
"scripts": {
"react-start": "react-scripts start",
"start": "node ./server/server.js",
"heroku-postbuild": "npm install --only=dev && npm install && npm run build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:5000"
}