-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.24 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
{
"name": "Wangyiyun",
"version": "0.0.0",
"description": "A music player application made with electron, it's great",
"main": "./dist/main.js",
"scripts": {
"start": "electron .",
"postinstall": "npm run rebuild-sqlite3",
"rebuild-sqlite3": "cd node_modules/sqlite3 npm run prepublish node-gyp configure --module_name=node_sqlite3 --module_path=../lib/binding/node-v47-darwin-x64 node-gyp rebuild --target=0.36.1 --arch=x64 --target_platform=darwin --dist-url=https://atom.io/download/atom-shell --module_name=node_sqlite3 --module_path=../lib/binding/node-v47-darwin-x64"
},
"keywords": [
"Electron",
"music",
"player"
],
"author": "PDDMusic",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-async-to-bluebird": "^1.1.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"bluebird": "^3.4.1",
"clean-webpack-plugin": "^0.1.9",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"node-sass": "^3.8.0",
"npm-check": "^5.2.1",
"raw-loader": "^0.5.1",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-notifier": "^1.3.0"
},
"dependencies": {
"PDD-log4js-es5": "0.0.1",
"async": "^2.0.0-rc.6",
"babel-runtime": "^6.9.2",
"bluebird": "^3.4.1",
"classnames": "^2.2.5",
"eventproxy": "^0.3.4",
"history": "^1.17.0",
"iconv-lite": "^0.4.13",
"id3": "0.0.3",
"id3-parser": "^1.0.2",
"id3js": "^1.1.3",
"immutable": "^3.8.1",
"jquery": "^2.2.4",
"jsmediatags": "^3.2.1",
"lodash": "^4.13.1",
"lowdb": "^0.12.5",
"moment": "^2.13.0",
"nconf": "^0.8.4",
"nedb": "^1.8.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-redux": "^4.4.5",
"react-router": "^1.0.3",
"react-thunk": "^1.0.0",
"redux": "^3.5.2",
"redux-electron-store": "^0.3.10",
"redux-thunk": "^1.0.3",
"restler": "^3.4.0",
"underscore": "^1.8.3",
"uuid": "^2.0.2"
}
}