generated from hackclub/theme-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 978 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
37
38
{
"name": "@hackclub/theme-starter",
"version": "0.0.1",
"author": "Lachlan Campbell <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@hackclub/icons": "^0.0.15",
"@hackclub/meta": "^1.1.33",
"@hackclub/theme": "^0.3.3",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.4",
"gray-matter": "^4.0.3",
"next": "^15.0.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.4",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-wrap-balancer": "^1.1.1",
"theme-ui": "0.17.1"
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "^22.10.1",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.1",
"typescript": "^5.7.2"
}
}