forked from kir-net/myFlix-client
-
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) · 993 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 993 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
38
39
40
41
{
"name": "myflix-client",
"version": "1.0.0",
"description": "",
"source": "src/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kir-net/myFlix-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kir-net/myFlix-client/issues"
},
"homepage": "https://github.com/kir-net/myFlix-client#readme",
"dependencies": {
"axios": "^0.27.2",
"parcel": "^2.0.0-rc.0",
"react": "^18.1.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.1.0",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.3",
"redux-devtools-extension": "^2.13.9"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.0",
"buffer": "^6.0.3",
"process": "^0.11.10"
},
"alias": {
"process": {
"global": "{}"
}
}
}