-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.54 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.54 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
46
47
48
49
50
51
{
"name": "ant-design-pro-site",
"title": "Ant Design Pro",
"version": "2.3.0",
"description": "site of Ant Design Pro",
"homepage": "http://pro.ant.design/",
"repository": {
"type": "git",
"url": "https://github.com/ant-design/ant-design-pro-site"
},
"license": "MIT",
"scripts": {
"build": "dumi build",
"dev": "dumi dev",
"gh-pages": "gh-pages -d dist",
"lint": "npm run lint:js",
"lint-staged": "lint-staged",
"lint-staged:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:fix": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src --fix",
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"prettier": "prettier --write \"**/**\"",
"presite": "npm run build && node scripts/ssr.js",
"site": "npm run gh-pages",
"start": "dumi dev",
"test": "npm run lint"
},
"dependencies": {
"@ant-design/icons": "5.x",
"@types/classnames": "^2.2.7",
"@types/react-helmet": "^6.0.0",
"@umijs/fabric": "^2.14.1",
"@umijs/preset-react": "1.x",
"animejs": "^3.2.1",
"antd": "5.x",
"classnames": "^2.2.6",
"dumi": "^1.1.18",
"eslint": "^7.8.1",
"front-matter": "^4.0.2",
"gh-pages": "^3.1.0",
"nprogress": "^0.2.0",
"rc-footer": "^0.6.6",
"react": "^18.0.0",
"react-darkreader": "^1.3.3",
"react-dom": "^18.0.0",
"react-github-button": "^0.1.11",
"react-helmet-async": "^1.0.9",
"react-intl": "^5.20.4",
"style-loader": "^2.0.0",
"typescript": "^4.0.0"
}
}