-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 946 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 946 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
34
35
36
37
38
{
"name": "@hackclub/events",
"version": "0.0.1",
"author": "Lachlan Campbell <lachlan@hackclub.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hackclub/meta": "^1.0.0",
"@hackclub/theme": "^0.3.0",
"@mdx-js/loader": "^3.1.1",
"@next/mdx": "16.0.10",
"@vercel/analytics": "^2.0.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"github-slugger": "^2.0.0",
"lodash": "^4.17.21",
"marked": "^17.0.1",
"next": "16.1.5",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-feather": "^2.0.8",
"react-player": "^3.4.0",
"theme-ui": "^0.17.2",
"tinytime": "^0.2.6"
},
"devDependencies": {
"baseline-browser-mapping": "^2.9.19",
"prettier": "^3.7.4"
}
}