generated from alkemyTech/base-ong-client-js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 1.96 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
{
"name": "ong-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@ckeditor/ckeditor5-react": "^4.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@reduxjs/toolkit": "^1.1.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"animate.css": "^4.1.1",
"axios": "^0.26.0",
"formik": "^2.2.9",
"moment": "^2.29.1",
"path-browserify": "^1.0.1",
"react": "^16.13.1",
"react-chartjs-2": "^4.0.1",
"react-countup": "^6.1.1",
"react-dom": "^16.13.1",
"react-dropzone-uploader": "^2.11.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-loader-spinner": "^5.1.4",
"react-loading-skeleton": "^3.0.3",
"react-markdown": "^8.0.0",
"react-paginate": "^8.1.2",
"react-phone-number-input": "^3.1.48",
"react-query": "^3.34.15",
"react-redux": "^7.1.3",
"react-responsive-modal": "^6.2.0",
"react-responsive-pagination": "^1.3.0",
"react-router-dom": "^6.2.1",
"react-router-redux": "^4.0.8",
"react-scripts": "^5.0.0",
"react-transition-group": "^4.4.2",
"redux-thunk": "^2.4.1",
"rehype-raw": "^6.1.1",
"serve": "^13.0.2",
"styled-components": "^5.3.3",
"sweetalert-react": "^0.4.11",
"sweetalert2": "^11.4.4",
"sweetalert2-react": "^0.8.3",
"swiper": "^8.0.6",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}