-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
67 lines (67 loc) · 1.86 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": "timetable-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ./src",
"postbuild": "next-sitemap",
"prepare": "husky",
"export": "next export"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@choc-ui/chakra-autocomplete": "^5.1.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@google/generative-ai": "^0.3.1",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@types/react-syntax-highlighter": "^15.5.6",
"apexcharts": "^3.41.0",
"axios": "^1.3.5",
"chakra-paginator": "^0.7.3",
"chatgpt": "^5.2.2",
"crypto-js": "^4.2.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"firebase": "^9.19.1",
"framer-motion": "^10.10.0",
"fuse.js": "^6.6.2",
"joi": "^17.9.1",
"next": "13.2.4",
"nextjs-cors": "^2.1.2",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-google-one-tap-login": "^0.1.1",
"react-hook-form": "^7.45.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.6",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"react-to-print": "^2.14.12",
"react-use-scroll-position": "^2.0.0",
"react-webcam": "^7.2.0",
"redis-om": "^0.3.6",
"rehype-raw": "^6.1.1",
"tesseract.js": "^4.0.5",
"typescript": "5.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^9.0.1",
"husky": "^9.0.11",
"next-sitemap": "^4.0.7",
"prettier": "^2.8.7"
}
}