forked from infinitered/reactotron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
170 lines (170 loc) · 5.34 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
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "reactotron-app",
"productName": "Reactotron",
"version": "2.8.0",
"description": "Reactotron desktop mode engage!",
"author": {
"name": "Infinite Red",
"email": "[email protected]",
"url": "https://github.com/infinitered/reactotron"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/infinitered/reactotron/issues"
},
"repository": "https://github.com/infinitered/reactotron",
"keywords": [
"react",
"react native"
],
"homepage": "https://github.com/infinitered/reactotron#readme",
"main": "./src/main.prod.js",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
"build-dll": "cross-env NODE_ENV=development webpack --config ./configs/webpack.config.renderer.dev.dll.babel.js --colors",
"build-e2e": "cross-env E2E_BUILD=true yarn build",
"build-main": "cross-env NODE_ENV=production webpack --config ./configs/webpack.config.main.prod.babel.js --colors",
"build-renderer": "cross-env NODE_ENV=production webpack --config ./configs/webpack.config.renderer.prod.babel.js --colors",
"dev": "cross-env START_HOT=1 node -r babel-register ./internals/scripts/CheckPortInUse.js && cross-env START_HOT=1 yarn start-renderer-dev",
"format": "prettier --write {**,.}/*.{js,ts,tsx} && tslint -p . --fix",
"package": "yarn build && electron-builder build --publish never",
"package-all": "yarn build && electron-builder build -mwl --publish never",
"lint": "tslint -p .",
"start": "cross-env NODE_ENV=production electron ./src/main.prod.js",
"start-main-dev": "cross-env HOT=1 NODE_ENV=development electron -r babel-register ./src/main.dev.js",
"start-renderer-dev": "cross-env NODE_ENV=development webpack-dev-server --config configs/webpack.config.renderer.dev.babel.js",
"postinstall": "electron-builder install-app-deps package.json && yarn build-dll",
"ci:test": "yarn test",
"ci:publish": "yarn semantic-release",
"semantic-release": "semantic-release"
},
"dependencies": {
"color": "^2.0.0",
"css-modules-require-hook": "^4.2.2",
"date-fns": "^1.29.0",
"electron-debug": "^1.4.0",
"electron-devtools-installer": "^2.2.4",
"electron-log": "^2.2.17",
"electron-updater": "^4.0.5",
"electron-window-state": "^5.0.3",
"font-awesome": "^4.7.0",
"mobx": "^4.2.1",
"mobx-react": "^5.1.2",
"postcss": "^6.0.13",
"prop-types": "^15.6.1",
"ramda": "^0.25.0",
"ramdasauce": "^2.1.0",
"react": "^16.3.2",
"react-base16-styling": "^0.5.3",
"react-dom": "^16.3.2",
"react-hot-loader": "^4.3.12",
"react-icons": "^2.2.7",
"react-json-tree": "^0.11.0",
"react-modal": "^3.4.4",
"react-tap-event-plugin": "^3.0.2",
"react-tooltip": "^3.5.1",
"reactotron-core-server": "^3.0.0",
"source-map-support": "^0.5.5",
"stringify-object": "^3.2.2",
"update-electron-app": "^1.3.0"
},
"devDependencies": {
"@semantic-release/exec": "^3.4.0-beta.2",
"@semantic-release/git": "^7.1.0-beta.3",
"@types/node": "^8.10.11",
"@types/ws": "^4.0.1",
"asar": "^0.14.3",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-webpack-loaders": "^0.9.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"concurrently": "^4.1.0",
"cross-env": "^5.0.5",
"css-loader": "^2.0.0",
"del": "^3.0.0",
"detect-port": "^1.3.0",
"electron": "3.0.3",
"electron-builder": "^20.38.2",
"express": "^4.16.4",
"file-loader": "^2.0.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.5.0",
"minimist": "^1.2.0",
"node-libs-browser": "^2.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^1.15.3",
"semantic-release": "^16.0.0-beta.18",
"style-loader": "^0.23.1",
"sumchecker": "^2.0.2",
"ts-loader": "^5.3.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-dev-server": "^3.1.10",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.1.4"
},
"build": {
"productName": "Reactotron",
"appId": "com.reactotron.app",
"files": [
"src/dist/",
"src/app.html",
"src/main.prod.js",
"src/main.prod.js.map",
"package.json"
],
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
},
"win": {
"target": [
"nsis",
"msi"
]
},
"linux": {
"target": [
"deb",
"rpm",
"snap",
"AppImage"
],
"category": "Development"
},
"directories": {
"buildResources": "resources",
"output": "release"
},
"publish": {
"provider": "github",
"owner": "infinitered",
"repo": "reactotron",
"private": false
}
}
}