-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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
{
"name": "musiq-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"devlocal": "webpack-dev-server --content-base / --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kashifDev/musiq-app.git"
},
"author": "kashif, rakshith",
"license": "ISC",
"bugs": {
"url": "https://github.com/kashifDev/musiq-app/issues"
},
"homepage": "https://github.com/kashifDev/musiq-app#readme",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"css-loader": "^3.2.0",
"eslint": "^6.5.1",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"react-inlinesvg": "^1.1.7",
"sass-loader": "^8.0.0",
"styles-loader": "^1.0.2",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/polyfill": "^7.6.0",
"axios": "^0.19.0",
"g": "^2.0.1",
"query-string": "^6.8.3",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-load-script": "0.0.6",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-spotify-web-playback": "^0.6.0",
"yt-player": "^3.4.3"
}
}