-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "workshops",
"version": "0.0.1",
"author": "Lachlan Campbell (https://lachlanjc.me) <lachlan@hackclub.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"devserver": "next"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hackclub/banner": "^1.1.1",
"@hackclub/icons": "^0.2.1",
"@hackclub/markdown": "^0.1.3",
"@hackclub/meta": "^1.2.1",
"@hackclub/theme": "^1.1.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "16.2.4",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"download-git-repo": "^3.0.2",
"framer-motion": "^12.38.0",
"geopattern": "^1.2.3",
"gray-matter": "^4.0.3",
"hls.js": "^1.6.16",
"lodash": "^4.17.23",
"next": "^16.2.4",
"nprogress": "^0.2.0",
"react": "19.2.5",
"react-copy-to-clipboard": "^5.1.1",
"react-dom": "19.2.5",
"react-feather": "^2.0.10",
"react-fullstory": "^1.4.0",
"react-p5": "^1.4.1",
"swr": "^2.4.1",
"theme-ui": "^0.17.4",
"toxiclibsjs": "^0.3.3"
},
"devDependencies": {
"eslint": "^10.2.1",
"eslint-config-next": "^16.2.4",
"typescript": "^6.0.3"
},
"overrides": {
"@opentelemetry/api": "^1.4.0"
}
}