generated from sapphi-red/vite-boilerplate-plus
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.42 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
46
47
48
49
50
51
{
"name": "booq-ui",
"version": "2.1.3",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --cache .",
"format": "prettier --cache --write .",
"type-check": "vue-tsc --noEmit",
"gen-api": "esno ./scripts/generate-apis.ts",
"clean": "rimraf ./src/lib/apis/generated"
},
"dependencies": {
"@iconify/iconify": "^3.0.1",
"@popperjs/core": "^2.11.6",
"@zxing/library": "^0.19.1",
"axios": "^1.2.2",
"pinia": "^2.0.28",
"v-calendar": "^3.0.0-alpha.8",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@iconify/json": "^2.1.159",
"@openapitools/openapi-generator-cli": "^2.5.2",
"@traptitech/vite-plugin-trap-auth": "^0.3.1",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.8.0",
"esno": "^0.16.3",
"execa": "^6.1.0",
"postcss": "^8.4.20",
"postcss-normalize": "^10.0.1",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"rollup-plugin-brotli": "^3.1.0",
"sass": "^1.57.1",
"ts-morph": "^17.0.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-purge-icons": "^0.9.2",
"vue-tsc": "^1.0.19"
},
"private": true
}