-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
38 lines (38 loc) · 962 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/hackathons",
"version": "0.0.1",
"author": "Lachlan Campbell <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.10.5",
"@hackclub/icons": "^0.0.14",
"@hackclub/meta": "^1.1.32",
"@hackclub/theme": "^0.3.3",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^13.4.19",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15.0",
"next": "^12.3.1",
"next-compose-plugins": "^2.2.1",
"nprogress": "^0.2.0",
"pluralize": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.10",
"theme-ui": "^0.14.7",
"vanilla-tilt": "^1.8.0"
},
"devDependencies": {
"eslint": "<9.0.0",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "^8.8.0"
}
}