-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.94 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.94 KB
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
{
"scripts": {
"build": "webpack -p --progress --config webpack.config.js",
"dev-build": "webpack --progress -d --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress -d --config webpack.config.js --watch",
"heroku-postbuild": "webpack --progress -d --config webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.5",
"css-loader": "^3.4.2",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"jquery": "^3.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"style-loader": "^0.18.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"dependencies": {
"bootstrap": "^4.5.3",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-bootstrap": "^1.0.1",
"react-collapsible": "^2.8.1",
"react-dom": "^16.12.0",
"react-router-dom": "^5.2.0",
"react-spotify-login": "^0.9.1",
"react-tabs": "^3.1.1",
"socket.io-client": "^2.3.1"
},
"name": "project3-music-sprint2",
"description": "https://powerful-ravine-41625.herokuapp.com/",
"version": "1.0.0",
"main": ".eslintrc.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhvanim/project3-music-sprint2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhvanim/project3-music-sprint2/issues"
},
"homepage": "https://github.com/dhvanim/project3-music-sprint2#readme"
}