-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.49 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "disney-clone",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "webpack.config.js",
"dependencies": {
"@reduxjs/toolkit": "^1.7.2",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"firebase": "^9.6.7",
"firebase-tools": "^10.2.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"node-polyfill-webpack-plugin": "^1.1.4",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"querystring": "^0.2.1",
"querystring-es3": "^0.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-overlay": "^6.0.9",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.3",
"url": "^0.11.0",
"util": "^0.12.4",
"walletconnect": "^1.7.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"author": "",
"license": "ISC",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}