This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.68 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": "tempest",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev:force": "vite --force",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"serve": "vite preview",
"test": "pnpm vitest --run",
"prettify": "eslint --fix \"**/*.{vue,ts,js}\"",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"postinstall": "npx husky install"
},
"dependencies": {
"@floating-ui/core": "^0.2.2",
"@floating-ui/dom": "^0.1.10",
"@harmony-dev/harmony-web-sdk": "^0.0.2-alpha-5",
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
"@popperjs/core": "^2.11.0",
"@vueuse/core": "7.0.1",
"eventemitter3": "^4.0.7",
"focus-trap": "^6.7.1",
"focus-trap-vue": "^3.2.1",
"microtip": "^0.2.2",
"vee-validate": "^4.5.7",
"vue": "3.2.22",
"vue-i18n": "^9.2.0-beta.30",
"vue-router": "^4.0.12",
"vue-toastification": "^2.0.0-rc.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@antfu/eslint-config": "^0.14.2",
"@iconify/json": "1.1.432",
"@protobuf-ts/runtime-rpc": "^2.1.0",
"@types/node": "16.11.9",
"@vitejs/plugin-vue": "1.10.0",
"@vitejs/plugin-vue-jsx": "1.3.0",
"@vue/compiler-sfc": "^3.2.26",
"dayjs": "^1.10.7",
"esbuild-jest": "^0.5.0",
"eslint": "^8.6.0",
"husky": "^7.0.4",
"nano-staged": "^0.5.0",
"pnpm": "^6.24.4",
"rollup-plugin-visualizer": "^5.5.2",
"tippy.js": "^6.3.7",
"typescript": "4.4.4",
"unplugin-icons": "0.12.18",
"unplugin-vue-components": "0.17.2",
"v-wave": "1.3.3",
"vite": "^2.7.10",
"vite-plugin-fonts": "^0.2.2",
"vite-plugin-mkcert": "^1.5.2",
"vite-plugin-pwa": "0.11.6",
"vite-plugin-windicss": "^1.6.1",
"vitest": "^0.0.113",
"vue-tsc": "0.29.6",
"windicss": "^3.4.2",
"workbox-window": "6.4.1"
}
}