-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
157 lines (157 loc) · 4.67 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
154
155
156
157
{
"name": "Stemn",
"productName": "Stemn",
"version": "0.0.26",
"description": "Stemn Desktop: Versioning and project management",
"repository": {
"type": "git",
"url": "https://github.com/Stemn/Stemn-Desktop"
},
"main": "dist/main/index.js",
"scripts": {
"install:all": "sh ./scripts/install.sh",
"install:electron:wsl": "npm uninstall electron && export npm_config_platform=win32 && npm install electron && unset npm_config_platform",
"deploy": "sh ./scripts/deploy.sh",
"analyse:electron": "webpack-bundle-analyzer ./reports/electron-stats.json",
"analyse:renderer": "webpack-bundle-analyzer ./reports/renderer-stats.json",
"build": "NODE_ENV=production STEMN_ENV=production sh ./scripts/build.sh",
"start:renderer": "NODE_ENV=development STEMN_ENV=staging node ./scripts/startRenderer.js",
"start:electron": "NODE_ENV=development STEMN_ENV=staging webpack --watch --config ./config/webpack.config.electron.js",
"electron": "NODE_ENV=development electron dist/main",
"electron:prod": "NODE_ENV=production electron dist/main"
},
"bin": {
"electron": "./node_modules/.bin/electron"
},
"author": {
"name": "STEMN Pty Ltd",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"project management",
"tracking",
"versioning",
"engineering",
"science"
],
"homepage": "https://stemn.com",
"bugs": {
"url": "https://github.com/Stemn/Stemn-Desktop/issues",
"email": "[email protected]"
},
"devDependencies": {
"asar": "^0.11.0",
"babel-cli": "6.14.0",
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-react-constant-elements": "6.9.1",
"babel-plugin-transform-react-remove-prop-types": "0.2.9",
"babel-preset-env": "1.4.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "^6.23.0",
"better-npm-run": "0.0.15",
"bluebird": "3.5.0",
"chai": "3.5.0",
"chai-jquery": "2.0.0",
"cheerio": "0.22.0",
"child-process-promise": "2.2.1",
"chunk-manifest-webpack-plugin": "1.1.0",
"colors": "1.1.2",
"copy-webpack-plugin": "3.0.1",
"cross-env": "2.0.1",
"css-loader": "0.24.0",
"electron": "^2.0.7",
"eslint-config-stemn": "git+https://[email protected]/stemn/eslint-config-stemn.git",
"extract-text-webpack-plugin": "2.0.0-beta.3",
"file-loader": "0.9.0",
"gh-release": "https://github.com/Stemn/gh-release/tarball/master",
"happypack": "^5.0.0",
"html-webpack-plugin": "2.28.0",
"http-server": "0.9.0",
"jquery": "3.1.0",
"jscs": "3.0.7",
"jsdom": "9.4.5",
"json-loader": "0.5.4",
"mime-types": "^2.1.15",
"mocha": "3.0.2",
"node-sass": "3.8.0",
"postcss-loader": "0.11.1",
"react-addons-test-utils": "15.3.1",
"react-hot-loader": "3.0.0-beta.6",
"redbox-react": "1.3.0",
"redux-devtools": "3.3.1",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.0.11",
"redux-immutable-state-invariant": "1.2.3",
"redux-slider-monitor": "1.0.7",
"rimraf": "2.5.4",
"sass-loader": "4.0.1",
"script-loader": "0.7.0",
"snazzy": "6.0.0",
"ssh-promise": "2.1.0",
"standard": "10.0.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "2.1.0-beta.21",
"webpack-bundle-analyzer": "2.8.1",
"webpack-chunk-hash": "0.4.0",
"webpack-dashboard": "0.1.8",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.12.2",
"electron-builder": "10.9.2",
"webpack-merge": "0.14.1"
},
"standard": {
"ignore": [
"test"
]
},
"devEngines": {
"node": "4.x || 5.x || 6.x",
"npm": "2.x || 3.x"
},
"contributors": [
"David Revay <[email protected]>",
"Jackson Delahunt <[email protected]>"
],
"build": {
"appId": "stemn.stemn",
"productName": "Stemn",
"compression": "normal",
"asar": true,
"win": {
"target": "squirrel",
"iconUrl": "https://stemn.com/uploads/85c7df7e-312b-4ed9-b12f-11d6d001a220.png"
},
"mac": {
"category": "public.app-category.productivity",
"contents": [
{
"x": 448,
"y": 344,
"type": "link",
"path": "/Applications"
},
{
"x": 192,
"y": 344,
"type": "file",
"path": "Stemn.app"
}
]
},
"linux": {
"category": "Development;Engineering;"
},
"directories": {
"app": "./dist/",
"output": "./release/"
}
}
}