-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.05 KB
/
Copy pathpackage.json
File metadata and controls
104 lines (104 loc) · 3.05 KB
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
{
"name": "omni-magic-cube",
"version": "0.37.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"
],
"exports": {
".": {
"types": "./libDist/types/lib-main.d.ts",
"import": "./libDist/designer.es.js",
"require": "./libDist/designer.cjs.js"
},
"./render": {
"types": "./libDist/types/lib-render-main.d.ts",
"import": "./libDist/render.es.js",
"require": "./libDist/render.cjs.js"
},
"./designer": {
"types": "./libDist/types/lib-main.d.ts",
"import": "./libDist/designer.es.js",
"require": "./libDist/designer.cjs.js"
},
"./style.css": "./libDist/designer.css",
"./render.css": "./libDist/render.css"
},
"homepage": "https://github.com/molian-Z/OmniMagicCube#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/molian-Z/OmniMagicCube"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.28.0",
"@imengyu/vue3-context-menu": "^1.5.1",
"@opentiny/vue": "^3.25.0",
"@popperjs/core": "^2.11.8",
"@vueuse/components": "^13.5.0",
"@vueuse/core": "^13.5.0",
"@vueuse/integrations": "^13.5.0",
"@vueuse/math": "^13.5.0",
"ant-design-vue": "^4.2.6",
"change-case": "^5.4.4",
"dexie": "^4.0.11",
"echarts": "^5.6.0",
"element-plus": "^2.10.4",
"es-toolkit": "^1.39.7",
"fast-glob": "^3.3.3",
"fuse.js": "^7.1.0",
"gsap": "^3.13.0",
"highlight.js": "^11.11.1",
"marked": "^16.1.1",
"monaco-editor": "^0.52.2",
"naive-ui": "^2.42.0",
"sortablejs": "^1.15.6",
"tdesign-vue-next": "^1.15.1",
"vexip-ui": "^2.3.33",
"vue": "^3.5.17",
"vue-i18n": "^11.1.10",
"vue3-colorpicker": "^2.3.0"
},
"devDependencies": {
"@arco-design/web-vue": "^2.57.0",
"@iconify/vue": "^5.0.0",
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@rollup/plugin-commonjs": "^28.0.6",
"@types/dexie": "^1.3.35",
"@types/node": "^24.0.15",
"@vitejs/plugin-vue": "^6.0.0",
"rollup-plugin-visualizer": "^6.0.3",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite": "^7.0.5",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-pwa": "^1.0.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.7.7"
}
}