-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "@ice/antd-pro-scaffold",
"version": "1.1.0",
"description": "ice.js 3 Pro 模板(基于 Ant Design)",
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-form": "^2.2.8",
"@ant-design/pro-layout": "^7.1.6",
"@ant-design/pro-table": "^3.0.17",
"@ice/runtime": "^1.0.0",
"antd": "^4.24.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@applint/spec": "^1.2.3",
"@ice/app": "^3.0.0",
"@ice/plugin-auth": "^1.0.0",
"@ice/plugin-request": "^1.0.0",
"@ice/plugin-store": "^1.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/node": "^18.11.17",
"eslint": "^8.35.0",
"stylelint": "^15.2.0",
"typescript": "^4.8.4"
},
"scripts": {
"start": "ice start",
"build": "ice build",
"eslint": "eslint ./src --cache --ext .js,.jsx,.ts,.tsx",
"eslint:fix": "npm run eslint -- --fix",
"stylelint": "stylelint \"src/**/*.{css,scss,less}\" --cache",
"stylelint:fix": "npm run stylelint -- --fix"
},
"publishConfig": {
"access": "public"
},
"repository": "[email protected]:ice-lab/react-materials.git"
}