-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.1 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
{
"name": "<<APP_NAME_CONCAT>>",
"version": "0.1.0",
"private": true,
"licence": "MIT",
"dependencies": {
"bcrypt": "^5.0.0",
"classnames": "^2.2.6",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"easy-fetch-api": "^2.0.0",
"express": "^4.17.1",
"history": "^4.10.1",
"js-cookie": "^2.2.1",
"mongoose": "^5.9.16",
"sass": "^1.54.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1"
},
"scripts": {
"client": "react-scripts start",
"build": "react-scripts build",
"start": "node ./server/index.js"
},
"proxy": "http://localhost:3001",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv": "^8.2.0",
"prop-types": "^15.7.2"
}
}