40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "frontenddesigner",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3001 --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@deotaland/ui": "workspace:*",
|
|
"@deotaland/utils": "workspace:*",
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"@google/genai": "^1.27.0",
|
|
"@types/three": "^0.180.0",
|
|
"element-plus": "^2.11.7",
|
|
"konva": "^10.0.12",
|
|
"pinia": "^2.2.6",
|
|
"three": "^0.180.0",
|
|
"vue": "^3.5.24",
|
|
"vue-i18n": "^9.14.2",
|
|
"vue-konva": "^3.2.6",
|
|
"vue-router": "^4.4.5",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"prettier": "^3.3.3",
|
|
"terser": "^5.44.1",
|
|
"unplugin-auto-import": "^20.2.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"vite": "^7.2.2"
|
|
}
|
|
}
|