-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"typecheck": "tsc"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/core": "^6.1.9",
"babel-plugin-macros": "^3.1.0",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"firebase": "^10.6.0",
"firebase-tools": "^12.8.1",
"gray-matter": "^4.0.3",
"next": "^14",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.5",
"next-transpile-modules": "^10.0.1",
"react": "^18.2.0",
"react-awesome-button": "^7.0.5",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-type-animation": "^3.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sharp": "^0.32.6",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4"
}
}