-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "lexington",
"homepage": "https://lexingtontech.us",
"version": "2.0.0",
"description": "",
"repository": "https://github.com/lexingtontechus/",
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"post-update": "yarn upgrade --latest",
"clean": "rm -rf node_modules && rm -rf yarn.lock && yarn install",
"build:tailwind": "npx @tailwindcss/cli -i input.css -o output.css"
},
"dependencies": {
"@calcom/embed-react": "^1.5.0",
"@formspree/react": "^2.4.4",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@tailwindcss/postcss": "^4.0.0-beta.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"daisyui": "^5.0.0-alpha.40",
"eslint-config-next": "^15.0.3",
"next": "^15.0.3",
"next-themes": "^0.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^4.0.0-beta.3"
},
"devDependencies": {
"eslint-config-prettier": "^9.1.0"
},
"keywords": [
"nextjs",
"daisyui",
"lexington"
]
}