-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.61 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
{
"name": "neoland",
"license": "MIT",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@geoffcodesthings/tailwind-md-base": "^1.1.0",
"@supabase/supabase-js": "^2.39.3",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@vercel/analytics": "^0.1.6",
"clsx": "^1.2.1",
"daisyui": "^2.42.0",
"date-fns": "^2.29.3",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"jsdom": "^20.0.3",
"next": "14.1.0",
"node-fetch": "^3.3.0",
"octokit": "^2.0.10",
"posthog-js": "^1.103.1",
"preline": "^1.4.0",
"prettier": "^2.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-loading-icons": "^1.1.0",
"react-markdown": "^8.0.4",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-toc": "^8.0.1",
"typescript": "4.9.3",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/jsdom": "^20.0.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}