-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.99 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
71
72
73
74
75
76
77
78
79
{
"name": "my-app",
"homepage": "http://peppeflux.com/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^5.0.0-beta.5",
"@material-ui/styles": "^4.11.4",
"@mui/icons-material": "^5.1.1",
"@mui/material": "^5.1.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"animate.css": "^3.7.2",
"axios": "^0.24.0",
"copy-text-to-clipboard": "^3.0.1",
"jquery": "^3.6.0",
"material-ui-popup-state": "^2.0.0",
"popper.js": "^1.16.1",
"react": "^17.0.2",
"react-animate-on-scroll": "^2.1.5",
"react-awesome-modal": "^2.0.5",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-slick": "^0.28.1",
"react-toastify": "^8.1.0",
"reactstrap": "^9.0.1",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"sass": "^1.43.4",
"serve": "^13.0.2",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.3.0",
"web-vitals": "^1.1.2",
"yarn": "^1.22.17"
},
"scripts": {
"start": "set PORT=80 && 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"
]
},
"devDependencies": {
"bootstrap": "^5.1.3",
"css-loader": "^6.5.1",
"style-loader": "^3.3.1"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^>= 4"
}
}