-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
153 lines (153 loc) · 4.46 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
147
148
149
150
151
152
153
{
"private": true,
"author": "azu <[email protected]>",
"email": "[email protected]",
"license": "MIT",
"files": [
"bin/",
"lib/",
"src/"
],
"name": "textlint-app",
"version": "1.4.1",
"description": "textlint app for crossplatform.",
"main": "index.js",
"scripts": {
"publish": "lerna publish --conventional-commits",
"lint": "eslint src/ test/ --cache",
"lint:fix": "eslint --fix src/ test/ --cache",
"test": "mocha 'src/**/__tests__/*'",
"bootstrap": "lerna bootstrap && install-app-deps",
"start": "npm-run-all clean --parallel watch:*",
"electron": "electron .",
"build:js": "cross-env NODE_ENV=production webpack --progress -p",
"build:css": "postcss --config postcss.config.js src/renderer/index.css -o app/build/bundle.css",
"build": "npm-run-all clean --parallel build:*",
"watch:js": "cross-env NODE_ENV=development webpack -d --watch",
"watch:css": "chokidar --initial 'src/**/*.css' -c 'npm run build:css'",
"watch": "npm-run-all clean --parallel watch:*",
"clean": "rimraf app/build dist/ out/ && mkdirp app/build",
"_i18n:extract": "i18next src/renderer/ -o locales -l ja -r",
"pack": "npm run build && build --dir",
"dist": "npm run build && build --x64 --ia32",
"release": "npm run build && build --x64 --ia32 --publish onTagOrDraft"
},
"build": {
"productName": "textlint",
"appId": "info.efcl.textlint",
"asar": true,
"npmRebuild": false,
"files": [
"index.js",
"app/**/*",
"node_modules/**/*"
],
"win": {
"target": [
"nsis"
]
},
"mac": {
"target": [
"zip"
],
"icon": "build/icon.icns",
"category": "public.app-category.productivity"
},
"linux": {
"target": [
"deb"
]
},
"publish": [
{
"provider": "github"
}
]
},
"keywords": [
"textlint",
"electron",
"app",
"native"
],
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint-app.git"
},
"bugs": {
"url": "https://github.com/textlint/textlint-app/issues"
},
"homepage": "https://github.com/textlint/textlint-app",
"devDependencies": {
"autoprefixer": "^7.0.1",
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.1.8",
"babel-preset-jsdoc-to-assert": "^4.0.0",
"babel-preset-power-assert": "^1.0.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chokidar-cli": "^1.2.0",
"cross-env": "^5.0.0",
"css-loader": "^0.28.1",
"electron": "^1.4.15",
"electron-builder": "^17.3.1",
"electron-devtools-installer": "^2.1.0",
"electron-packager": "^8.5.1",
"electron-webpack-plugin": "^2.0.0",
"eslint": "^3.14.1",
"eslint-plugin-no-allow-react-context": "^1.0.1",
"eslint-plugin-react": "^7.0.0",
"file-loader": "^0.11.1",
"i18next-parser": "^0.11.1",
"json-loader": "^0.5.4",
"lerna": "^2.0.0-rc.4",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"npm-run-all": "^4.0.1",
"postcss-calc": "^6.0.0",
"postcss-cli": "^3.2.0",
"postcss-custom-media": "^5.0.1",
"postcss-custom-properties": "^5.0.1",
"postcss-easy-import": "^2.0.0",
"postcss-reporter": "^3.0.0",
"power-assert": "^1.4.2",
"rimraf": "^2.5.4",
"style-loader": "^0.17.0",
"url-loader": "^0.5.7",
"webpack": "^2.5.1"
},
"dependencies": {
"almin": "^0.14.0",
"almin-logger": "^6.1.0",
"classnames": "^2.2.5",
"codemirror": "^5.23.0",
"codemirror-textlint": "^1.2.0",
"debug": "^2.6.0",
"electron-default-menu": "^1.0.0",
"electron-is-dev": "^0.1.2",
"electron-updater": "^1.15.0",
"electron-window-state": "^4.0.1",
"i18next": "^4.2.0",
"i18next-electron-language-detector": "^0.0.4",
"ipc-promise": "^0.1.3",
"lodash.debounce": "^4.0.8",
"map-like": "^1.0.3",
"markdown-extensions": "^1.1.0",
"normalize.css": "^6.0.0",
"office-ui-fabric-react": "^2.27.0",
"react": "^15.4.1",
"react-codemirror": "^0.3.0",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"strip-json-comments": "^2.0.1",
"suitcss-classnames": "^1.1.0",
"textlint": "^8.0.1",
"textlint-app-locator": "file:packages/textlint-app-locator",
"textlint-message-to-codemirror": "^1.0.0",
"textlint-server-package-manager": "file:packages/textlint-server-package-manager"
}
}