-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "searchbot",
"version": "1.0.0",
"private": true,
"scripts": {
"server": "nodemon ./server/server.js",
"client": "cd client && yarn start --prefix",
"dev": "concurrently --kill-others-on-fail \"npm run client\" \"npm run server\" "
},
"dependencies": {
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
"body-parser": "^1.18.3",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"cheerio": "*",
"concurrently": "^4.0.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"eslint": "^7.28.0",
"eslint-loader": "^4.0.2",
"express": "^4.16.4",
"fs": "*",
"html-webpack-plugin": "^5.3.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemon": "^2.0.7",
"proxy": "^1.0.2",
"react-cookie": "^4.0.3",
"react-dev-utils": "^11.0.4",
"url-loader": "^4.1.1",
"webpack": "^5.38.1",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"concurrently": "^4.0.1"
},
"proxy": "http://localhost:5000"
}