2023-04-27 23:33:58 +00:00
|
|
|
{
|
|
|
|
"name": "lume-web",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
2023-04-28 06:17:06 +00:00
|
|
|
"dev": "TAILWIND_MODE=watch astro dev",
|
2023-04-27 23:33:58 +00:00
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/image": "^0.16.6",
|
|
|
|
"@astrojs/react": "^2.1.1",
|
|
|
|
"@astrojs/tailwind": "^3.1.1",
|
2023-04-28 00:40:05 +00:00
|
|
|
"@types/react": "^18.2.0",
|
|
|
|
"@types/react-dom": "^18.2.1",
|
2023-04-27 23:33:58 +00:00
|
|
|
"astro": "^2.3.2",
|
|
|
|
"astro-icon": "^0.8.0",
|
2023-05-05 06:02:45 +00:00
|
|
|
"dynamic-react-grid": "^0.2.0",
|
2023-04-27 23:33:58 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"tailwindcss": "^3.3.2",
|
|
|
|
"typewriter-effect": "^2.19.0"
|
2023-04-29 06:34:08 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"stylelint": "^15.6.0",
|
|
|
|
"stylelint-config-standard": "^33.0.0"
|
2023-04-27 23:33:58 +00:00
|
|
|
}
|
|
|
|
}
|