@formkit/inertia
Version:
FormKit + Inertia = ❤️
61 lines • 1.48 kB
JSON
{
"name": "@formkit/inertia",
"version": "0.1.5",
"description": "FormKit + Inertia = ❤️",
"keywords": [
"formkit",
"vue",
"inertia",
"events",
"laravel",
"form",
"composable"
],
"homepage": "https://github.com/formkit/inertia#readme",
"bugs": "https://github.com/formkit/inertia/issues",
"license": "MIT",
"author": "Gustavo Fenilli <gustavofenilli@gmail.com>",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"repository": "github:formkit/inertia",
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"bumpp": "^9.2.0",
"eslint": "^8.52.0",
"publint": "^0.2.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
"@formkit/vue": ">= 1.2.0",
"@inertiajs/vue3": ">= 1.0.0",
"vue": ">= 3.0.0"
},
"scripts": {
"test": "vitest",
"build": "tsup-node",
"lint": "publint && eslint",
"prerelease": "pnpm run build && pnpm run lint",
"release": "bumpp && pnpm publish"
}
}