generated from imlinhanchao/puzzle_node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 874 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
{
"name": "puzzle",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "cross-env NODE_ENV=development nodemon ./bin/www",
"init": "node script/init.js",
"initdb": "node script/initdb.js"
},
"dependencies": {
"canvas": "^2.11.2",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-robots": "^0.1.6",
"express-session": "^1.17.2",
"fontkit": "^2.0.2",
"fontmin": "^1.0.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"mysql2": "^2.3.0",
"node-fetch": "^3.0.0",
"opentype.js": "^1.3.4",
"request": "^2.88.2",
"sequelize": "^6.6.5",
"session-file-store": "^1.5.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/fontkit": "^2.0.6",
"cross-env": "^7.0.3",
"nodemon": "^2.0.13"
}
}