-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 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
{
"name": "musicmap",
"version": "1.0.0",
"description": "musicmap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"produce": "webpack --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CUBigDataClass/MusicMap.git"
},
"author": "Shravan Shetty",
"license": "ISC",
"bugs": {
"url": "https://github.com/CUBigDataClass/MusicMap/issues"
},
"homepage": "https://github.com/CUBigDataClass/MusicMap#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.0.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-env": "latest",
"babel-plugin-transform-runtime": "^6.23.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@amcharts/amcharts4": "^4.3.13",
"@amcharts/amcharts4-geodata": "^4.1.4",
"css-loader": "^2.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-js-pull-to-refresh": "^1.2",
"react-pull-to-refresh": "^1.1.2",
"react-redux": "^6.0.1",
"react-spotify-player": "^1.0.4",
"react-transition-group": "^1.2.1",
"react-tweet": "^1.7.1",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"style-loader": "^0.23.1",
"styled-components": "^4.2.0",
"styled-css-grid": "^1.2.1",
"twitter": "^1.7.1",
"webpack-dev-server": "^3.2.1"
}
}