-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14ae5fc
commit 925e6b7
Showing
4 changed files
with
422 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.