2023-01-19 20:12:25 +00:00
|
|
|
{
|
|
|
|
"name": "gymboard-app",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Web app for Gymboard",
|
|
|
|
"productName": "Gymboard App",
|
|
|
|
"author": "Andrew Lalis <andrewlalisofficial@gmail.com>",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint --ext .js,.ts,.vue ./",
|
|
|
|
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
|
|
|
|
"test": "echo \"No test specified\" && exit 0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-01-26 15:49:51 +00:00
|
|
|
"@quasar/cli": "^2.0.0",
|
|
|
|
"@quasar/extras": "^1.0.0",
|
2023-01-19 20:12:25 +00:00
|
|
|
"axios": "^0.21.1",
|
2023-02-05 10:30:50 +00:00
|
|
|
"moment": "^2.29.4",
|
2023-01-19 20:12:25 +00:00
|
|
|
"pinia": "^2.0.11",
|
|
|
|
"quasar": "^2.6.0",
|
|
|
|
"vue": "^3.0.0",
|
2023-01-26 15:49:51 +00:00
|
|
|
"vue-i18n": "^9.2.2",
|
2023-01-19 20:12:25 +00:00
|
|
|
"vue-router": "^4.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-26 15:49:51 +00:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
|
|
|
|
"@quasar/app-vite": "^1.0.0",
|
|
|
|
"@types/leaflet": "^1.9.0",
|
|
|
|
"@types/node": "^12.20.21",
|
2023-01-19 20:12:25 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
|
|
"@typescript-eslint/parser": "^5.10.0",
|
2023-01-26 15:49:51 +00:00
|
|
|
"autoprefixer": "^10.4.2",
|
2023-01-19 20:12:25 +00:00
|
|
|
"eslint": "^8.10.0",
|
|
|
|
"eslint-config-prettier": "^8.1.0",
|
2023-01-26 15:49:51 +00:00
|
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
|
|
"leaflet": "^1.9.3",
|
2023-01-19 20:12:25 +00:00
|
|
|
"prettier": "^2.5.1",
|
|
|
|
"typescript": "^4.5.4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^18 || ^16 || ^14.19",
|
|
|
|
"npm": ">= 6.13.4",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
}
|
2023-01-26 11:52:22 +00:00
|
|
|
}
|