-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.79 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
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "mealapp",
"version": "3.5.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.13.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@tinymce/tinymce-react": "^4.3.0",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"firebase": "^9.21.0",
"is_js": "^0.9.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-countup": "^6.4.2",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-image-lightbox": "^5.1.4",
"react-lazy-load-image-component": "^1.5.6",
"react-loadable": "^5.5.0",
"react-player": "^2.12.0",
"react-rating": "^2.0.5",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.11.1",
"react-scripts": "5.0.1",
"react-scroll-to-top": "^3.0.0",
"react-select": "^5.7.3",
"react-slick": "^0.29.0",
"react-textarea-autosize": "^8.4.1",
"react-toastify": "^9.1.2",
"react-typed": "^1.2.0",
"react-world-flags": "^1.5.1",
"simplebar-react": "^3.2.4",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.0",
"web-vitals": "^3.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": " react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:css": "webpack --config webpack.config.js",
"watch:css": "webpack --config webpack.config.js --watch",
"predeploy": "npm run build && cp ./build/index.html ./build/404.html"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"fs": "^0.0.1-security",
"gh-pages": "^5.0.0",
"mini-css-extract-plugin": "^2.7.5",
"path-browserify": "^1.0.1",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-rtl-plugin": "^2.0.0"
}
}