43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@dicebear/editor",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=20.19.0"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@dicebear/core": "10.3.0",
|
|
"@dicebear/styles": "^10.1.0",
|
|
"@primeuix/themes": "^2.0.3",
|
|
"@vueuse/core": "^14.2.0",
|
|
"change-case": "^5.4.4",
|
|
"color-convert": "^3.1.3",
|
|
"pinia": "^3.0.4",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.5.4",
|
|
"sass": "^1.97.3",
|
|
"tinycolor2": "^1.6.0",
|
|
"vue": "^3.5.27",
|
|
"vue-i18n": "^11.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/unplugin-vue-i18n": "^11.0.3",
|
|
"@primevue/auto-import-resolver": "^4.5.4",
|
|
"@types/node": "^25.1.0",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"npm-run-all2": "^8.0.4",
|
|
"typescript": "^5.9.3",
|
|
"unplugin-vue-components": "^31.0.0",
|
|
"vite": "^7.3.2",
|
|
"vue-tsc": "^3.2.4"
|
|
}
|
|
}
|