-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"name": "nextjs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"gray-matter": "^4.0.3",
"next": "16.0.10",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.31.0",
"react-snap-carousel": "^0.5.1",
"react-vertical-timeline-component": "^3.5.3",
"remark": "^15.0.1",
"remark-emoji": "^5.0.2",
"remark-html": "^16.0.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tailwindcss/typography": "^0.5.19",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.38.0",
"eslint-config-next": "^16.0.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.13"
}
}