-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "mvp",
"version": "1.0.0",
"description": "spotify-discogs-app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js"
},
"author": "Harrison Edwards",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"disconnect": "^1.2.1",
"express": "^4.17.1",
"faker": "^4.1.0",
"jquery": "^3.4.1",
"method-override": "^3.0.0",
"nodemon": "^2.0.2",
"react": "^16.13.0",
"react-css-modules": "^4.7.11",
"react-dom": "^16.13.0",
"react-modal": "^3.11.2",
"react-tooltip": "^4.1.2",
"request": "^2.88.2",
"spotify-web-api-node": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}