-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "viniciussales.com",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.config.cjs"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@notionhq/client": "^2.2.14",
"@radix-ui/react-hover-card": "^1.1.4",
"@sindresorhus/slugify": "^2.2.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.9",
"fp-ts": "^2.16.9",
"framer-motion": "^11.15.0",
"ioredis": "^5.4.2",
"next": "15.1.3",
"next-sitemap": "^4.2.3",
"query-string": "^9.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-medium-image-zoom": "^5.2.13",
"sharp": "^0.33.5",
"shiki": "^1.26.1",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@types/react": "^19.0.2",
"@types/react-syntax-highlighter": "15.5.0",
"@types/styled-system": "^5.1.23",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"eslint-plugin-prettier": "^5.2.1",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}