-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "antd-issue-helper",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/happy-work-theme": "^1.0.0",
"@ant-design/icons": "^4.2.1",
"@babel/runtime": "^7.26.0",
"antd": "^5.0.0",
"compare-versions": "^3.1.0",
"gh-pages": "^3.2.3",
"react": "^18.0.0",
"react-context-io": "^0.0.7",
"react-dom": "^18.0.0",
"react-intl": "^2.4.0",
"react-scripts": "^5.0.0",
"remarkable": "^1.7.1",
"sass": "^1.49.9",
"whatwg-fetch": "^2.0.3",
"mdx.macro": "^0.2.8",
"reactive.macro": "^0.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build && cp CNAME build && gh-pages -d build",
"prepare": "husky"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/jest": "^24.0.18",
"@types/node": "^11.13.9",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"@types/react-intl": "^2.3.2",
"@types/remarkable": "^1.7.4",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"typescript": "^5.0.0"
},
"browserslist": [
"defaults"
],
"repository": "https://github.com/ant-design/antd-issue-helper.git"
}