-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.56 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
{
"name": "spinning-fm",
"version": "1.0.0",
"description": "Real-time P2P Decentralized Music Parties",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"electron": "./node_modules/.bin/electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netus-io/spin-fm.git"
},
"keywords": [
"p2p",
"netus",
"react",
"electron",
"blockchain"
],
"author": "@kPatch",
"license": "MIT License",
"bugs": {
"url": "https://github.com/netus-io/spin-fm/issues"
},
"homepage": "https://github.com/netus-io/spin-fm#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"css-loader": "^2.1.0",
"electron": "4.0.0",
"express": "^4.16.4",
"install": "^0.12.2",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"moment-duration-format": "^2.2.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-dropzone": "^3.12.2",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-svg": "^7.2.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"snapsvg-cjs": "0.0.6",
"style-loader": "^0.23.1",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"@portis/web3": "^2.0.0-beta.11",
"mdbreact": "^4.10.0",
"react-scripts": "^2.1.5",
"web3": "^1.0.0-beta.46"
}
}