-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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-career-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest tests"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.2.1",
"@vueuse/integrations": "^10.2.1",
"axios": "^1.4.0",
"classified": "^0.1.3",
"element-plus": "^2.3.7",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.31",
"universal-cookie": "^4.0.4",
"vue": "^3.2.47",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.11",
"@types/jest": "^29.5.3",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/test-utils": "^2.4.0-alpha.2",
"jest": "^26.6.3",
"less": "^3.11.1",
"ts-jest": "^26.5.6",
"unplugin-auto-import": "^0.16.4",
"unplugin-icons": "^0.16.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-plugin-windicss": "^1.9.0",
"vue-jest": "^5.0.0-alpha.10"
}
}