-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.15 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
{
"name": "fyp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@adminjs/express": "^4.1.0",
"@babel/preset-react": "^7.16.7",
"antd": "^4.19.3",
"body-parser": "^1.19.2",
"cookie-parser": "~1.4.4",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"ejs": "^3.1.6",
"express": "~4.16.1",
"express-formidable": "^1.2.0",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"ffi-napi": "^4.0.3",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"moment": "^2.29.1",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-gyp": "^9.0.0",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"redis": "^4.0.6",
"ref-napi": "^3.0.3",
"sequelize": "^6.17.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react": "^6.24.1",
"electron": "^17.1.2"
}
}