-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.65 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
{
"name": "vtnorton.com",
"version": "10.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next dev",
"start:prod": "next start",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtnorton/vtnorton.com.git"
},
"author": "Vítor Norton",
"dependencies": {
"@fancyapps/ui": "^5.0.36",
"@fluentui/react-components": "^9.54.16",
"@fluentui/react-icons": "^2.0.258",
"@notionhq/client": "^2.2.15",
"@popperjs/core": "^2.11.8",
"@supabase/supabase-js": "^2.47.10",
"@vercel/kv": "^1.0.1",
"axios": "^1.7.2",
"next": "^14.2.20",
"next-seo": "^6.5.0",
"notion-client": "^6.16.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-final-form": "^6.5.9",
"react-multi-carousel": "^2.8.5",
"react-notion-x": "^6.16.0",
"react-simple-typewriter": "^5.0.1",
"react-tweet-embed": "^2.0.0",
"rss": "^1.2.2",
"youtube-v3-api": "^1.1.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"discord-api-types": "^0.37.85",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"sass": "^1.77.2",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}