-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"name": "@icedesign/ice-antd-scaffold",
"version": "0.1.0",
"description": "Ant Design and icejs scaffold, use TypeScript.",
"dependencies": {
"@ant-design/charts": "^1.3.4",
"@ant-design/icons": "^4.0.2",
"@ant-design/pro-form": "^1.52.14",
"@ant-design/pro-layout": "^6.5.1",
"@ant-design/pro-table": "^2.62.8",
"antd": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"prop-types": "^15.5.8",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@iceworks/spec": "^1.0.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"build-plugin-antd": "^0.1.2",
"build-plugin-ignore-style": "^0.1.0",
"eslint": "^7.30.0",
"ice.js": "^2.0.0",
"stylelint": "^13.1.0"
},
"scripts": {
"start": "icejs start --port 3001",
"build": "icejs build",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss"
},
"repository": {
"type": "git",
"url": "https://github.com/ice-lab/react-materials/tree/master/scaffolds/antd-lite"
},
"private": true,
"originTemplate": "@icedesign/ice-antd-scaffold"
}