-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
{
"name": "acl-project",
"version": "1.0.0",
"description": "Diab was here",
"main": "app.js",
"scripts": {
"start": "node app.js",
"server": "nodemon app.js",
"test": "jest --forceExit",
"staffRoutes": "nodemon routes/staffRoutes.js",
"client": "npm start --prefix client",
"clientinstall": "npm install --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"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"client": "file:client",
"config": "^3.3.3",
"dotenv": "^8.2.0",
"express-validator": "^6.8.0",
"jest": "^26.6.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.3",
"mongoose": "^5.11.11",
"nodejs": "0.0.0",
"nodemon": "^2.0.6",
"react-datetime-picker": "^3.0.4",
"react-icons": "^4.1.0",
"react-loading": "^2.0.3",
"react-select": "^3.1.1",
"react-table-scrollbar": "^0.1.9",
"supertest": "^6.0.1",
"uuid": "^8.3.2",
"validator": "^13.5.2"
},
"devDependencies": {
"concurrently": "^5.3.0",
"cors": "^2.8.5",
"express": "^4.17.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aearly1/Team-2.git"
},
"bugs": {
"url": "https://github.com/aearly1/Team-2/issues"
},
"homepage": "https://github.com/aearly1/Team-2#readme"
}