-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
63 lines (63 loc) · 1.96 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
{
"name": "jser",
"description": "JSer.info blog",
"version": "0.0.1",
"homepage": "https://github.com/jser/jser.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/jser/jser.github.io.git"
},
"main": "index.js",
"scripts": {
"test": "node test/index-checker.js && npm run textlint && npm run test:unit",
"test:ci": "node test/index-checker.js",
"build": "node _tools/generate-post-details-json.js",
"build:css": "sass public/css/index.scss public/css/index.css",
"watch:css": "sass public/css/index.scss public/css/index.css --watch",
"test:unit": "mocha test/unit",
"lint": "textlint --cache -f pretty-error",
"textlint": "git diff --name-only --diff-filter=ACMR origin/develop | grep -a '_i18n/ja/.*.md$' | xargs textlint --cache"
},
"browserify": {
"transform": [
"babelify"
]
},
"directories": {
"test": "test/"
},
"author": "azu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jser/jser.github.io/issues"
},
"devDependencies": {
"@jser/post-parser": "^2.0.0",
"@proofdict/textlint-rule-proofdict": "^3.0.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"bower": "^1.3.8",
"bower-installer": "^1.3.6",
"front-matter": "^4.0.2",
"glob": "^7.1.2",
"glob-all": "^3.1.0",
"globby": "^6.1.0",
"json-loader": "^0.5.4",
"mocha": "^3.5.0",
"sass": "^1.23.7",
"spellcheck-tech-word-textlint-rule": "^3.0.0",
"spellcheck-technical-word": "^2.0.0",
"structured-source": "^3.0.2",
"textlint": "^12.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-node-types": "^1.0.0",
"textlint-plugin-jser-markdown": "^1.0.2",
"textlint-rule-helper": "^2.2.0",
"textlint-rule-no-doubled-joshi": "^4.0.0",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2"
},
"dependencies": {
}
}