-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
146 lines (146 loc) · 5 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@io-monad/textlint-chrome-extension",
"version": "0.0.0-placeholder",
"description": "textlint Chrome Extension",
"chromeExtensionId": "hdongmdneapmhfblomidbafplpanpdmm",
"author": "IRIDE Monad <[email protected]>",
"license": "GPL-3.0",
"homepage": "https://github.com/io-monad/textlint-chrome-extension",
"repository": {
"type": "git",
"url": "https://github.com/io-monad/textlint-chrome-extension.git"
},
"bugs": {
"url": "https://github.com/io-monad/textlint-chrome-extension/issues"
},
"files": [
"app/_locales",
"app/scripts",
"app/manifest.json"
],
"config": {
"ghooks": {
"pre-commit": "gulp lint",
"commit-msg": "validate-commit-msg",
"pre-push": "gulp test"
},
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"release": {
"verifyConditions": "sr-condition-wercker"
},
"scripts": {
"prepublish": "bower install",
"pack": "gulp pack --production --vendor=chrome",
"build": "gulp build --vendor=chrome",
"watch": "gulp build --watch --vendor=chrome",
"test": "gulp test",
"testw": "gulp test --watch",
"lint": "eslint --ignore-path .gitignore app/scripts tests tasks",
"semantic-release": "semantic-release pre && gulp release --production && npm publish --access public && semantic-release post"
},
"devDependencies": {
"@io-monad/chrome-util": "^2.1.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-plugin-transform-strict-mode": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.8.0",
"bower": "^1.7.9",
"chrome-extension-deploy": "^2.0.1",
"cz-conventional-changelog": "^1.1.6",
"del": "^2.2.0",
"escape-string-regexp": "^1.0.5",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.7.0",
"eslint-plugin-import-order": "^2.1.2",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.0.1",
"ghooks": "^1.2.1",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-espower": "^1.0.2",
"gulp-gunzip": "0.0.3",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.0",
"gulp-json-transform": "^0.3.0",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sequence": "^0.4.5",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"jquery": "^2.2.3",
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"lodash": "^4.11.2",
"main-bower-files": "^2.13.0",
"mocha": "^2.4.5",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.7",
"power-assert": "^1.4.0",
"raw-loader": "^0.5.1",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"require-dir": "^0.3.0",
"semantic-release": "^4.3.5",
"sinon": "^1.17.4",
"sinon-chrome": "^1.1.2",
"sr-condition-wercker": "^1.0.2",
"string-replace-loader": "^1.0.0",
"textlint": "^6.6.0",
"textlint-registry": "^3.1.1",
"textlint-rule-alex": "^1.0.1",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-general-novel-style-ja": "^1.3.0",
"textlint-rule-incremental-headers": "^0.2.0",
"textlint-rule-max-appearence-count-of-words": "^1.0.1",
"textlint-rule-max-comma": "^1.0.2",
"textlint-rule-max-kanji-continuous-len": "^1.0.1",
"textlint-rule-max-length-of-title": "^1.0.1",
"textlint-rule-max-number-of-lines": "^1.0.2",
"textlint-rule-max-ten": "^2.0.1",
"textlint-rule-ng-word": "^1.0.0",
"textlint-rule-no-double-negative-ja": "^1.0.4",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.0.2",
"textlint-rule-no-doubled-joshi": "^3.2.1",
"textlint-rule-no-dropping-the-ra": "^1.0.2",
"textlint-rule-no-exclamation-question-mark": "^1.0.2",
"textlint-rule-no-hankaku-kana": "^1.0.1",
"textlint-rule-no-mix-dearu-desumasu": "^2.2.1",
"textlint-rule-no-nfd": "^1.0.1",
"textlint-rule-no-start-duplicated-conjunction": "^1.0.7",
"textlint-rule-one-white-space-between-zenkaku-and-hankaku-eiji": "^1.0.0",
"textlint-rule-preset-jtf-style": "^2.2.0",
"textlint-rule-rousseau": "^1.4.1",
"textlint-rule-sentence-length": "^1.0.4",
"textlint-rule-sjsj": "^1.0.5",
"textlint-rule-spellcheck-tech-word": "^5.0.0",
"textlint-rule-unexpanded-acronym": "^1.2.1",
"textlint-rule-write-good": "^0.1.4",
"through2": "^2.0.1",
"validate-commit-msg": "^2.6.1",
"vinyl-named": "^1.1.0",
"webpack": "^1.13.0",
"webpack-stream": "^3.2.0",
"yargs": "^4.7.0"
}
}