-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 942 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
{
"name": "crudity",
"version": "0.0.1",
"private": true,
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"crypto": "^1.0.1",
"express": "^4.16.1",
"express-session": "^1.15.6",
"mongodb": "^2.2.31",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-ionicons": "^1.5.9",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-s-alert": "^1.3.1",
"react-scripts": "1.0.14",
"redux": "^3.7.2",
"redux-persist": "^5.10.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.74.2",
"sha256": "^0.2.0",
"uuid": "^3.1.0"
},
"scripts": {
"start_react": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"start_server": "babel-node server"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0"
}
}