astro-reactive-form/apps/demo/package.json
2023-11-11 20:56:38 +01:00

46 lines
1.2 KiB
JSON

{
"name": "@astro-reactive/demo",
"description": "Demo App for Astro Reactive Library",
"version": "0.1.1",
"author": "astro-reactive",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "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 node_modules .turbo dist"
},
"dependencies": {
"@astro-reactive/form": "*",
"@astro-reactive/validator": "*",
"@astrojs/check": "^0.2.0",
"astro": "^3.1.2",
"typescript": "^5.2.2"
},
"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://astro-reactive.js.org",
"devDependencies": {
"@astro-reactive/eslint-config-custom": "*",
"@astro-reactive/tsconfig": "*",
"@types/eslint": "^8.44.3",
"@types/prettier": "^3.0.0",
"eslint": "^8.50.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"rimraf": "^5.0.1"
}
}