forked from btzr-io/jelly-beats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "jelly-beats",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"win": "yarn install --ignore-optional",
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null",
"format": "pretty-quick && yarn format:css",
"format:css": "npx prettier --config ./.prettierrc --write **/*.css.module",
"postinstall": "electron-builder install-app-deps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btzr-io/jelly-beats.git"
},
"author": {
"name": "Baltazar Gomez",
"email": "<[email protected]>"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/btzr-io/jelly-beats/issues"
},
"homepage": "https://github.com/btzr-io/jelly-beats#readme",
"dependencies": {
"@mdi/js": "^2.8.94",
"@mdi/react": "^1.0.1",
"classnames": "^2.2.6",
"history": "^4.7.2",
"lbry-redux": "https://github.com/lbryio/lbry-redux/",
"mediasource": "^2.2.1",
"moment": "^2.22.2",
"proxy-polyfill": "^0.3.0",
"rc-slider": "^8.6.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"source-map-support": "^0.5.9",
"stockroom": "^1.0.1",
"unistore": "^3.1.0",
"universal-router": "^7.0.0",
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"css-loader": "^1.0.0",
"electron": "^3.0.4",
"electron-builder": "^20.28.4",
"electron-webpack": "^2.3.1",
"husky": "^1.1.2",
"preact": "^8.3.1",
"prettier": "^1.14.3",
"pretty-quick": "^1.7.0",
"prop-types": "^15.6.2",
"style-loader": "^0.23.1",
"webpack": "^4.20.2"
}
}