kidshift-web/package.json

35 lines
797 B
JSON
Raw Normal View History

2024-07-18 06:01:43 +00:00
{
"name": "kidshift-web",
"version": "0.0.1",
"description": "KidShift web client",
"productName": "KidShift",
"author": "ろむねこ <nem@nem.x0.to>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
2024-07-18 15:26:11 +00:00
"axios": "^1.7.2",
2024-07-18 14:11:22 +00:00
"pinia": "^2.1.7",
2024-07-18 06:01:43 +00:00
"quasar": "^2.16.0",
"vue": "^3.4.18",
2024-07-18 14:11:22 +00:00
"vue-router": "^4.0.12",
2024-07-18 14:40:40 +00:00
"vuex": "^4.0.1",
"vuex-smart-module": "^0.6.2"
2024-07-18 06:01:43 +00:00
},
"devDependencies": {
"@quasar/app-vite": "^1.9.0",
2024-07-18 14:11:22 +00:00
"@types/node": "^12.20.21",
2024-07-18 06:01:43 +00:00
"autoprefixer": "^10.4.2",
"typescript": "^4.5.4"
},
"engines": {
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
2024-07-18 14:11:22 +00:00
}