-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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
52
53
54
55
{
"name": "me",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.4.47",
"animate.css": "^4.1.1",
"core-js": "^3.39.0",
"crypto-js": "^4.2.0",
"markdown-it": "^14.1.0",
"roboto-fontface": "*",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vue3-lazyload": "^0.3.8",
"vuetify": "^3.7.3",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/node": "^22.8.6",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^14.1.3",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.30.0",
"sass": "^1.80.5",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.10"
},
"pnpm": {
"overrides": {
"postcss@<8.4.31": ">=8.4.31",
"vite@>=3.0.0 <=3.2.7": ">=3.2.8",
"vite@>=3.0.0 <=3.2.8": ">=3.2.10",
"word-wrap@<1.2.4": ">=1.2.4",
"braces@<3.0.3": ">=3.0.3",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"vite@>=3.0.2 <3.2.7": ">=3.2.7",
"micromatch@<4.0.8": ">=4.0.8",
"vue-template-compiler@>=2.0.0 <3.0.0": ">=3.0.0",
"vite@<3.2.11": ">=3.2.11",
"vite@<=3.2.10": ">=3.2.11",
"rollup@<2.79.2": ">=2.79.2"
}
}
}