Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:Lilypad-Tech/web-ui into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
developersteve committed Oct 18, 2024
2 parents 68353a7 + 925e6b7 commit 3dfd559
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 308 deletions.
66 changes: 33 additions & 33 deletions apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "doppler run --preserve-env -- next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"preview": "pnpm dlx http-server out"
},
"dependencies": {
"@frontline-hq/untitledui-icons": "^0.0.4",
"@lilypad/shared-components": "workspace:~",
"@react-spring/web": "^9.7.4",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.13.0",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@lilypad/uui-tailwind-styles": "workspace:~",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "doppler run --preserve-env -- next dev",
"build": "doppler run --preserve-env -- next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"preview": "pnpm dlx http-server out"
},
"dependencies": {
"@frontline-hq/untitledui-icons": "^0.0.4",
"@lilypad/shared-components": "workspace:~",
"@react-spring/web": "^9.7.4",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.13.0",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@lilypad/uui-tailwind-styles": "workspace:~",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}
Loading

0 comments on commit 3dfd559

Please sign in to comment.