59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@astro-reactive/form",
|
|
"description": "The Reactive Form component for Astro 🔥",
|
|
"version": "0.7.2",
|
|
"repository": "https://github.com/astro-reactive/astro-reactive",
|
|
"homepage": "https://astro-reactive.dev",
|
|
"author": "astro-reactive",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.ts"
|
|
},
|
|
"files": [
|
|
"core/",
|
|
"components/",
|
|
"index.ts"
|
|
],
|
|
"keywords": [
|
|
"astro-component",
|
|
"css",
|
|
"ui"
|
|
],
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"format": "prettier -w .",
|
|
"lint": "eslint . --ext .ts,.js",
|
|
"lint:fix": "eslint --fix . --ext .ts,.js",
|
|
"check": "astro check && tsc --noEmit",
|
|
"clean": "rimraf node_modules .turbo dist"
|
|
},
|
|
"devDependencies": {
|
|
"@astro-reactive/eslint-config-custom": "*",
|
|
"@astro-reactive/tsconfig": "*",
|
|
"@types/eslint": "^8.4.6",
|
|
"@types/node": "^18.7.18",
|
|
"@types/prettier": "^2.7.0",
|
|
"astro": "^2.1.3",
|
|
"astro-component-tester": "^0.6.0",
|
|
"eslint": "^8.23.1",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-astro": "^0.7.0",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.8.3",
|
|
"vitest": "^0.25.2"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "^2.1.3"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@astro-reactive/common": "*",
|
|
"@astro-reactive/validator": "*",
|
|
"short-unique-id": "^4.4.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|