astro-reactive-form/apps/landing-page/package.json
2022-11-23 20:05:07 +01:00

42 lines
1.3 KiB
JSON

{
"name": "@astro-reactive/landing-page",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"landing-page": "astro dev",
"check": "astro check && tsc --noEmit && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"clean": "rimraf dist node_modules dist .turbo"
},
"devDependencies": {
"@astrojs/tailwind": "^2.0.2",
"@types/micromodal": "^0.3.3",
"astro": "^1.4.7",
"astro-icon": "^0.8.0",
"prettier": "2.7.1",
"prettier-plugin-astro": "^0.7.0",
"rimraf": "^3.0.2",
"tailwindcss-fluid-type": "^2.0.3"
},
"dependencies": {
"micromodal": "^0.4.10",
"tailwindcss": "^3.1.8"
},
"description": "[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
},
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme"
}