-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "discmath",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.45.4",
"katex": "^0.16.11",
"next": "^14.2.10",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-flow-renderer": "^10.3.17",
"react-katex": "^3.0.1",
"react-markdown": "^9.0.1",
"react-remark": "^2.1.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"vfile": "^6.0.3",
"vfile-message": "^4.0.2"
},
"devDependencies": {
"@types/node": "20.16.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "5.5.4"
}
}