33 lines
786 B
JSON
33 lines
786 B
JSON
{
|
|
"name": "lume-web",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "TAILWIND_MODE=watch astro dev",
|
|
"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",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.1",
|
|
"astro": "^2.3.2",
|
|
"astro-icon": "^0.8.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"dynamic-react-grid": "^0.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.62.1",
|
|
"tailwindcss": "^3.3.2",
|
|
"typewriter-effect": "^2.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"stylelint": "^15.6.0",
|
|
"stylelint-config-standard": "^33.0.0"
|
|
}
|
|
}
|