-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "NOTE",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"chart.js": "^4.2.0",
"chartjs": "^0.3.24",
"colors": "^1.4.0",
"concurrently": "^7.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"fast-xml-parser": "^4.0.11",
"http-errors": "^2.0.0",
"iconv-lite": "^0.4.24",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.2",
"nodemon": "^2.0.20",
"react-chartjs-2": "^5.2.0",
"react-router-dom": "^6.8.0",
"saslprep": "^1.0.3",
"send": "^0.18.0",
"setprototypeof": "^1.2.0",
"side-channel": "^1.0.4",
"smart-buffer": "^4.2.0",
"socks": "^2.7.1",
"sparse-bitfield": "^3.0.3",
"statuses": "^2.0.1",
"strnum": "^1.0.5",
"toidentifier": "^1.0.1",
"tr46": "^3.0.0",
"tslib": "^2.4.1"
},
"scripts": {
"start": "node backend/Server.js",
"server": "nodemon backend/Server.js",
"client": "npm start --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"build": "npm install && cd ./frontend && npm install npm run build"
},
"keywords": [],
"author": "",
"license": "ISC"
}