astro-reactive-form/landing-page/package.json
Preet Sojitra e5d4e90805
feat: initial landing page (#89)
* create basic landing page

* change name in package.json
2022-10-15 16:30:40 +02:00

29 lines
715 B
JSON

{
"name": "astro-reactive-library-landing-page",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"clean": "rimraf dist node_modules"
},
"devDependencies": {
"@astrojs/tailwind": "^2.0.2",
"@types/micromodal": "^0.3.3",
"astro": "^1.4.7",
"astro-eleventy-img": "^0.5.0",
"astro-icon": "^0.7.3",
"prettier": "2.7.1",
"prettier-plugin-astro": "^0.5.5",
"rimraf": "^3.0.2",
"tailwindcss-fluid-type": "^1.3.3"
},
"dependencies": {
"micromodal": "^0.4.10",
"tailwindcss": "^3.1.8"
}
}