-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 878 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 878 Bytes
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
{
"name": "spotify-api-demos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server",
"start-dev": "webpack -w & nodemon server"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"babel-loader": "^9.1.2",
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"webpack-cli": "^5.1.1"
},
"dependencies": {
"bootstrap": "^5.3.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"http-server": "^14.1.1",
"nodemon": "^2.0.22",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"url": "^0.11.0",
"webpack": "^5.85.0"
}
}