minecraft-color-gradient-ge.../package.json

35 lines
915 B
JSON
Raw Permalink Normal View History

2023-06-29 17:42:54 +08:00
{
"name": "minecraft-color-gradient-generator",
"version": "2.2.0",
2023-06-29 17:42:54 +08:00
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite --force --host",
2023-06-29 18:08:03 +08:00
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
2023-06-29 17:42:54 +08:00
"preview": "vite preview"
},
"dependencies": {
2023-12-18 12:36:32 +08:00
"@jaames/iro": "^5.5.2",
2023-06-29 17:42:54 +08:00
"color-stepper": "^2.0.0-beta2",
"lodash-es": "^4.17.21",
2023-12-18 12:36:32 +08:00
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
2023-06-29 17:42:54 +08:00
"reset.css": "^2.0.2",
2023-12-18 12:36:32 +08:00
"tdesign-vue-next": "^1.7.1",
2023-06-29 17:42:54 +08:00
"vue": "^3.2.47",
"vuedraggable-es": "^4.1.1"
2023-06-29 17:42:54 +08:00
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
2023-06-29 18:08:03 +08:00
"@types/node": "^20.3.2",
2023-06-29 17:42:54 +08:00
"@vitejs/plugin-vue": "^4.1.0",
2023-12-18 12:36:32 +08:00
"sass": "^1.69.5",
2023-06-29 17:42:54 +08:00
"typescript": "^5.0.2",
2023-12-18 12:36:32 +08:00
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
2023-06-29 17:42:54 +08:00
"vite": "^4.3.9",
2023-12-18 12:36:32 +08:00
"vite-plugin-package-version": "^1.1.0",
2023-06-29 17:42:54 +08:00
"vue-tsc": "^1.4.2"
}
2023-12-18 12:37:30 +08:00
}