API-Explorer-II/package.json
2023-06-02 23:03:55 +08:00

63 lines
1.9 KiB
JSON

{
"name": "api-explorer",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite & ts-node server/app.ts",
"build": "run-p build-only",
"build-server": "tsc --project tsconfig.server.json",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/ server/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@fontsource/roboto": "^4.5.8",
"@highlightjs/vue-plugin": "^2.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^16.0.3",
"element-plus": "^2.3.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"highlight.js": "^11.7.0",
"oauth": "^0.10.0",
"obp-typescript": "^1.0.34",
"pinia": "^2.0.32",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.10.3",
"typedi": "^0.10.0",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.14.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"typescript": "~4.8.4",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.4",
"vite-plugin-node-polyfills": "^0.8.1",
"vite-plugin-rewrite-all": "^1.0.1",
"vitest": "^0.29.1",
"vue-tsc": "^1.2.0"
}
}