-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "iij-bootcamp",
"version": "1.0.0",
"description": "IIJ で実施しているハンズオン資料集です",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "find -H . -type f -name '*.md' -and -not -iwholename '*/node_modules/*' -exec npx textlint {} +"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iij/bootcamp.git"
},
"author": "Internet Initiative Japan Inc.",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/iij/bootcamp/issues"
},
"homepage": "https://github.com/iij/bootcamp#readme",
"dependencies": {
"@vue/component-compiler-utils": "^3.2.2",
"@vuepress/shared-utils": "^1.8.2",
"lru-cache": "^6.0.0",
"markdown-it-emoji": "^2.0.0",
"textlint-rule-preset-ja-engineering-paper": "^1.0.0",
"textlint-rule-preset-ja-technical-writing": "^3.1.3",
"vue-template-compiler": "^2.7.3",
"vuepress": "^1.9.7",
"vuepress-plugin-code-copy": "^1.0.6"
},
"devDependencies": {
"textlint": "^11.6.3"
}
}