-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.53 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
{
"name": "pekan-christian-community",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/env": "^13.5.6",
"@next/mdx": "^14.1.3",
"@supabase/supabase-js": "^2.39.7",
"@types/mdx": "^2.0.11",
"@vercel/analytics": "^1.2.2",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"esbuild": "^0.19.12",
"gray-matter": "^4.0.3",
"marked": "^11.2.0",
"moment-timezone": "^0.5.45",
"next": "14.2.0-canary.37",
"next-mdx-remote": "^4.4.1",
"react": "^18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.12.0",
"react-modal": "^3.16.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"utf-8-validate": "^6.0.3",
"ws": "^8.16.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "13.5.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
}