IPcalc-u-later/package.json

28 lines
626 B
JSON

{
"name": "bit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"watch": "vite build --watch & vite preview"
},
"devDependencies": {
"@types/node": "^22.9.3",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.2",
"vite": "^5.4.10",
"vite-plugin-sass-dts": "^1.3.29"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"postcss": "^8.4.49",
"sass": "^1.81.0",
"vue": "^3.5.13",
"vue-toast-notification": "^3"
}
}