-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.7 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
57
58
59
60
61
62
63
{
"name": "helm-wizard",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"type:check": "vue-tsc --noEmit",
"lint": "pnpm $(pnpm bin)/eslint src/**/*.{vue,ts}",
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm $(pnpm bin)/jest",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@vueuse/core": "^9.2.0",
"js-untar": "^2.0.0",
"js-yaml": "^4.1.0",
"marked": "^4.1.1",
"pako": "^2.0.4",
"pinia": "^2.0.22",
"pinia-plugin-persistedstate": "^2.3.0",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"primevue": "^3.17.0",
"ramda": "^0.28.0",
"ts.data.json": "^2.1.1",
"uuid": "^9.0.0",
"vee-validate": "^4.6.9",
"vue": "^3.2.37"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/jest": "^29.0.3",
"@types/js-yaml": "^4.0.5",
"@types/json-schema": "^7.0.11",
"@types/marked": "^4.0.7",
"@types/pako": "^2.0.0",
"@types/ramda": "^0.28.15",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.1",
"eslint": "8.22.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.5.1",
"jest": "^29.0.3",
"json-schema": "^0.4.0",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"ts-jest": "^29.0.1",
"typescript": "^4.6.4",
"vite": "^3.2.10",
"vite-plugin-banner": "^0.6.1",
"vite-plugin-dynamic-publicpath": "^1.1.2",
"vite-plugin-ejs": "^1.5.0",
"vue-tsc": "^0.40.4"
},
"engine": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=16.0.0 <17.0.0"
}
}