-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
39 lines (39 loc) · 942 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
{
"name": "nextjs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^1.0.5",
"@mui/icons-material": "^5.14.0",
"@mui/material": "^5.14.20",
"gray-matter": "^4.0.3",
"next": "^12.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.29.0",
"react-snap-carousel": "^0.3.2",
"react-vertical-timeline-component": "^3.5.2",
"remark": "^14.0.2",
"remark-emoji": "^3.0.2",
"remark-html": "^15.0.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.4.1",
"eslint-config-next": "^12.0.7",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"tailwindcss": "^3.0.0"
}
}