astro-reactive-form/apps/demo/package.json
2023-01-11 19:09:35 +01:00

37 lines
988 B
JSON

{
"name": "@astro-reactive/demo",
"description": "Demo App for Astro Reactive Library",
"type": "module",
"version": "0.0.1",
"author": "Ayo Ayco <ayo@ayco.io> (https://ayco.io)",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check && tsc --noEmit && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"clean": "rimraf node_modules .turbo dist"
},
"dependencies": {
"@astro-reactive/tsconfig": "*",
"@astro-reactive/form": "*",
"@astro-reactive/validator": "*",
"astro": "^1.6.5"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/astro-reactive/astro-reactive.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/astro-reactive/astro-reactive/issues"
},
"homepage": "https://github.com/astro-reactive/astro-reactive#readme",
"devDependencies": {
"rimraf": "^3.0.2"
}
}