-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-calendar": "tsx scripts/generate-calendar"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.10.6",
"gray-matter": "^4.0.3",
"ical-generator": "^5.0.0",
"jetbrains-mono": "^1.0.6",
"next": "13.4.4",
"next-goatcounter": "^1.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-material-ui-carousel": "^3.4.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"date-fns": "^3.3.1",
"eslint": "8.23.1",
"eslint-config-next": "13.0.3",
"tsx": "^3.12.7",
"typescript": "4.8.3"
}
}