-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.8 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": "comp-soc.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fullcalendar/core": "^6.1.14",
"@fullcalendar/daygrid": "^6.1.14",
"@fullcalendar/interaction": "^6.1.14",
"@fullcalendar/react": "^6.1.14",
"@fullcalendar/timegrid": "^6.1.14",
"@headlessui/react": "^2.0.4",
"@mui/material": "^5.15.19",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.24",
"gray-matter": "^4.0.3",
"iconoir-react": "^7.7.0",
"matter-js": "^0.19.0",
"mui": "^0.0.1",
"next": "14.2.10",
"react": "^18",
"react-big-calendar": "^1.12.2",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-social-media-embed": "^2.5.13",
"rehype-katex": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"sass": "^1.77.4",
"styled-components": "^6.1.11",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/lodash": "^4.17.7",
"@types/matter-js": "^0.19.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-big-calendar": "^1.8.9",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"husky": "^8.0.0",
"postcss": "^8",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.9",
"typescript": "^5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,scss,md}": "prettier --write"
}
}