29 lines
612 B
JSON
29 lines
612 B
JSON
{
|
|
"name": "@shop/admin",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@shop/shared": "workspace:*",
|
|
"@vueuse/core": "^11.1.0",
|
|
"axios": "^1.7.7",
|
|
"pinia": "^2.2.4",
|
|
"vue": "^3.5.11",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.11",
|
|
"vue-tsc": "^2.1.8"
|
|
}
|
|
}
|