mirror of https://github.com/veypi/OneAuth.git
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.
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "oaweb",
|
|
"version": "0.0.1",
|
|
"description": "oneauth",
|
|
"productName": "OneAuth",
|
|
"author": "veypi <veypi@qq.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",
|
|
"dev": "quasar dev",
|
|
"build": "quasar build"
|
|
},
|
|
"dependencies": {
|
|
"@quasar/extras": "^1.16.4",
|
|
"@toast-ui/editor": "^3.2.2",
|
|
"@types/validator": "^13.11.2",
|
|
"@veypi/msg": "^0.1.1",
|
|
"@veypi/oaer": "^0.0.3",
|
|
"@veypi/one-icon": "2",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.2.1",
|
|
"cherry-markdown": "^0.8.26",
|
|
"js-base64": "^3.7.5",
|
|
"mathjax": "3",
|
|
"mitt": "^3.0.1",
|
|
"nats.ws": "^1.18.0",
|
|
"pinia": "^2.0.11",
|
|
"quasar": "^2.6.0",
|
|
"ts-nkeys": "^1.0.16",
|
|
"validator": "^13.11.0",
|
|
"vite-plugin-rewrite-all": "^1.0.1",
|
|
"vue": "^3.0.0",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.0.0",
|
|
"webdav": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
|
|
"@quasar/app-vite": "^1.3.0",
|
|
"@types/node": "^12.20.21",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
"@typescript-eslint/parser": "^5.10.0",
|
|
"autoprefixer": "^10.4.15",
|
|
"eslint": "^8.10.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
"postcss": "^8.4.29",
|
|
"prettier": "^2.5.1",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18 || ^16 || ^14.19",
|
|
"npm": ">= 6.13.4",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|