forked from studyathome-internationally/hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.39 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
{
"name": "hub",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/studyathome-internationally/hub.git",
"author": "Alija Sabic <[email protected]>",
"license": "GPL-3.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@studyathome-internationally/vuepress-theme-hub": "^1.1.7",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"caniuse-lite": "^1.0.30001271",
"lint-staged": "^9.5.0",
"remark-cli": "^7.0.1",
"remark-lint": "^6.0.6",
"remark-preset-lint-consistent": "^2.0.4",
"remark-preset-lint-recommended": "^3.0.4",
"textlint": "^11.7.6",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^1.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-diacritics": "^1.0.0",
"textlint-rule-en-capitalization": "^2.0.3",
"textlint-rule-stop-words": "^1.0.18",
"textlint-rule-terminology": "^1.1.30",
"textlint-rule-write-good": "^1.6.2",
"vuepress": "1.8.1"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"precommit": "lint-staged",
"lint-md:wording": "textlint ./docs/**/*.md",
"lint-md:style": "remark --quiet --frail .",
"lint-md": "yarn lint-md:style && yarn lint-md:wording"
},
"devDependencies": {
"@vuepress/plugin-pwa": "^1.8.1",
"youtube-player": "^5.5.2"
}
}