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

35 lines
953 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/form": "*",
"@astro-reactive/validator": "*",
"astro": "^1.6.5"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
},
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
"devDependencies": {
"rimraf": "^3.0.2"
}
}