forked from hyperledger-iroha/iroha-2-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 863 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 863 Bytes
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
{
"name": "iroha2-docs",
"private": true,
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"format:docs": "prettier 'src/**/*.md'",
"format:docs:check": "pnpm run format:docs --check",
"format:docs:fix": "pnpm run format:docs --write"
},
"devDependencies": {
"@types/node": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint": "7",
"eslint-plugin-vue": "^8.7.1",
"markdown-it-footnote": "^3.0.3",
"prettier": "^2.6.2",
"prettier-eslint": "^15.0.0",
"sass": "^1.51.0",
"shiki": "^0.10.1",
"typescript": "^4.6.4",
"vite-plugin-windicss": "^1.8.4",
"vitepress": "^0.22.4",
"windicss": "^3.5.3"
},
"dependencies": {
"@vueuse/core": "^8.5.0",
"vue": "^3.2.33"
}
}