-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
43
44
45
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"@vercel/analytics": "^1.1.1",
"@vercel/postgres": "^0.9.0",
"@vercel/speed-insights": "^1.0.12",
"cookies-next": "^4.0.0",
"date-fns": "^2.29.3",
"eslint-config-next": "^14.0.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"image-size": "^1.1.1",
"js-confetti": "^0.12.0",
"next": "^14.0.0",
"plotly.js": "^2.34.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^9.0.1",
"react-plotly.js": "^2.6.0",
"react-select": "^5.8.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.32.6",
"tailwind-highlightjs": "^2.0.1"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/node": "20.8.7",
"@types/react": "18.2.30",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
}