-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
65 lines (65 loc) · 1.95 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"lint": "next lint --cache --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@purduehackers/time": "^0.5.1",
"@icons-pack/react-simple-icons": "^9.0.1",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.19",
"@tailwindcss/forms": "^0.5.3",
"@types/crypto-js": "^4.1.1",
"@types/nodemailer": "^6.4.7",
"@vercel/analytics": "^0.1.10",
"airtable-plusplus": "^0.3.4",
"clsx": "^2.0.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"eslint-config-next": "^13.5.2",
"github-slugger-typescript": "^1.1.0",
"next": "^13.4.19",
"nodemailer": "^6.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-markdown": "^8.0.3",
"remarkable": "^2.0.1",
"sharp": "^0.31.1",
"tailwind-scrollbar": "^1.3.1"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"autoprefixer": "^10.4.7",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"lint-staged": ">=10",
"postcss": "^8.4.14",
"prettier": "^3.0.3",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md}": "prettier --write",
"*.js": "eslint --cache --fix"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}