-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 972 Bytes
/
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
{
"name": "itamar-tech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "biome format",
"ci": "biome ci",
"fix": "biome check --write . --diagnostic-level=error"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.1.7",
"@vercel/analytics": "^1.5.0",
"@vercel/kv": "^3.0.0",
"bright": "^0.8.6",
"chart.js": "^4.4.8",
"eslint-config-next": "15.1.7",
"lodash": "^4.17.21",
"next": "15.1.7",
"next-mdx-remote": "^5.0.0",
"nodemailer": "^6.10.0",
"react": "19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "18.14.5",
"@types/react": "19.0.10",
"typescript": "^5.7.3"
},
"overrides": {
"@types/react": "19.0.10"
}
}