-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 909 Bytes
/
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
{
"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.13.3",
"@emotion/styled": "^11.13.0",
"@hackclub/meta": "^1.0.0",
"@hackclub/theme": "^0.3.0",
"@mdx-js/loader": "^3.1.0",
"@next/mdx": "15.0.3",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"github-slugger": "^2.0.0",
"lodash": "^4.17.21",
"marked": "^15.0.1",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-feather": "^2.0.8",
"react-player": "^2.6.2",
"theme-ui": "^0.17.1",
"tinytime": "^0.2.6"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}