-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 934 Bytes
/
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
{
"name": "myflix-client",
"version": "1.0.0",
"description": "",
"default": "src/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmscode/myFlix-client.git"
},
"author": "Ricky Saull",
"license": "ISC",
"bugs": {
"url": "https://github.com/rmscode/myFlix-client/issues"
},
"homepage": "https://github.com/rmscode/myFlix-client#readme",
"dependencies": {
"@redux-devtools/extension": "^3.2.3",
"axios": "^0.27.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-bootstrap": "^2.5.0",
"react-dom": "^17.0.2",
"react-redux": "^8.0.4",
"react-router-dom": "^5.2.0",
"redux": "^4.2.0",
"sass": "^1.54.9"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.7.0",
"buffer": "^6.0.3",
"parcel": "^2.7.0",
"process": "^0.11.10"
}
}