-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1007 Bytes
/
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
{
"name": "labctrl-node",
"version": "1.0.0",
"description": "Lab Control Web Frontend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yichao Yu",
"license": "LGPL-3.0+",
"dependencies": {
"base64url": "^3.0.1",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"bootstrap": "^4.6.2",
"cls-hooked": "^4.2.2",
"compression": "^1.7.5",
"config": "^3.3.12",
"cookie-parser": "^1.4.7",
"draft-js": "^0.11.7",
"express": "^4.21.2",
"immutable": "^5.0.3",
"ip-filter": "^3.0.5",
"js-yaml": "^4.1.0",
"nan": "^2.22.0",
"next": "^14.2.23",
"nodemailer": "^6.10.0",
"prompt": "^1.3.0",
"react": "^18.3.1",
"react-bootstrap": "^1.6.8",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"sequelize": "^6.37.5",
"socket.io": "^4.8.1",
"sqlite3": "^5.1.7",
"zeromq": "^6.3.0"
},
"devDependencies": {
"eslint-config-next": "^14.2.23"
}
}