-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 987 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": "website",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.3",
"material-ui-popup-state": "^5.0.10",
"next": "^15.1.3",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"cssnano": "^6.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"typescript": "^5"
}
}