-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.01 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
{
"name": "magic-maker",
"version": "0.0.1",
"license": "Apache 2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build",
"format": "biome format --write ./src",
"lint": "biome lint --write ./src",
"deploy": "gh-pages -d dist -b gh-pages"
},
"dependencies": {
"@chinese-fonts/dymh": "^3.0.0",
"@ckpack/vue-color": "^1.4.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vueuse/core": "^11.2.0",
"@webav/av-cliper": "^1.2.1",
"@webtoon/psd": "^0.4.0",
"axios": "^1.3.2",
"element-plus": "^2.11.2",
"hotkeys-js": "^3.13.7",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.9",
"openai": "^5.19.1",
"opfs-tools": "^0.4.1",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.2",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.6.0",
"recorder-core": "^1.3.24102001",
"vue": "^3.2.45",
"vue-clipboard3": "^2.0.0",
"vue-hooks-plus": "1.6.0-alpha.2",
"vue-router": "^4.4.5",
"vue3-moveable": "^0.18.1",
"wavesurfer.js": "^7.7.11"
},
"devDependencies": {
"@biomejs/biome": "2.2.2",
"@iconify-json/ep": "^1.2.1",
"@iconify-json/mdi": "^1.2.3",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.18",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/webpack-env": "^1.18.0",
"@types/wicg-file-system-access": "^2023.10.6",
"@vitejs/plugin-vue": "^4.6.2",
"gh-pages": "^6.3.0",
"typescript": "~4.7.4",
"unocss": "^66.5.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.15.2",
"unplugin-vue-components": "^0.27.5",
"veaury": "^2.6.3",
"vite": "^5.0.0",
"vite-plugin-vue-devtools": "^7.7.7",
"vue-tsc": "^1.8.27"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}