42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "astro-reactive-library-landing-page",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"landing-page": "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"
|
|
},
|
|
"description": "[](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"
|
|
}
|