-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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": "eos-keys-management-testapp",
"version": "0.0.0",
"scripts": {
"build": "run-p type-check build-only",
"test:unit": "vitest --environment jsdom --root src/",
"build-only": "vite build",
"dev": "vite",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"eosjs": "^22.1.0",
"pinia": "^2.0.23",
"vee-validate": "^4.7.2",
"vue": "^3.2.41",
"vue-router": "^4.1.5",
"vuetify": "^3.0.0"
},
"devDependencies": {
"@mdi/font": "^7.0.96",
"@types/crypto-js": "^4.1.1",
"@types/elliptic": "^6.4.13",
"@types/jsdom": "^20.0.0",
"@types/node": "^16.11.68",
"@types/text-encoding": "^0.0.36",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/test-utils": "^2.1.0",
"@vue/tsconfig": "^0.1.3",
"jsdom": "^20.0.1",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.1.8",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.8"
}
}