-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
{
"name": "tuneshuffle",
"version": "1.0.0",
"description": "Web-based localised music player. Start a server locally, ask your friends to join in, share and stream music together!",
"main": "index.js",
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"cli-color": "^1.2.0",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"nedb": "^1.8.0",
"opn": "^5.1.0",
"pineapple-sass": "^1.11.15",
"prop-types": "^15.5.10",
"pug": "^2.0.0-rc.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"uuid": "^3.1.0",
"woodlot": "^3.0.3"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArunMichaelDsouza/tuneshuffle.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArunMichaelDsouza/tuneshuffle/issues"
},
"homepage": "https://github.com/ArunMichaelDsouza/tuneshuffle#readme"
}