
* Link to repo updated * Update introduction.md * docs: update links to change logs Co-authored-by: Ayo <ramon.aycojr@gmail.com>
43 lines
1.3 KiB
JSON
43 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": "[](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": "Ayo Ayco",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/astro-reactive/astro-reactive/issues"
|
|
},
|
|
"homepage": "https://github.com/astro-reactive/astro-reactive#readme"
|
|
}
|
|
|