This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
195 lines (195 loc) · 5.32 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"name": "devrantron",
"version": "1.5.4",
"main": "./build/app/app.js",
"description": "An open source cross platform desktop application for devRant",
"scripts": {
"analyze": "npm run profile && webpack-bundle-analyzer stats.json build/app",
"build": "cross-env NODE_ENV=production webpack --mode production --color --config ./webpack/prod.config.js",
"clean": "rimraf build/app",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"dev": "cross-env NODE_ENV=development concurrently -k \"npm run server\" \"npm run start\" ",
"dist": "electron-builder",
"lint": "eslint --ext .jsx,.js app/src/js",
"lint!": "eslint --ext .jsx,.js app/src/js --fix",
"pack": "electron-builder --dir",
"postinstall": "electron-builder install-app-deps",
"precommit": "lint-staged",
"profile": "webpack --config webpack/prod.config.js --profile --json > stats.json",
"publish": "electron-builder --publish always",
"server": "webpack-dev-server --mode development --color --config webpack/dev.config.js",
"start": "cross-env NODE_ENV=development electron app/src/app.js",
"start:build": "electron build/app/app.js",
"test": "jest --coverage"
},
"license": "Apache-2.0",
"build": {
"productName": "devRantron",
"appId": "com.tahnik.devrantron",
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"win": {
"target": [
"nsis",
"portable"
]
},
"linux": {
"target": [
"deb",
"AppImage",
"snap"
]
},
"mac": {
"category": "public.app-category.developer-tools"
},
"directories": {
"output": "dist"
},
"files": [
"build/app"
]
},
"author": {
"name": "Tahnik Mustasin",
"email": "tahnik@live.co.uk",
"url": "https://www.tahnik.com/"
},
"contributors": [
{
"name": "Hampus Lundqvist Norman",
"url": "https://rekkyrek.se"
},
{
"name": "Sven Lechner",
"url": "https://sirwindfield.github.io"
}
],
"homepage": "https://www.devrantron.com/",
"keywords": [
"Electron",
"react"
],
"devDependencies": {
"all-contributors-cli": "^4.11.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"commitizen": "^2.9.6",
"compression-webpack-plugin": "^1.1.11",
"concurrently": "^3.5.1",
"copy-webpack-plugin": "^4.5.1",
"coveralls": "^3.0.1",
"cross-env": "^5.1.5",
"css-loader": "^0.28.11",
"cz-conventional-changelog": "^2.1.0",
"electron": "^2.0.0",
"electron-builder": "^20.13.3",
"env-paths": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.1.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.12.1",
"react-hot-loader": "^4.1.3",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.1",
"rimraf": "^2.6.2",
"sass-lint": "^1.12.1",
"sass-loader": "^7.0.1",
"speed-measure-webpack-plugin": "^1.2.2",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.2",
"webpack-bundle-analyzer": "^2.11.2",
"webpack-cli": "^2.1.3",
"webpack-dashboard": "^1.1.1",
"webpack-dev-server": "^3.1.4",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"auto-launch": "^5.0.5",
"autolinker": "^1.6.2",
"deepmerge": "^2.1.0",
"dompurify": "^1.0.4",
"electron-devtools-installer": "^2.2.4",
"electron-settings": "^3.1.4",
"electron-updater": "^2.21.10",
"fuse.js": "^3.2.0",
"jquery": "^3.3.1",
"json-schema-traverse": "^0.4.0",
"node-notifier": "^5.2.1",
"prop-types": "^15.6.1",
"rantscript": "^1.4.0",
"react": "^16.3.2",
"react-color": "^2.14.1",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-transition-group": "^1.2.1",
"react-twemoji": "0.0.8",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"semver-compare": "^1.0.0",
"showdown": "^1.8.6",
"twemoji": "^2.5.1",
"webpack-sources": "^1.1.0"
},
"optionalDependencies": {
"7zip-bin-linux": "^1.3.1",
"7zip-bin-mac": "^1.0.1",
"7zip-bin-win": "^2.2.0"
},
"lint-staged": {
"*.(js|jsx)": [
"npm run lint!",
"git add"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"jest": {
"modulePathIgnorePatterns": [
"__tests__/utils"
],
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"verbose": true
}
}