-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 882 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
{
"type": "module",
"scripts": {
"build:watch": "gulp",
"build": "gulp build",
"clean": "gulp clean",
"css": "gulp compileCss",
"docs": "gulp compileDocs",
"export": "./utils/smelter.mjs unpack -i leveldb -s system/packs -d ./data/packs",
"lang": "gulp compileLang",
"lint": "gulp lintJs",
"packs": "gulp compilePacks"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"chalk": "^5.3.0",
"classic-level": "^1.4.1",
"del": "^7.1.0",
"eslint": "^9.10.0",
"glob": "^11.0.0",
"gulp": "^5.0.0",
"gulp-eslint-new": "^2.3.0",
"gulp-if": "^3.0.0",
"gulp-sass": "^5.1.0",
"gulp-yaml": "^2.0.4",
"jest": "^29.7.0",
"json-stable-stringify-pretty": "^1.2.0",
"markdown": "^0.5.0",
"merge-stream": "^2.0.0",
"nedb-promises": "^6.2.3",
"rollup": "^4.21.2",
"sass": "^1.78.0",
"yaml": "^2.5.1",
"yargs": "^17.7.2"
}
}