-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "iroha2-block-explorer-web",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-s typecheck build:vite",
"build:vite": "vite build",
"preview": "vite preview",
"lint": "eslint --ext=.js,.ts,.vue .",
"test": "vitest",
"typecheck": "vue-tsc --noEmit",
"format:fix": "prettier-eslint '{**/*,*}.{vue,js,ts,jsx,tsx,md,css,scss,sass}' --write"
},
"dependencies": {
"@iroha2/crypto-target-web": "^0.4.0",
"@iroha2/data-model": "^2.0.2",
"@ngneat/falso": "^6.1.0",
"@soramitsu-ui/icons": "^0.1.0",
"@vueuse/core": "^9.1.1",
"@vueuse/shared": "10.1.2",
"bignumber.js": "^9.1.2",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"tiny-invariant": "^1.3.3",
"ts-pattern": "^4.0.5",
"type-fest": "^3.1.0",
"vue": "^3.4.0",
"vue-i18n": "^9.2.2",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.1.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-alloy": "^5.1.2",
"eslint-plugin-vue": "^9.22.0",
"jsdom": "^24.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"sass": "^1.54.6",
"typescript": "^5.0.4",
"vite": "5.2.6",
"vite-svg-loader": "^3.4.0",
"vitest": "^2.0.4",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.6"
}
}