-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
{
"name": "@alifd/fusion-design-pro-js",
"version": "0.1.14",
"description": "使用 JavaScript,包含大量 UI 区块,比如图表、表单等。",
"dependencies": {
"@alifd/next": "^1.19.4",
"@alifd/theme-design-pro": "^0.x",
"@antv/data-set": "^0.10.2",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"axios": "latest",
"bizcharts": "^3.5.6",
"braft-editor": "^2.3.9",
"braft-extensions": "^0.1.0",
"draft-js-prism": "^1.0.6",
"moment": "^2.24.0",
"prismjs": "^1.20.0",
"prop-types": "^15.5.8",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-intl": "^2.8.0"
},
"devDependencies": {
"@ice/spec": "^1.0.0",
"@icedesign/foundation-symbol": "^1.0.4",
"build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0",
"eslint": "^6.0.1",
"ice.js": "^1.0.0",
"stylelint": "^13.2.0"
},
"scripts": {
"start": "icejs start",
"build": "icejs build",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss"
},
"ideMode": {
"name": "ice-react"
},
"iceworks": {
"type": "react",
"adapter": "adapter-react-v3"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba-fusion/materials/tree/master/scaffolds/fusion-design-pro-js"
},
"private": true,
"originTemplate": "@alifd/fusion-design-pro-js"
}