-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 999 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
{
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"fmt": "npx prettier \"{components,pages}/*.js\" --single-quote --no-semi --trailing-comma es5 --write"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hackclub/icons": "^0.0.9",
"@hackclub/meta": "^1.1.32",
"@hackclub/theme": "^0.3.3",
"@mattjennings/react-modal": "^1.0.5",
"@mattjennings/react-modal-stack": "^1.0.4",
"@mux/mux-player-react": "^1.1.3",
"add": "^2.0.6",
"animejs": "^3.2.1",
"framer-motion": "2.3.0",
"lodash": "^4.17.21",
"next": "^12.3.1",
"next-sitemap": "^3.1.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-input-autosize": "^2.2.2",
"react-rotating-text": "^1.4.1",
"react-scroll": "^1.8.1",
"react-ticker": "^1.3.2",
"theme-ui": "^0.15.1",
"yarn": "^1.22.19"
}
}