-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
65 lines (65 loc) · 1.67 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
{
"name": "adaptorjs",
"version": "1.0.1",
"description": "adaptorjs 是一款自适应的大屏工具,适用于 react/vue 等框架",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "rollup --bundleConfigAsCjs --config rollup.config.js"
},
"keywords": [
"可视化",
"可视化大屏",
"自适应",
"大屏",
"bigscreen",
"scale-screen",
"auto-zoom",
"auto",
"scale",
"adaptor"
],
"repository": {
"type": "git",
"url": "https://github.com/astak16/adaptorjs.git"
},
"author": "柚子uccs",
"license": "MIT",
"files": [
"dist/index.js",
"dist/index.d.ts",
"package.json"
],
"devDependencies": {
"@antv/l7": "^2.15.5",
"@babel/core": "^7.22.1",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@types/lodash": "^4.14.191",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@types/tinycolor2": "^1.4.3",
"@vitejs/plugin-react-swc": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.11.2",
"rollup": "^3.23.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^5.0.4",
"vite": "^4.1.0",
"antd": "^5.5.2",
"dayjs": "^1.11.7",
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
"styled-components": "^5.3.11"
}
}