-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 972 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 972 Bytes
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
{
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --ignore-path ./.prettierignore --write ."
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hackclub/icons": "^0.0.15",
"@hackclub/meta": "^1.1.32",
"@hackclub/theme": "^0.3.3",
"@theme-ui/mdx": "^0.17.2",
"airtable-plus": "^1.0.4",
"fuzzaldrin": "^2.1.0",
"leaflet": "^1.9.3",
"next": "^16.1.7",
"next-auth": "^4.19.2",
"next-mdx-remote": "^6.0.0",
"nprogress": "^0.2.0",
"prop-type": "^0.0.1",
"prop-types": "^15.8.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-leaflet": "^5.0.0",
"swr": "^2.0.3",
"theme-ui": "^0.17.2"
},
"devDependencies": {
"prettier": "^3.7.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}