-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.21 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
46
47
48
{
"name": "simlai-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@radix-ui/react-dialog": "^1.0.5",
"@sentry/nextjs": "^7.106.0",
"@storyblok/react": "^3.0.9",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"classnames": "^2.5.1",
"clone-deep": "^4.0.1",
"clsx": "^2.1.0",
"lucide-react": "^0.358.0",
"next": "14.1.1",
"next-sitemap": "^4.2.3",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.2.1",
"use-mailchimp-form": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/clone-deep": "^4.0.4",
"@types/node": "^20",
"@types/prismjs": "^1.26.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}