forked from jser/jser.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.59 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"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": "echo 'no build'",
"build:related-item": "NODE_ENV=production webpack -p",
"build:css": "sass public/css/index.scss public/css/index.css",
"watch:css": "sass public/css/index.scss public/css/index.css --watch",
"watch": "NODE_ENV=development webpack --watch -d",
"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",
"autotrack:update": "autotrack -o public/js/autotrack.custom.js -p pageVisibilityTracker,eventTracker,outboundLinkTracker,maxScrollTracker"
},
"browserify": {
"transform": [
"babelify"
]
},
"directories": {
"test": "test/"
},
"author": "azu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jser/jser.github.io/issues"
},
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"@jser/post-parser": "^1.2.1",
"@proofdict/textlint-rule-proofdict": "^3.0.0",
"autotrack": "^2.4.1",
"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",
"del": "^3.0.0",
"front-matter": "^4.0.2",
"glob": "^7.1.2",
"glob-all": "^3.1.0",
"globby": "^6.1.0",
"json-loader": "^0.5.4",
"make-dir": "^1.2.0",
"markdown-it": "^8.4.1",
"markdown-to-ast": "^6.0.3",
"mocha": "^3.5.0",
"nanohtml": "^1.2.2",
"sanitize-html": "^1.18.2",
"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",
"webpack": "^2.5.1"
},
"dependencies": {
"@jser/data-fetcher": "^1.2.1",
"@jser/stat": "^1.2.1",
"preact": "^8.1.0",
"remove-markdown": "^0.2.2",
"virtual-element": "^1.1.1"
}
}