-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
91 lines (91 loc) · 2.81 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@choerodon/agile",
"routeName": "agile",
"version": "1.1.4",
"description": " ",
"main": "./lib/index.js",
"install": "./lib/install.js",
"files": [
"lib"
],
"dependencies": {
"@choerodon/gantt": "0.2.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"ahooks": "^2.7.1",
"antd": "4.5.3",
"copy-to-clipboard": "^3.2.0",
"dayjs": "^1.9.6",
"dom-helpers": "^5.2.0",
"echarts": "^4.1.0",
"echarts-for-react": "^2.0.14",
"file-saver": "^2.0.2",
"html2canvas": "^1.0.0-rc.7",
"immer": "^7.0.9",
"immutability-helper": "^2.8.1",
"jquery": "^3.5.1",
"mobx-react-lite": "^1.4.1",
"moment": "^2.22.2",
"moment-range": "^4.0.2",
"quill-delta": "^4.2.2",
"quill-delta-to-html": "^0.8.4",
"quill-image-drop-and-paste": "^1.1.1",
"rc-progress": "^2.2.6",
"react-beautiful-dnd": "^12.2.0",
"react-color": "^2.14.1",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-draggable": "^4.2.0",
"react-fast-compare": "^2.0.4",
"react-html-email": "^3.0.0",
"react-image-lightbox": "^4.6.0",
"react-is": "^16.13.1",
"react-measure": "^2.3.0",
"react-quill": "^1.3.2",
"react-virtualized": "^9.21.2",
"webuploader": "^0.1.8"
},
"devDependencies": {
"@choerodon/boot": "0.23.3",
"@choerodon/compiler": "^0.0.1",
"@choerodon/master": "1.1.5",
"@types/classnames": "^2.2.10",
"@types/echarts": "^4.6.5",
"@types/file-saver": "^2.0.1",
"@types/lodash": "^4.14.165",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-intl": "^2.3.18",
"@types/react-is": "^16.7.1",
"@types/react-measure": "^2.0.6",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-virtualized": "^9.21.10",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"babel-eslint": "8.x",
"babel-preset-c7n": "0.0.2",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-c7n-app": "^0.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8"
},
"resolutions": {
"react": "16.14.0",
"react-dom": "16.14.0",
"@types/react": "16.14.21",
"@types/react-dom": "16.9.14"
},
"scripts": {
"start": "node --max_old_space_size=4096 node_modules/@choerodon/boot/bin/choerodon-front-boot-start --config ./react/config.js",
"dist": "choerodon-front-boot dist --config ./react/config.js",
"watch": "compiler compile --watch --ignore-error",
"compile": "compiler compile --ignore-error",
"fix": "eslint --ext .jsx,.js,tsx,ts react/ --fix",
"lint-staged": "lint-staged",
"lint-staged:es": "eslint"
},
"author": ""
}