-
Notifications
You must be signed in to change notification settings - Fork 590
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.01 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.01 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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "ut clean --workspaces",
"rn:generate": "ut generate --workspace @ant-design/icons-react-native",
"icons:generate": "ut generate --workspace @ant-design/icons-svg",
"icons:build": "ut build --workspace @ant-design/icons-svg",
"icons:test": "ut test --workspace @ant-design/icons-svg",
"react:ci": "ut ci --workspace @ant-design/icons",
"angular:ci": "ut ci --workspace @ant-design/icons-angular-workspace",
"vue:ci": "ut ci --workspace @ant-design/icons-vue",
"react-native:ci": "ut ci --workspace @ant-design/icons-react-native",
"lint": "ut lint --workspaces"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"typescript-eslint": "^8.18.2",
"eslint-plugin-jest": "^28.10.0",
"eslint": "^9.17.0",
"@types/minimatch": "^3",
"typescript": "^5"
},
"license": "MIT",
"repository": "git@github.com:ant-design/ant-design-icons.git",
"overrides": {
"cheerio": "1.0.0-rc.12"
}
}