msr-mod/package.json
2025-05-24 08:04:14 +10:00

26 lines
542 B
JSON

{
"name": "msr-mod",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build && cp -r public/* dist/",
"build:watch": "vite build --watch",
"preview": "vite preview",
"lint": "biome format --write ."
},
"dependencies": {
"@tailwindcss/vite": "^4.1.7",
"tailwindcss": "^4.1.7",
"vue": "^3.5.13"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "~5.6.2",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10"
}
}