-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.86 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": ">=7.0.0-0 <8.0.0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@material-ui/core": "^4.12.4",
"@nextui-org/react": "^1.0.0-beta.10",
"@popperjs/core": "^2.11.6",
"@testing-library/dom": "7.21.4",
"@types/react": ">=18.0.9 <19.0.0",
"@types/react-dom": "^18.0.3",
"bootstrap": "^5.2.2",
"firebase": "^9.10.0",
"gh-pages": "^4.0.0",
"gsap": "^3.11.3",
"jquery": ">=1.8.0",
"locomotive-scroll": "^4.1.4",
"mdb-react-ui-kit": "^4.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-card-slider-component": "^1.0.9",
"react-dom": "^18.2.0",
"react-google-button": "^0.7.2",
"react-google-charts": "^4.0.0",
"react-google-login": "^5.2.2",
"react-icons": "^4.10.1",
"react-loadable": "^5.5.0",
"react-pdf": "^5.7.2",
"react-photo-album": "^1.16.1",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"react-scroll-parallax": "^3.3.1",
"react-slick": "^0.29.0",
"sass": "latest",
"slick-carousel": "^1.8.1",
"swiper": "^8.4.6",
"typescript": ">=3.2.1 <4.0.0 || >=4.0.0 <5.0.0",
"webpack": "4.0.0 || ^5.0.0",
"yet-another-react-lightbox": "^2.2.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}