forked from mfong4151/Singed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "singed",
"version": "1.0.0",
"description": "singed restaurants recommendation web app",
"engines": {
"node": "16.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"backend-install": "npm install --prefix backend",
"backend": "npm run dev --prefix backend",
"frontend-install": "npm install --prefix frontend",
"frontend": "npm start --prefix frontend",
"frontend-build": "npm run build --prefix frontend",
"build": "npm run backend-install && npm run frontend-install && npm run frontend-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfong4151/Singed.git"
},
"keywords": [],
"author": "Singed team",
"license": "ISC",
"bugs": {
"url": "https://github.com/mfong4151/Singed/issues"
},
"homepage": "https://github.com/mfong4151/Singed#readme",
"dependencies": {
"aws-sdk": "^2.1296.0",
"csv-parser": "^3.0.0",
"multer": "^1.4.5-lts.1",
"react-fi": "^1.0.11",
"react-icons": "^4.7.1",
"react-modal": "^3.16.1",
"socket.io": "^4.5.4"
}
}