@insightphp/elements
Version:
Collection of UI components for Insight.
67 lines (66 loc) • 1.92 kB
JSON
{
"name": "@insightphp/elements",
"version": "0.5.4",
"description": "Collection of UI components for 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/elements.umd.js",
"module": "./dist/elements.es.js",
"files": [
"dist",
"resources/js",
"resources/tailwind"
],
"types": "./dist/types/main.d.ts",
"exports": {
".": {
"import": "./dist/elements.es.js",
"require": "./dist/elements.umd.js"
},
"./tailwind-plugin": {
"require": "./resources/tailwind/plugin.js"
}
},
"dependencies": {
"@headlessui/vue": "^0.0.0-insiders.0e147a0",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@insightphp/inertia-view": "0.5.4",
"@vuepic/vue-datepicker": "^3.4.8",
"date-fns": "^2.29.3",
"mini-svg-data-uri": "^1.4.4",
"vue": "^3.2"
},
"devDependencies": {
"@types/node": "^16.11.47",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vitest": "^0.23",
"vue-tsc": "^0.40.1"
}
}