-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@mui/x-date-pickers-pro": "^6.18.0",
"autoprefixer": "^10.4.16",
"classnames": "^2.3.2",
"fuse.js": "^7.0.0",
"immutability-helper": "^3.1.1",
"moment": "^2.29.4",
"next": "^14.0.1",
"next-pwa": "^5.6.0",
"notistack": "^3.0.1",
"openai": "^4.19.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.2",
"react-use": "^17.4.0",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"typescript": "5.2.2"
}
}