astro-reactive-form/apps/landing-page/package.json
2023-12-07 16:04:28 +01:00

49 lines
1.5 KiB
JSON

{
"name": "@astro-reactive/landing-page",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"landing-page": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"lint": "eslint . --ext .ts,.js",
"lint:fix": "eslint --fix . --ext .ts,.js",
"clean": "rimraf dist node_modules dist .turbo"
},
"devDependencies": {
"@astro-reactive/eslint-config-custom": "*",
"@types/eslint": "^8.44.3",
"@types/micromodal": "^0.3.3",
"@types/prettier": "^3.0.0",
"astro": "^4.0.3",
"eslint": "^8.50.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"rimraf": "^5.0.1",
"tailwindcss-fluid-type": "^2.0.3"
},
"dependencies": {
"@astro-reactive/tsconfig": "*",
"@astrojs/tailwind": "^5.0.3",
"astro-iconify": "^1.2.0",
"micromodal": "^0.4.10",
"tailwindcss": "^3.3.6"
},
"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/astro-reactive/astro-reactive.git"
},
"author": "astro-reactive",
"license": "MIT",
"bugs": {
"url": "https://github.com/astro-reactive/astro-reactive/issues"
},
"homepage": "https://astro-reactive.js.org"
}