-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "Erick-Rosa-Portfoliov4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/ibm-plex-sans": "^4.5.13",
"@fontsource/open-sans": "^4.5.13",
"@fontsource/raleway": "^4.5.11",
"@supabase/supabase-js": "^2.42.5",
"@vercel/analytics": "^1.2.2",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"next": "^14.2.2",
"next-auth": "^4.24.7",
"next-images": "^1.8.4",
"next-mdx-remote": "^4.4.1",
"next-seo": "^4.26.0",
"notion-api-worker": "^0.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-notion": "^0.10.0",
"react-rough-notation": "^1.0.3",
"swr": "^2.2.5",
"three": "^0.163.0"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^17.0.44",
"@types/three": "^0.163.0",
"eslint": "7.29.0",
"eslint-config-next": "^13.0.0",
"typescript": "^4.6.4"
}
}