-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "portfolio",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"docker:up": "pnpm install && pnpm build && docker build . -t gk-portfolio && docker run -d -p 8080:80 --name gk-portfolio gk-portfolio",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@vueuse/core": "^11.2.0",
"core-js": "^3.37.1",
"dayjs": "^1.11.13",
"pinia": "^2.1.7",
"roboto-fontface": "^0.10.0",
"vue": "^3.5.13",
"vue-easy-lightbox": "^1.19.0",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0",
"vuetify": "^3.7.4"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@eslint/js": "^9.15.0",
"@types/node": "^18.19.64",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/typescript": "^1.8.20",
"eslint": "^9.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.14.0",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"typescript-eslint": "^8.15.0",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.11",
"vite-plugin-vuetify": "^2.0.4",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]"
}