-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "my-resume-app",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"fri-element-plus": "^1.0.1",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
},
"devDependencies": {
"@types/node": "^20.11.8",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"postcss-color-mix": "^1.1.0",
"postcss-each": "^1.1.0",
"postcss-each-variables": "^0.3.0",
"postcss-for": "^2.1.1",
"postcss-import": "^16.0.0",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.0.2",
"tailwindcss": "^3.4.1",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-bundle-prefetch": "^0.0.4",
"vite-plugin-chunk-split": "^0.5.0",
"vite-plugin-compression2": "^0.11.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-importus": "^1.0.5",
"vue-tsc": "^1.8.27"
}
}