-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.21 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
{
"name": "geekportal-frontend",
"version": "2.0.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "2.6.1",
"@chakra-ui/styled-system": "^2.9.1",
"@chakra-ui/system": "2.5.7",
"@chakra-ui/theme-tools": "^1.3.6",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-tailwind/react": "^2.1.4",
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-table": "^8.9.8",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/jest": "^25.2.3",
"@types/react-dom": "^18.0.6",
"apexcharts": "^3.35.2",
"axios": "^1.6.2",
"framer-motion": "^4.1.17",
"next": "^13.3.2",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-calendar": "^3.7.0",
"react-custom-scrollbars-2": "^4.2.1",
"react-dom": "18.2.0",
"react-dropzone": "^12.0.4",
"react-icons": "^4.11.0",
"react-is": "^18.0.0",
"react-material-ui-carousel": "^3.4.2",
"react-multi-carousel": "^2.8.4",
"react-no-ssr": "^1.1.0",
"react-responsive-carousel": "^3.2.23",
"react-simply-carousel": "^9.0.5",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"stylis": "^4.1.1",
"stylis-plugin-rtl": "2.0.2",
"typescript": "^4.7.4",
"web-vitals": "^1.1.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^18.7.6",
"@types/react": "18.2.0",
"@types/react-calendar": "^3.5.2",
"@types/react-table": "^7.7.12",
"autoprefixer": "^10.4.16",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"gh-pages": "^3.2.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
},
"resolutions": {
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11"
}
}