-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.13 KB
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": "tiagogm-website",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.x"
},
"scripts": {
"start": "npm run dev",
"dev": "next dev",
"build": "next build",
"serve": "next start",
"export": "next export"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^16.1.3",
"@contentful/rich-text-types": "^17.2.2",
"@sentry/browser": "^10.12.0",
"@sentry/node": "^10.12.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"classnames": "^2.5.1",
"contentful": "^11.7.19",
"date-fns": "^4.1.0",
"highlight.js": "^11.11.1",
"next": "15.5.9",
"normalize.css": "^8.0.1",
"npm-check-updates": "^18.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"remarkable": "^2.0.1",
"sass": "^1.93.0",
"typography": "^0.16.24",
"urljoin": "^0.1.5",
"vercel": "^48.1.0"
},
"devDependencies": {
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"prettier": "3.6.2",
"typescript": "^5.9.2"
},
"prettier": {
"trailingComma": "all",
"bracketSpacing": true,
"printWidth": 150
}
}