-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.29 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.29 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
{
"name": "bambu-labelgen",
"description": "A Bambu-style filament label generator",
"private": true,
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@anu-vue/preset-theme-default": "^0.15.2",
"@iconify-json/bx": "^1.2.2",
"@iconify-json/oui": "^1.2.4",
"anu-vue": "^0.15.2",
"canvg": "^4.0.2",
"jsurl": "^0.1.5",
"lodash.merge": "^4.6.2",
"unocss": "^0.58.9",
"vue": "^3.5.13",
"vue-color-kit": "^1.0.6",
"vue3-toastify": "^0.2.8"
},
"devDependencies": {
"@types/jsurl": "^0.1.2",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.17.19",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"type-fest": "^4.35.0",
"typescript": "^5.7.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^6.2.0",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.2.4"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}