forked from mushan0x0/AI0x0.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 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
47
48
49
50
51
52
53
54
{
"name": "ai0x0.com",
"version": "0.0.1",
"description": "AI 0x0 site",
"license": "MIT",
"scripts": {
"build": "dumi build && cp CNAME dist",
"deploy": "gh-pages -d dist",
"dev": "dumi dev",
"postinstall": "patch-package && husky install",
"lint-staged": "lint-staged",
"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"
]
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"antd": "^5.2.1",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"dumi": "^2.1.14",
"dumi-theme-antd-style": "^0.13.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"patch-package": "^6.5.1",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3"
},
"authors": [
"mushan0x0@gmail.com"
]
}