forked from OpenSPG/OpenSPG.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "spg-site",
"version": "0.0.1",
"private": true,
"description": "Official website of OpenSPG",
"scripts": {
"start": "npm run dev",
"dev": "dumi dev",
"build": "dumi build",
"prepare": "husky install && dumi setup"
},
"authors": [
"Aaron <[email protected]>"
],
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
]
},
"devDependencies": {
"@ant-design/icons": "^5.2.5",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@types/node": "^20.8.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"antd": "^5.8.4",
"copy-to-clipboard": "^3.3.3",
"dumi": "^2.2.14",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react-device-detect": "^2.2.3",
"styled-components": "^6.1.0",
"typescript": "^5.1.6"
},
"repository": "[email protected]:OpenSPG/OpenSPG.github.io.git"
}