forked from survivejs/webpack-book
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.61 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
{
"name": "survivejs-webpack",
"private": true,
"version": "2.0.9",
"description": "SurviveJS - Webpack",
"scripts": {
"publish:silent": "leanpub-cli publish-silent survivejs-webpack",
"preview": "leanpub-cli preview survivejs-webpack",
"job-status": "leanpub-cli job-status survivejs-webpack",
"test": "npm run textlint && npm run remark",
"test:links": "check-markdown-links manuscript",
"proselint": "proselintjs \"manuscript/**/*.md\"",
"textlint": "textlint \"manuscript/*.md\" && textlint \"manuscript/**/*.md\"",
"keywords": "node ./utils/keywords",
"remark": "remark manuscript",
"prepush": "npm test",
"push": "git push && npm run preview"
},
"remarkConfig": {
"plugins": [
"preset-survivejs"
]
},
"repository": {
"type": "git",
"url": "https://github.com/survivejs/webpack-book.git"
},
"keywords": [
"react",
"webpack"
],
"author": "",
"license": "CC BY-NC-ND",
"bugs": {
"url": "https://github.com/survivejs/webpack-book/issues"
},
"homepage": "https://github.com/survivejs/webpack-book",
"dependencies": {},
"devDependencies": {
"check-markdown-links": "^0.1.1",
"glob": "^7.1.1",
"husky": "^0.13.2",
"leanpub-cli": "^0.2.0",
"nlcst-to-string": "^2.0.0",
"proselint": "^0.1.7",
"remark-cli": "^3.0.0",
"remark-preset-survivejs": "^0.2.1",
"retext": "^5.0.0",
"retext-keywords": "^4.0.0",
"textlint": "^7.3.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^1.1.6",
"textlint-rule-write-good": "^1.6.0",
"to-vfile": "^2.1.1"
}
}