-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
108 lines (108 loc) · 2.65 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "osl-landing-frontend",
"version": "0.1.0",
"private": true,
"cracoConfig": "craco.config.js",
"dependencies": {
"@craco/craco": "^6.2.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/lab": "^5.0.0-alpha.70",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"axios": "^0.27.2",
"craco-less": "^1.20.0",
"hamburger-react": "^2.5.0",
"html-react-parser": "^1.4.5",
"jszip": "^3.10.0",
"mime": "^3.0.0",
"moment": "^2.29.1",
"node-sass": "^6.0.1",
"parse": "^3.3.1",
"react": "^18.2.0",
"react-contextmenu": "^2.14.0",
"react-countup": "^6.1.0",
"react-dom": "^18.2.0",
"react-image-crop": "^9.0.5",
"react-input-mask": "^2.0.4",
"react-player": "^2.9.0",
"react-quill": "^2.0.0-beta.4",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-sortablejs": "^6.0.0",
"react-table": "^7.7.0",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-persist-transform-compress": "^4.2.0",
"redux-state-sync": "^3.1.4",
"redux-thunk": "^2.3.0",
"rsuite": "^5.0.1",
"sortablejs": "^1.14.0",
"swiper": "^8.4.5",
"tailwind-animatecss": "^1.0.0",
"tsx-statements": "^1.0.1",
"typescript": "^4.1.2",
"use-inputs": "^1.0.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"test": "craco test",
"start": "craco start",
"build": "craco build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-useless-escape": "off",
"react/jsx-pascal-case": "off",
"react-hooks/exhaustive-deps": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/jszip": "^3.4.1",
"@types/mime": "^2.0.3",
"@types/parse": "^2.18.13",
"@types/react": "^17.0.38",
"@types/react-input-mask": "^3.0.1",
"@types/react-table": "^7.7.6",
"@types/redux-persist": "^4.3.1",
"@types/redux-state-sync": "^3.1.3",
"@types/sortablejs": "^1.10.7",
"autoprefixer": "9",
"craco-sass-resources-loader": "^1.1.0",
"glob": "^7.2.0",
"postcss": ">=7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"ts-jest": "^28.0.3",
"xml-js": "^1.6.11"
}
}