-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.63 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "pswebsite",
"version": "1.0.0",
"description": "ps station finder",
"main": "backend/index.js",
"scripts": {
"start": "node backend/index.js",
"dev": "env-cmd -f config/dev.env nodemon backend/index.js",
"test": "jest",
"heroku-postbuild": "cd frontend && npm i && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madhavgupta211/pswebsite.git"
},
"keywords": [
"ps",
"practice",
"school",
"station"
],
"author": "madhavgupta211 pratham1002",
"license": "ISC",
"bugs": {
"url": "https://github.com/madhavgupta211/pswebsite/issues"
},
"homepage": "https://github.com/madhavgupta211/pswebsite#readme",
"devDependencies": {
"create-react-app": "^3.4.1",
"env-cmd": "^10.1.0",
"eslint": "^7.4.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.1.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"admin-bro": "^2.8.0",
"admin-bro-expressjs": "^2.1.1",
"admin-bro-mongoose": "^0.5.2",
"axios": "^0.19.2",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.1",
"googleapis": "^107.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.5.9",
"mongoose": "^5.9.25",
"mongoose-url-slugs": "^1.0.2",
"morgan": "^1.10.0",
"query-string": "^6.13.1",
"validator": "^13.1.1"
}
}