29 lines
621 B
JSON
29 lines
621 B
JSON
{
|
|
"name": "vite-project",
|
|
"private": true,
|
|
"version": "0.1.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.32",
|
|
"vue-router": "^5.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@crxjs/vite-plugin": "^2.4.0",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@types/chrome": "^0.1.40",
|
|
"@types/node": "^24.12.2",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"sass": "^1.99.0",
|
|
"tailwindcss": "^4.2.4",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^8.0.4",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
}
|