-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
82 lines (82 loc) · 2.37 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
{
"name": "omni-magic-cube",
"version": "0.27.4",
"title": "无界魔方",
"subTitle": "Omni Magic Cube",
"private": false,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"build:map": "vite build --sourcemap",
"generate:icons": "esno ./scripts/generate.icons.ts",
"serve": "vite preview",
"lib": "vite build --config scripts/lib.config.ts && vite build --config scripts/libR.config.ts && cd libDist && npm publish",
"lib-render": "vite build --config scripts/lib-render.config.ts"
},
"author": "molian-Z",
"main": "./libDist/index.umd.js",
"module": "./libDist/index.es.js",
"types": "./libDist/index.d.ts",
"keywords": [
"designer",
"vue3",
"vite",
"vueuse",
"render",
"next",
"vue3-designer"
],
"homepage": "https://github.com/molian-Z/OmniMagicCube#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/molian-Z/OmniMagicCube"
},
"license": "Apache-2.0",
"dependencies": {
"@imengyu/vue3-context-menu": "^1.4.4",
"@opentiny/vue": "^3.20.0",
"@popperjs/core": "^2.11.8",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"@vueuse/integrations": "^12.0.0",
"@vueuse/math": "^12.0.0",
"ace-builds": "^1.37.0",
"animejs": "^3.2.2",
"ant-design-vue": "^4.2.6",
"change-case": "^5.4.4",
"dexie": "^4.0.10",
"echarts": "^5.5.1",
"element-plus": "^2.9.1",
"fast-glob": "^3.3.2",
"fuse.js": "^7.0.0",
"gsap": "^3.12.5",
"lodash-es": "^4.17.21",
"naive-ui": "^2.40.4",
"sortablejs": "^1.15.6",
"tdesign-vue-next": "^1.10.5",
"vexip-ui": "^2.3.18",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue3-colorpicker": "^2.3.0"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.3",
"@iconify/vue": "^4.2.0",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@types/dexie": "^1.3.35",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.4",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.6.8"
}
}