-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 943 Bytes
/
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
{
"name": "delete",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.4.0",
"@google/model-viewer": "^3.5.0",
"@supabase/supabase-js": "^1.29.4",
"bootstrap": "^5.1.3",
"gray-matter": "^4.0.3",
"next": "^14.2.3",
"prismjs": "^1.27.0",
"react": "^18.3.1",
"react-bootstrap": "^2.1.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-model-viewer": "^0.6.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"remark-rehype": "^10.1.0",
"three": "^0.163.0",
"unified": "^10.1.1"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^17.0.80",
"@types/remark-prism": "^1.3.0",
"eslint": "8.7.0",
"eslint-config-next": "^14.2.3",
"typescript": "^4.5.5"
}
}