-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
53 lines (53 loc) · 1.42 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "hackclub-jams",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --ignore-path ./.prettierignore --write ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fullstory/browser": "^1.7.1",
"@hackclub/icons": "^0.0.12",
"@hackclub/meta": "^1.1.32",
"@hackclub/theme": "^0.3.3",
"@mdx-js/mdx": "^2.3.0",
"@react-pdf-viewer/core": "^3.12.0",
"@theme-ui/core": "^0.16.0",
"@vercel/speed-insights": "^1.0.10",
"algoliasearch": "^4.19.1",
"fast-levenshtein": "^3.0.0",
"freezeframe": "^5.0.2",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"highlight.js": "^11.8.0",
"instantsearch.js": "^4.56.9",
"levenshtein": "~1.0",
"lunr": "^2.3.9",
"next": "13.4.9",
"next-mdx-remote": "^4.4.1",
"nprogress": "^0.2.0",
"pdfjs-dist": "^3.8.162",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-freezeframe": "^5.0.2",
"react-highlight": "^0.15.0",
"react-icons": "^4.10.1",
"react-pdf": "^7.1.3",
"react-router-dom": "^6.14.1",
"react-scroll": "^1.8.9",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"theme-ui": "^0.16.0"
},
"devDependencies": {
"prettier": "^3.0.0",
"sass": "^1.63.6"
}
}