forked from hyperledger-iroha/iroha-2-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 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
64
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"postinstall": "pnpm get-snippets",
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"format": "prettier-eslint --include-dot-files \"**/*.{js,ts,mts,vue,json}\"",
"format:check": "pnpm format --list-different",
"format:fix": "pnpm format --write",
"lint": "eslint --ext .js,.ts,.mts,.vue . .vitepress",
"typecheck": "tsc --noEmit",
"get-snippets": "pnpm cli get-snippets",
"test": "vitest",
"cli": "tsx etc/cli"
},
"devDependencies": {
"@iroha2/data-model-schema": "^5.0.0",
"@mdit-vue/shared": "^0.12.0",
"@scale-codec/definition-compiler": "^4.0.1",
"@types/debug": "^4.1.7",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.15.11",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"case": "^1.6.3",
"chalk": "^4",
"del": "^7.0.0",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.10.0",
"hasha": "^5.2.2",
"log-update": "^5.0.1",
"make-dir": "^3.1.0",
"markdown-it": "^13.0.1",
"markdown-it-footnote": "^3.0.3",
"mermaid": "^10.1.0",
"node-fetch": "^3.3.0",
"prettier": "^2.8.7",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"sass": "^1.56.1",
"ts-pattern": "^4.2.2",
"tsx": "^3.12.6",
"typescript": "5.0.3",
"unocss": "^0.51.8",
"vite": "^4.3.2",
"vite-plugin-pwa": "^0.14.7",
"vite-svg-loader": "^4.0.0",
"vitepress": "1.0.0-alpha.74",
"vitest": "^0.30.1",
"yargs": "^17.6.2"
},
"dependencies": {
"@soramitsu-ui/theme": "^0.3.0",
"@soramitsu-ui/ui": "^0.10.0",
"@vue-kakuyaku/core": "^0.4.3",
"@vueuse/core": "^9.13.0",
"mande": "^2.0.6",
"tiny-invariant": "^1.3.1",
"vue": "^3.2.47"
}
}