rc-test1 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -35
package/package.json
CHANGED
@@ -1,45 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "rc-test1",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.2",
|
5
5
|
"main": "dist/rule-chain.umd.js",
|
6
6
|
"scripts": {
|
7
7
|
"dev": "vite",
|
8
8
|
"build": "vite build",
|
9
9
|
"preview": "vite preview"
|
10
|
-
},
|
11
|
-
"dependencies": {
|
12
|
-
"@jsplumb/browser-ui": "^5.13.4",
|
13
|
-
"@jsplumb/common": "^5.13.4",
|
14
|
-
"@jsplumb/connector-bezier": "^5.13.4",
|
15
|
-
"@jsplumb/connector-flowchart": "^5.13.4",
|
16
|
-
"@jsplumb/core": "^5.13.4",
|
17
|
-
"@jsplumb/util": "^5.13.4",
|
18
|
-
"@rollup/plugin-commonjs": "^25.0.7",
|
19
|
-
"@types/node": "^20.11.14",
|
20
|
-
"augmented-ui": "^2.0.0",
|
21
|
-
"axios": "^1.6.7",
|
22
|
-
"file-saver": "^2.0.5",
|
23
|
-
"manba": "^1.3.5",
|
24
|
-
"path": "^0.12.7",
|
25
|
-
"vue": "3.3.8",
|
26
|
-
"vuedraggable": "^4.1.0",
|
27
|
-
"xlsx": "^0.18.5"
|
28
|
-
},
|
29
|
-
"devDependencies": {
|
30
|
-
"@iconify-json/ep": "^1.1.14",
|
31
|
-
"@types/file-saver": "^2.0.5",
|
32
|
-
"@types/node": "^17.0.42",
|
33
|
-
"@vitejs/plugin-vue": "2.3.3",
|
34
|
-
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
35
|
-
"prettier": "^2.6.2",
|
36
|
-
"sass": "^1.52.3",
|
37
|
-
"typescript": "^4.7.3",
|
38
|
-
"unplugin-auto-import": "^0.17.5",
|
39
|
-
"unplugin-icons": "^0.18.3",
|
40
|
-
"unplugin-vue-components": "^0.26.0",
|
41
|
-
"vite": "4.3.8",
|
42
|
-
"vite-plugin-cesium": "^1.2.22",
|
43
|
-
"vue-tsc": "^0.37.3"
|
44
10
|
}
|
45
11
|
}
|