34 lines
798 B
JSON
34 lines
798 B
JSON
|
{
|
||
|
"name": "app",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview",
|
||
|
"astro": "astro"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/react": "^3.0.3",
|
||
|
"@astrojs/tailwind": "^5.0.1",
|
||
|
"@lumeweb/sdk": "^0.1.0-develop.5",
|
||
|
"@types/react": "^18.2.25",
|
||
|
"@types/react-dom": "^18.2.11",
|
||
|
"astro": "^3.2.3",
|
||
|
"class-variance-authority": "^0.7.0",
|
||
|
"clsx": "^2.0.0",
|
||
|
"lucide-react": "^0.284.0",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0",
|
||
|
"tailwind-merge": "^1.14.0",
|
||
|
"tailwindcss": "^3.3.3",
|
||
|
"tailwindcss-animate": "^1.0.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"prettier": "^3.0.3",
|
||
|
"prettier-plugin-astro": "^0.12.0",
|
||
|
"sass": "^1.69.0"
|
||
|
}
|
||
|
}
|