35 lines
959 B
JSON
35 lines
959 B
JSON
{
|
|
"name": "materia-frontend",
|
|
"version": "0.0.5",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build-check": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build": "vite build",
|
|
"type-check": "vue-tsc --build --force"
|
|
},
|
|
"dependencies": {
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"autoprefixer": "^10.4.18",
|
|
"axios": "^1.6.8",
|
|
"pinia": "^2.1.7",
|
|
"postcss": "^8.4.35",
|
|
"tailwindcss": "^3.4.1",
|
|
"vue": "^3.3.11",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@types/node": "^18.19.3",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/tsconfig": "^0.5.0",
|
|
"npm-run-all2": "^6.1.1",
|
|
"typescript": "~5.3.0",
|
|
"vite": "^5.0.10",
|
|
"vue-tsc": "^2.0.29"
|
|
}
|
|
}
|