forked from Zain-ul-din/LGU-Timetable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"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"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@types/react-syntax-highlighter": "^15.5.6",
"axios": "^1.3.5",
"chatgpt": "^5.2.2",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"firebase": "^9.19.1",
"framer-motion": "^10.10.0",
"joi": "^17.9.1",
"next": "13.2.4",
"nextjs-cors": "^2.1.2",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-google-one-tap-login": "^0.1.1",
"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",
"redis-om": "^0.3.6",
"rehype-raw": "^6.1.1",
"typescript": "5.0.3"
},
"devDependencies": {
"next-sitemap": "^4.0.7",
"prettier": "^2.8.7"
}
}