generated from hack4impact-calpoly/nextjs-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "nextjs-app-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@babel/preset-react": "^7.23.3",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@clerk/nextjs": "^5.0.3",
"@clerk/nextjs": "^5.0.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/dm-sans": "^5.0.19",
"@fullcalendar/common": "^5.11.5",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.15",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-data-grid": "^7.1.1",
"chakra-react-select": "^4.7.6",
"clerk": "^0.8.3",
"framer-motion": "^11.0.5",
"mongoose": "^7.6.3",
"next": "^14.2.3",
"next-auth": "^4.24.5",
"next-transpile-modules": "^10.0.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-toastify": "^10.0.5",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.0",
"eslint-config-prettier": "^9.0.0",
"typescript": "^5"
}
}