-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 985 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
38
39
40
41
{
"name": "myflix-client",
"version": "1.0.0",
"description": "",
"source": "src/index.html",
"default": "src/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel 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",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.0",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9"
},
"alias": {
"process": {
"global": "{}"
}
},
"devDependencies": {
"@parcel/transformer-sass": "^2.0.0-rc.0"
}
}