-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@jswork/react-box-docs",
"version": "0.0.1",
"description": "Docs for react-box.",
"private": true,
"scripts": {
"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",
"@jswork/presets-tailwind": "^1.2.37",
"@types/react": "^19.2.9",
"@umijs/plugins": "^4.6.25",
"autoprefixer": "^10.4.24",
"dumi": "^2.4.13",
"husky": "^8.0.1",
"lint-staged": "^16.4.0",
"postcss": "^8.5.6",
"prettier": "^2.7.1",
"tailwindcss": "^3.4.19",
"workbox-cli": "^7.0.0"
},
"dependencies": {
"@jswork/react-box": "^1.0.2"
}
}