-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 956 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 956 Bytes
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": "@jswork/with-props-docs",
"version": "0.0.1",
"description": "Dumi docs template.",
"private": true,
"scripts": {
"start": "npm run dev",
"dev": "dumi dev",
"build": "dumi build",
"postbuild": "workbox generateSW workbox-config.cjs",
"preview": "dumi preview",
"prepare": "husky install && dumi setup"
},
"authors": [
"aric.zheng 1290657123@qq.com"
],
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
]
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/react": "^19.2.9",
"dumi": "^2.4.13",
"husky": "^8.0.1",
"lint-staged": "^16.4.0",
"prettier": "^2.7.1",
"workbox-cli": "^7.0.0"
},
"dependencies": {
"@jswork/with-props": "^1.1.13"
}
}