-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 KB
/
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
39
40
41
{
"name": "workshops",
"version": "0.0.1",
"author": "Lachlan Campbell (https://lachlanjc.me) <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "yarn run dev",
"devserver": "next"
},
"dependencies": {
"@hackclub/banner": "^1.0.1",
"@hackclub/icons": "^0.0.9",
"@hackclub/markdown": "^0.0.43",
"@hackclub/meta": "^1.0.0",
"@hackclub/theme": "^0.3.0",
"@mdx-js/loader": "^1.6.19",
"@next/mdx": "^10.0.0",
"download-git-repo": "^3.0.2",
"framer-motion": "^4.1.16",
"geopattern": "^1.2.3",
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"gray-matter": "^4.0.2",
"hls.js": "^0.14.16",
"lodash": "^4.17.21",
"next": "^13.5.1",
"nprogress": "^0.2.0",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"react-fullstory": "^1.4.0",
"react-p5": "^1.3.6",
"swr": "^1.1.0",
"theme-ui": "^0.8.4",
"toxiclibsjs": "^0.3.3"
}
}