mirror of
https://github.com/tuanzisama/minecraft-color-gradient-generator.git
synced 2024-11-21 01:05:03 +08:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "minecraft-color-gradient-generator",
|
|
"version": "2.6.7",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite --force --host",
|
|
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@editorjs/editorjs": "^2.29.1",
|
|
"@editorjs/underline": "^1.1.0",
|
|
"@jaames/iro": "^5.5.2",
|
|
"@sotaproject/strikethrough": "^1.0.1",
|
|
"color-stepper": "^2.0.0-beta2",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"reset.css": "^2.0.2",
|
|
"tdesign-vue-next": "^1.7.1",
|
|
"timeago.js": "^4.0.2",
|
|
"vue": "^3.2.47",
|
|
"vue-i18n": "9",
|
|
"vuedraggable-es": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@irojs/iro-core": "^1.2.1",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^20.3.2",
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
"sass": "^1.69.5",
|
|
"typescript": "^5.0.2",
|
|
"unplugin-auto-import": "^0.17.2",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-package-version": "^1.1.0",
|
|
"vue-tsc": "^1.4.2"
|
|
}
|
|
}
|