-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.4 KB
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
52
{
"name": "pidsamhai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build_gh": "pnpm build && cp dist/index.html dist/404.html",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@types/node": "^20.8.0",
"axios": "^0.24.0",
"roboto-fontface": "^0.10.0",
"vue": "^3.3.4",
"vue-axios": "^3.5.2",
"vue-facing-decorator": "^3.0.3",
"vue-router": "^4.2.5",
"vuetify": "^3.3.19",
"vuex": "^4.1.0",
"webfontloader": "^1.6.28",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/webfontloader": "^1.6.35",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/devtools": "^6.5.0",
"@vue/eslint-config-typescript": "^9.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^8.7.1",
"lint-staged": "^11.2.6",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"sass": "^1.68.0",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.0",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^1.2.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}