-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
56
{
"name": "kioskview",
"version": "0.0.1",
"description": "kioskView前端页面",
"scripts": {
"dev": "vite --port 8080",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"test": "vitest",
"test:vitest": "vitest --coverage",
"test:unit": "vitest --environment jsdom",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@sentry/vite-plugin": "^2.10.3",
"@sentry/vue": "^7.99.0",
"axios": "^0.27.2",
"element-plus": "^2.4.3",
"esbuild": "^0.17.19",
"fs": "0.0.1-security",
"immer": "^10.0.3",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@pinia/testing": "^0.1.3",
"@types/jsdom": "^20.0.1",
"@types/node": "^16.18.67",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vitest/coverage-v8": "^0.34.6",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.1.3",
"axios-mock-adapter": "^1.22.0",
"happy-dom": "^13.3.1",
"jsdom": "^20.0.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"npm-run-all": "^4.1.5",
"puppeteer": "^21.7.0",
"start-server-and-test": "^1.15.4",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^5.0.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.25"
}
}