-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.78 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
93
94
{
"name": "chakra-setup",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-modules-commonjs": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.8",
"@chakra-ui/theme-tools": "^1.3.6",
"@choc-ui/chakra-autocomplete": "^4.22.0",
"@ckeditor/ckeditor5-build-classic": "^27.1.0",
"@ckeditor/ckeditor5-easy-image": "^27.1.0",
"@ckeditor/ckeditor5-react": "^3.0.2",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@fontsource/caveat": "^4.5.7",
"@fontsource/montserrat": "^4.5.7",
"@hypertheme-editor/chakra-ui": "^0.1.5",
"@lottiefiles/react-lottie-player": "^3.4.7",
"@react-pdf-viewer/thumbnail": "^3.3.0",
"@react-pdf/renderer": "^2.1.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.20.0",
"boring-avatars": "^1.6.3",
"chakra-ui-autocomplete": "^1.4.5",
"chakra-ui-steps": "^1.7.2",
"enzyme": "^3.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-unused-imports": "^2.0.0",
"firebase": "4.8.0",
"framer-motion": "^6.3.3",
"jest": "^28.1.0",
"jest-canvas-mock": "^2.4.0",
"moment": "^2.29.3",
"node-html-parser": "^5.3.3",
"react": "^18.0.0",
"react-cookie": "^4.0.3",
"react-dom": "^18.0.0",
"react-fast-marquee": "^1.3.1",
"react-google-login": "^5.2.2",
"react-hook-form": "^7.30.0",
"react-icons": "^3.0.0",
"react-loading": "^2.0.3",
"react-magnifier": "^3.0.4",
"react-pdf": "^5.7.2",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"serve": "^11.3.2",
"web-vitals": "^0.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"test": "react-scripts test --silent",
"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"
]
},
"devDependencies": {
"@iconify/icons-bx": "^1.1.2",
"@iconify/react": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0"
}
}