-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.1 KB
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
{
"name": "balm.js",
"version": "2025.8.22",
"author": "Elf-mousE",
"scripts": {
"com:dev": "balm --config config/com.balm.js",
"com:prod": "balm -p --config config/com.balm.js",
"org:dev": "balm --config config/org.balm.js",
"org:prod": "balm -p --config config/org.balm.js",
"docs:v1:dev": "cd docs/v1 && gitbook install && gitbook serve",
"docs:v1:prod": "cd docs/v1 && rm -rf _book && gitbook install && gitbook build",
"docs:v2:dev": "vuepress dev docs/v2",
"docs:v2:prod": "vuepress build docs/v2",
"release:com": "bash ./scripts/com.balm.sh",
"release:org": "bash ./scripts/org.balm.sh"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.0",
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-google-analytics": "^1.9.10",
"balm": "^4.29.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"moment": "^2.30.1",
"prettier": "^3.2.5",
"prismjs": "^1.29.0",
"vuepress": "^1.9.10"
},
"resolutions": {
"webpack-hot-middleware": "2.25.0"
},
"private": true
}