forked from baidu/amis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
153 lines (153 loc) · 4.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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "amis",
"version": "1.0.0-rc.1",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"start": "fis3 server start --www ./public --port 8888 --no-daemon --no-browse",
"stop": "fis3 server stop",
"dev": "fis3 release -cwd ./public",
"publish2npm": "sh publish.sh && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/baidu/amis.git"
},
"keywords": [
"react",
"amis",
"mis",
"renderer",
"json",
"schema"
],
"author": "fex",
"license": "ISC",
"dependencies": {
"async": "2.6.0",
"autobind-decorator": "2.4.0",
"blueimp-canvastoblob": "2.1.0",
"classnames": "2.2.5",
"dom-helpers": "3.3.1",
"downshift": "3.1.4",
"echarts": "~4.1.0",
"flv.js": "1.5.0",
"froala-editor": "2.8.1",
"history": "4.7.2",
"hls.js": "0.12.2",
"hoist-non-react-statics": "3.3.0",
"jquery": "3.2.1",
"keycode": "2.1.9",
"match-sorter": "2.2.1",
"mobx": "4.5.0",
"mobx-react": "5.2.5",
"mobx-state-tree": "3.7.0",
"moment": "2.18.1",
"monaco-editor": "0.15.6",
"prop-types": "15.6.0",
"qrcode.react": "^0.8.0",
"qs": "6.5.1",
"rc-input-number": "4.0.0",
"react": "16.8.6",
"react-addons-update": "15.6.2",
"react-bootstrap": "0.32.3",
"react-color": "2.13.8",
"react-cropper": "1.0.0",
"react-date-range": "0.9.4",
"react-datetime": "2.14.0",
"react-dom": "16.8.6",
"react-dropzone": "4.2.1",
"react-input-range": "1.2.1",
"react-json-tree": "0.11.0",
"react-onclickoutside": "6.7.0",
"react-progress-2": "^4.4.2",
"react-select": "1.2.1",
"react-textarea-autosize": "5.1.0",
"react-transition-group": "2.2.1",
"react-visibility-sensor": "3.11.0",
"redux": "3.7.2",
"setimmediate": "1.0.5",
"sortablejs": "1.7.0",
"tslib": "1.8.0",
"uncontrollable": "4.1.0",
"video-react": "0.9.4"
},
"devDependencies": {
"@types/async": "^2.0.45",
"@types/classnames": "^2.2.3",
"@types/history": "^4.6.0",
"@types/hoist-non-react-statics": "^3.0.1",
"@types/jest": "^24.0.11",
"@types/jquery": "^3.3.29",
"@types/lodash": "^4.14.76",
"@types/pretty-bytes": "^4.0.0",
"@types/prop-types": "^15.5.2",
"@types/qs": "^6.5.1",
"@types/react": "^16.8.1",
"@types/react-addons-update": "^0.14.19",
"@types/react-bootstrap": "^0.32.3",
"@types/react-color": "^2.13.3",
"@types/react-cropper": "^0.10.1",
"@types/react-dom": "^16.0.7",
"@types/react-dropzone": "^4.1.0",
"@types/react-json-tree": "^0.6.6",
"@types/react-onclickoutside": "^6.0.2",
"@types/react-overlays": "^0.6.9",
"@types/react-router": "^4.0.16",
"@types/react-select": "^1.0.59",
"@types/react-test-renderer": "^16.8.1",
"@types/react-transition-group": "^2.0.6",
"@types/sortablejs": "^1.3.32",
"@types/whatwg-fetch": "0.0.33",
"animate.css": "3.5.2",
"axios": "0.16.2",
"bootstrap": "3.3.7",
"faker": "^4.1.0",
"fis-parser-node-sass": "^1.0.5",
"fis3": "^3.4.41",
"fis3-hook-commonjs": "^0.1.31",
"fis3-hook-node_modules": "^2.3.1",
"fis3-parser-typescript": "^1.2.2",
"fis3-postpackager-loader": "^2.1.11",
"fis3-preprocessor-js-require-css": "^0.1.3",
"font-awesome": "4.7.0",
"highlight.js": "^9.12.0",
"jest": "^24.5.0",
"js-yaml": "^3.10.0",
"marked": "^0.3.7",
"mobx-wiretap": "^0.12.0",
"react-frame-component": "^2.0.0",
"react-router": "3.2.0",
"react-test-renderer": "^16.8.6",
"react-testing-library": "6.0.4",
"strip-json-comments": "^2.0.1",
"ts-jest": "^24.0.0",
"typescript": "^3.3.4000"
},
"jest": {
"testEnvironment": "jsdom",
"collectCoverageFrom": [
"src/**/*"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"\\.(ts|tsx)$": "ts-jest"
},
"setupFiles": [],
"testRegex": "/.*\\.test\\.(ts|tsx|js)$",
"moduleNameMapper": {
"\\.(css|less|sass|scss)$": "<rootDir>/__mocks__/styleMock.js"
},
"globals": {
"ts-jest": {
"diagnostics": false
}
}
}
}