@insightphp/forms
Version:
Forms component of Insight.
49 lines (48 loc) • 1.28 kB
JSON
{
"name": "@insightphp/forms",
"version": "0.5.4",
"description": "Forms component of Insight.",
"repository": {
"type": "git",
"url": "git+https://github.com/insightphp/insight.git"
},
"private": false,
"keywords": [
"Insight",
"Laravel",
"admin",
"adminpanel"
],
"author": "Peter Stovka <peter@peterstovka.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/insightphp/insight/issues"
},
"homepage": "https://github.com/insightphp/insight#readme",
"scripts": {
"dev": "vite build --watch",
"build": "run-p types build-only",
"types": "vue-tsc --declaration --emitDeclarationOnly",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"main": "./dist/forms.umd.js",
"module": "./dist/forms.es.js",
"files": [
"dist",
"resources/js",
"plugin.js"
],
"types": "./dist/types/main.d.ts",
"exports": {
".": {
"import": "./dist/forms.es.js",
"require": "./dist/forms.umd.js"
}
},
"dependencies": {
"@insightphp/elements": "0.5.4",
"@insightphp/inertia-view": "0.5.4",
"vue": "^3.2"
}
}