-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 996 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
{
"Homepage": "https://colettejparker91.github.io/myFlix-client",
"name": "myflix-client",
"version": "1.0.0",
"description": "",
"source": "src/index.html",
"alias": {
"process": {
"global": "{}"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel",
"build": "parcel build"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.1.0",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.0",
"buffer": "^6.0.3",
"parcel": "^2.6.0",
"process": "^0.11.10"
}
}