-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 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
{
"name": "MSAP",
"version": "1.0.0",
"description": "A music streaming web app",
"main": "./dist/index.js",
"scripts": {
"start": "node ./node_modules/parcel-bundler/bin/cli serve ./src/index.html --port 8080",
"build": "node ./node_modules/parcel-bundler/bin/cli build ./src/index.html --out-dir ./dist/",
"lint": "node ./node_modules/eslint/bin/eslint . --ext .jsx,.js --fix"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"assets": "^3.0.1",
"firebase": "^8.10.0",
"react": "^18.1.0",
"react-dom": "^17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroll-hook": "^4.0.3",
"react-redux": "^7.2.8",
"react-redux-firebase": "^3.11.0",
"react-router-dom": "^6.2.2",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-firestore": "^1.0.0",
"redux-persist": "^6.0.0",
"regenerator-runtime": "^0.13.9",
"spotify-playback-sdk-node": "^1.0.2"
},
"devDependencies": {
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"parcel-bundler": "^1.12.5"
}
}