-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 969 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
37
38
39
40
{
"name": "spg-site",
"version": "0.0.1",
"private": true,
"description": "Official website of OpenSPG",
"repository": "[email protected]:OpenSPG/OpenSPG.github.io.git",
"license": "MIT",
"scripts": {
"build": "dumi build",
"dev": "dumi dev",
"prepare": "husky install && dumi setup",
"start": "npm run dev"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
]
},
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"antd": "^5.8.4",
"dumi": "^2.2.0",
"dumi-theme-openfinai": "^0.0.7",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0"
},
"authors": [
"Aaron <[email protected]>"
]
}