-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write .",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"dayjs": "^1.11.13",
"million": "^3.1.11",
"nanoid": "^5.0.9",
"next": "canary",
"next-gallery": "^2.1.1",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-fast-marquee": "^1.6.5",
"recharts": "2.13.3",
"sharp": "^0.33.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@types/node": "^20.17.10",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@vercel/style-guide": "^6.0.0",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}