-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 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
45
{
"name": "app",
"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": "^1.6.22",
"@next/mdx": "^12.0.7",
"airtable": "^0.11.1",
"airtable-plus": "^1.0.4",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"dedent": "^0.7.0",
"form-data": "^4.0.0",
"framer-motion": "^5.6.0",
"mailgun.js": "^4.1.4",
"next": "^12.0.7",
"nprogress": "^0.2.0",
"plus": "^0.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.17.4",
"react-icons": "^4.3.1",
"react-scroll-parallax": "^2.4.3"
},
"devDependencies": {
"@types/dedent": "^0.7.0",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.30",
"autoprefixer": "^10.4.2",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"postcss": "^8.4.5",
"prettier": "^2.4.1",
"tailwindcss": "^3.0.12",
"typescript": "4.4.4"
}
}