-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "mile-high-hacks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"{pages,components,lib}/**/*.{js,ts,tsx}\""
},
"dependencies": {
"@hackclub/icons": "^0.0.9",
"@mdx-js/loader": "^2.0.0",
"@next/mdx": "^12.1.0",
"airtable-plus": "^1.0.4",
"axios": "^0.26.1",
"clsx": "^1.1.1",
"dedent": "^0.7.0",
"form-data": "^4.0.0",
"framer-motion": "^6.2.8",
"mailgun.js": "^5.0.1",
"next": "^12.1.0",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.28.0",
"react-icons": "^4.3.1",
"react-scroll-parallax": "^3.0.4"
},
"devDependencies": {
"@types/dedent": "^0.7.0",
"@types/node": "^17.0.21",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.40",
"autoprefixer": "^10.4.2",
"eslint": "^8.11.0",
"eslint-config-next": "^12.1.0",
"postcss": "^8.4.8",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2"
}
}