-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.45 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@icedesign/ice-antd-scaffold",
"version": "0.1.0",
"description": "Ant Design and icejs scaffold, use TypeScript.",
"dependencies": {
"@alilc/lowcode-plugin-code-editor": "^1.0.1",
"@alilc/lowcode-plugin-code-generator": "^1.0.2",
"@alilc/lowcode-plugin-components-pane": "^1.0.3",
"@alilc/lowcode-plugin-datasource-pane": "^1.0.3",
"@alilc/lowcode-plugin-inject": "^1.0.0",
"@alilc/lowcode-plugin-manual": "^1.0.3",
"@alilc/lowcode-plugin-schema": "^1.0.0",
"@alilc/lowcode-plugin-simulator-select": "^1.0.0",
"@alilc/lowcode-plugin-undo-redo": "^1.0.0",
"@alilc/lowcode-plugin-zh-en": "^1.0.0",
"@alilc/lowcode-react-renderer": "^1.0.5",
"@alilc/lowcode-setter-title": "^1.0.2",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-card": "^1.19.4",
"@ant-design/pro-layout": "^6.35.0",
"@ant-design/pro-list": "^1.21.53",
"@ant-design/pro-table": "^2.71.6",
"@tinymce/tinymce-react": "^4.0.0",
"antd": "^4.19.5",
"echarts": "^5.3.2",
"echarts-for-react": "^3.0.2",
"moment": "^2.29.2",
"nanoid": "^3.3.2",
"prismjs": "^1.27.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.1.0",
"react-markdown": "^8.0.2",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"shortid": "^2.2.16"
},
"devDependencies": {
"@alilc/lowcode-engine": "^1.0.5",
"@iceworks/spec": "^1.6.0",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.24",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.8",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.3",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/redux-logger": "^3.0.9",
"build-plugin-antd": "^0.1.4",
"build-plugin-ignore-style": "^0.1.1",
"eslint": "^8.13.0",
"ice.js": "^2.6.3",
"process": "^0.11.10",
"stylelint": "^14.7.0",
"tslib": "^2.4.0",
"typescript": "^4.6.3"
},
"scripts": {
"start": "icejs start",
"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"
}