-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "portfolio",
"version": "1.1.2",
"private": true,
"scripts": {
"preview": "vercel dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@9gustin/react-notion-render": "^3.11.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@notionhq/client": "^1.0.4",
"@radix-ui/react-icons": "^1.2.0",
"@supabase/supabase-js": "^1.33.3",
"@vercel/analytics": "^1.1.1",
"axios": "^0.26.1",
"jsdom": "^19.0.0",
"mapkit-react": "^1.4.0",
"next": "12.1.4",
"prismjs": "^1.27.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom-confetti": "^0.2.0",
"react-twitter-widgets": "^1.11.0",
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.3.1",
"@types/jsdom": "^16.2.14",
"@types/node": "17.0.23",
"@types/prismjs": "^1.26.0",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/spotify-web-api-node": "^5.0.7",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "4.6.3",
"vercel": "^19.1.2"
}
}