-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
{
"name": "nss",
"version": "1.0.0",
"description": " THe official site of TUSC<",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js",
"server": "nodemon server/server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adiXcodr/tusc.git"
},
"engines": {
"node": "11.4.0"
},
"author": "Adittya Dey",
"license": "ISC",
"bugs": {
"url": "https://github.com/adiXcodr/tusc/issues"
},
"homepage": "https://github.com/adiXcodr/tusc",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"bcrypt": "^3.0.8",
"body-parser": "^1.18.3",
"client": "file:client",
"concurrently": "^4.1.2",
"cookie-parser": "^1.4.5",
"create-react-app": "^3.2.0",
"express": "^4.16.4",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.4.0",
"moment-js": "^1.1.15",
"mongoose": "^5.9.12",
"nodemon": "^1.19.4",
"postscribe": "^2.0.8",
"prescribe": "^1.1.3"
}
}