You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.3 KiB
JSON

{
"name": "quasar-project",
"version": "0.0.1",
"description": "A Quasar Project",
"productName": "Quasar App",
"author": "YJX <2854770587@qq.com>",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar build",
"build:pwa": "quasar build -m pwa",
"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": {
"@quasar/extras": "^1.16.6",
"axios": "^0.27.2",
"echarts": "^5.4.3",
"pinia": "^2.0.11",
"qrcodejs2-fix": "^0.0.1",
"quasar": "^2.12.7",
"v-scale-screen": "^2.2.0",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
"vue-router": "^4.0.0",
"vue3-lottie": "^3.2.0",
"vue3-print-nb": "^0.1.4",
"vue3-seamless-scroll": "^2.0.1"
},
"devDependencies": {
"@quasar/app-vite": "^1.6.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}