-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.73 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
{
"name": "react-blog",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@ckeditor/ckeditor5-react": "^4.0.0",
"@faker-js/faker": "^8.3.1",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"antd": "^5.12.2",
"axios": "^0.25.0",
"chart.js": "^4.4.1",
"classnames": "^2.3.1",
"dayjs": "^1.11.0",
"formik": "^2.2.9",
"react": "^17.0.2",
"react-bootstrap": "^2.9.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^17.0.2",
"react-drag-drop-files": "^2.3.4",
"react-inlinesvg": "^4.1.0",
"react-lazy-load-image-component": "^1.5.5",
"react-lazyload": "^3.2.0",
"react-loading-skeleton": "^3.0.3",
"react-pdf": "^7.5.1",
"react-redux": "^7.2.5",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-slidedown": "^2.4.7",
"react-toastify": "^9.1.3",
"recharts": "^2.10.3",
"sass": "^1.50.0",
"slugify": "^1.6.5",
"speakingurl": "^14.0.1",
"swiper": "^9.3.2",
"swr": "^1.2.1",
"web-vitals": "^2.1.2",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false 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"
]
}
}