-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 KB
/
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
42
43
44
{
"homepage": "https://sharath3245.github.io/FitnessWeb/",
"name": "FitnessWeb",
"version": "1.0.0",
"description": "Fitnessweb application",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@mui/material": "5.9.1",
"@reduxjs/toolkit": "1.8.3",
"lottie-react": "^2.4.0",
"prettier": "2.7.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-horizontal-scrolling-menu": "3.0.0",
"react-loader-spinner": "5.1.5",
"react-redux": "8.0.2",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.0"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"gh-pages": "^6.0.0"
},
"scripts": {
"predeploy":"npm run build",
"deploy":"gh-pages -d build",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}