-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.9 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
{
"name": "dokuso-web-nextjs",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/poppins": "^5.0.14",
"@heroicons/react": "^2.1.5",
"@iconify/react": "^4.1.0",
"@langchain/openai": "^0.3.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.16.6",
"@popperjs/core": "^2.11.8",
"@react-spring/web": "^9.7.4",
"@reduxjs/toolkit": "^1.9.5",
"@swc/helpers": "^0.5.12",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"axios": "^1.4.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"firebase": "^10.13.0",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.4",
"formik": "^2.2.9",
"framer-motion": "^11.3.31",
"next": "^13.5.6",
"next-redux-wrapper": "^8.1.0",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.13.0",
"react-lazy-load-image-component": "^1.6.2",
"react-multi-carousel": "^2.8.5",
"react-popper": "^2.3.0",
"react-redux": "^8.0.5",
"react-share": "^5.1.0",
"react-slick": "^0.30.2",
"react-spring": "^9.7.4",
"recharts": "^2.12.7",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"sharp": "^0.32.3",
"slick-carousel": "^1.8.1",
"sonner": "^0.4.0",
"styled-components": "^6.0.8",
"sweetalert2": "^11.6.13",
"swiper": "^11.1.12",
"tailwindcss": "^3.2.7",
"yup": "^1.1.1"
}
}