-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "booq-ui",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --cache .",
"format": "prettier --cache --write .",
"type-check": "vue-tsc --noEmit",
"gen-api": "pnpm openapi-typescript https://raw.githubusercontent.com/traPtitech/booQ-v3/main/docs/openapi.yml --output src/apis/openapi.ts"
},
"dependencies": {
"@iconify/iconify": "^3.1.1",
"openapi-typescript-fetch": "^1.1.3",
"pinia": "^2.1.7",
"primevue": "^3.49.0",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/json": "^2.2.183",
"@traptitech/vite-plugin-trap-auth": "^0.3.1",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.21.1",
"openapi-typescript": "^6.7.4",
"postcss": "^8.4.35",
"postcss-normalize": "^10.0.1",
"prettier": "^3.2.5",
"rollup-plugin-brotli": "^3.1.0",
"sass": "^1.71.0",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite-plugin-purge-icons": "^0.10.0",
"vue-tsc": "^1.8.27"
},
"packageManager": "pnpm@8.15.3+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991"
}