-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
127 lines (127 loc) · 4.84 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
{
"name": "triage-for-github",
"description": "Desktop app for dividing GitHub issues and pull-requests into go or no-go quickly.",
"version": "0.8.8",
"author": {
"name": "sanemat",
"email": "[email protected]",
"url": "sane.jp"
},
"databaseName": "triage_for_github",
"dependencies": {
"classnames": "^2.1.3",
"crossing": "^1.0.1",
"crypto-js": "^3.1.5",
"electron-debug": "0.5.1",
"electron-open-link-in-browser": "^1.0.1",
"electron-template-menu": "1.0.3",
"es6-error": "^2.0.0",
"is-empty-object": "^1.1.0",
"level-js": "^2.2.2",
"level-sublevel": "^6.5.2",
"levelup": "^1.2.1",
"lodash": "^3.10.1",
"material-ui": "0.13.3",
"moment": "^2.10.6",
"octokat": "^0.4.11",
"react": "^0.14.2",
"react-addons-create-fragment": "^0.14.2",
"react-addons-pure-render-mixin": "^0.14.2",
"react-addons-transition-group": "^0.14.2",
"react-addons-update": "^0.14.2",
"react-dom": "^0.14.2",
"react-redux": "^4.0.0",
"react-router": "^1.0.0",
"react-tap-event-plugin": "0.2.1",
"redux": "^3.0.0",
"redux-batched-updates": "^0.1.0",
"redux-devtools-dock-monitor": "^1.0.0-beta-3",
"redux-devtools-log-monitor": "^1.0.0-beta-3",
"redux-form": "^3.0.0",
"redux-thunk": "^1.0.0",
"reset-storage": "^1.0.1",
"rndm": "^1.1.0"
},
"devDependencies": {
"archiver": "^0.16.0",
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.1",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.0.3",
"babel-runtime": "^5.8.20",
"buffered-spawn": "^1.1.2",
"conventional-changelog": "^0.5.0",
"cpy": "^3.4.0",
"css-loader": "^0.23.0",
"eclint": "^1.1.1",
"electron-packager": "^5.0.2",
"electron-prebuilt": "0.35.1",
"eslint": "^1.3.1",
"eslint-config-airbnb": "1.0.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "~3.10.0",
"espower-babel": "^3.3.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.0",
"fixpack": "^2.2.0",
"globstar": "^1.0.0",
"html-webpack-plugin": "^1.6.1",
"is-travis-ci-build-for-tag": "^1.1.1",
"json-loader": "^0.5.2",
"mocha": "^2.3.0",
"npm-check-updates": "^2.2.0",
"power-assert": "^1.0.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.0.5",
"redux-devtools": "^v3.0.0-beta-3",
"rimraf": "^2.4.3",
"silence-chromium": "^2.0.0",
"style-loader": "^0.13.0",
"touch": "^1.0.0",
"webfont-dl": "^0.1.2",
"webpack": "^1.12.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.1.0",
"yargs": "^3.23.0"
},
"electronVersion": "0.35.1",
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"electron-app"
],
"license": "MIT",
"main": "main.js",
"private": true,
"productName": "TriageForGitHub",
"repository": "lyrictenor/electron-triage-for-github",
"scripts": {
"build:app": "npm run electron:build -- --platform darwin --arch x64",
"build:dev": "npm run clean && npm run resource && webpack --config webpack/webpack.application.config.dev.js",
"build:dist": "npm run clean && npm run resource && webpack --config webpack/webpack.application.config.production.js",
"build:local": "npm run clean && npm run resource && webpack --config webpack/webpack.application.config.js",
"changelog": "touch changelog.md && conventional-changelog -i changelog.md --overwrite --preset angular",
"clean": "rimraf dist",
"eclint": "globstar --ignore \"node_modules/**\" -- eclint check \"*.{js,yml,md,json}\"",
"electron": "npm run build:dev && cd dist && electron . 2>&1 | silence-chromium ../debug.log && cd ..",
"electron:build": "babel-node bin/electron-build.js",
"electron:pack": "babel-node bin/electron-pack.js",
"eslint": "npm run eslint:es5 && npm run eslint:es6",
"eslint:es5": "eslint -c es5.eslintrc lib/main.js lib/server.js",
"eslint:es6": "eslint --ext .js,.jsx --ignore-pattern \"lib/main.js\" --ignore-pattern \"lib/server.js\" lib test bin",
"fetch:font:roboto": "webfont-dl \"http://fonts.googleapis.com/css?family=Roboto:400,300,500:latin\" -o assets/roboto.css --woff1=omit --woff2=data --svg=omit --ttf=omit --eot=omit",
"fixpack": "fixpack",
"git:tag": "git tag v${npm_package_version}",
"lint": "npm run eclint && npm run eslint",
"ncu": "ncu -u",
"resource": "cpy package.json dist && npm run resource:main",
"resource:main": "cpy lib/main.js dist && cd dist && npm install electron-debug electron-template-menu && cd ..",
"start": "npm run build:local && node lib/server.js",
"test": "mocha --compilers js:espower-babel/guess -- ./test/*test.js",
"verify": "npm run lint && npm run test && npm run build:local && npm run build:dev && npm run build:dist"
}
}