-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "vue-project",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@9.10.0",
"scripts": {
"dev": "vite",
"build": "run-p \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@primevue/themes": "^4.1.1",
"@vueuse/core": "^11.1.0",
"date-fns": "^4.1.0",
"pinia": "^2.2.4",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^4.1.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@iconify-json/line-md": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.9",
"@iconify/vue": "^4.1.2",
"@playwright/test": "^1.48.1",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.7.9",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"jsdom": "^25.0.1",
"npm-run-all2": "^7.0.1",
"sass": "^1.80.4",
"typescript": "~5.6.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.5.3",
"vitest": "^2.1.3",
"vue-tsc": "^2.1.6"
}
}