You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
{
|
|
"name": "rition-panel",
|
|
"version": "0.0.1",
|
|
"description": "Panel of Rition project",
|
|
"productName": "RitionPanel",
|
|
"author": "lensfrex <lensferno@outlook.com>",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --ext .js,.vue ./",
|
|
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
|
|
"test": "echo \"No test specified\" && exit 0",
|
|
"dev": "quasar dev",
|
|
"build": "quasar build"
|
|
},
|
|
"dependencies": {
|
|
"@quasar/extras": "^1.16.4",
|
|
"axios": "^1.2.1",
|
|
"echarts": "^5.5.0",
|
|
"element-plus": "^2.7.2",
|
|
"moment": "^2.30.1",
|
|
"quasar": "^2.16.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"vue": "^3.4.18",
|
|
"vue-echarts": "^6.7.2",
|
|
"vue-router": "^4.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@quasar/app-vite": "^1.9.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^2.5.1",
|
|
"vite-plugin-checker": "^0.6.4"
|
|
},
|
|
"engines": {
|
|
"node": "^20 || ^18 || ^16",
|
|
"npm": ">= 6.13.4",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|
|
|