-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "musinix",
"version": "0.0.1",
"description": "Music Player for Play Music",
"main": "src/index.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Play",
"Music",
"Musinix"
],
"author": "Alex <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.1.0",
"babel-preset-electron": "^0.37.8",
"babel-preset-node6": "^11.0.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.18.0",
"devtron": "^1.4.0",
"electron-builder": "^8.6.0",
"electron-packager": "^8.3.0",
"electron-prebuilt": "^1.3.9",
"eslint": "^3.10.2",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-react": "^6.7.1"
},
"dependencies": {
"electron-window-state": "^3.1.0",
"menubar": "^5.1.0",
"playmusic": "^2.2.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-photonkit": "^0.4.1",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"redux-saga": "^0.13.0"
}
}