@insightphp/insight
Version:
Laravel package for building control panels.
73 lines (72 loc) • 2.17 kB
JSON
{
"name": "@insightphp/insight",
"version": "0.5.4",
"description": "Laravel package for building control panels.",
"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",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"main": "./dist/insight.umd.js",
"module": "./dist/insight.es.js",
"files": [
"dist",
"resources/js"
],
"types": "./dist/types/resources/js/main.d.ts",
"exports": {
".": {
"import": "./dist/insight.es.js",
"require": "./dist/insight.umd.js"
}
},
"devDependencies": {
"@types/node": "^16.11.47",
"@types/ziggy-js": "^1.3.2",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vitepress": "^1.0.0-alpha.12",
"vue-tsc": "^0.40.1"
},
"dependencies": {
"@headlessui/vue": "^1.7.3",
"@heroicons/vue": "^2.0.12",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@insightphp/elements": "0.5.4",
"@insightphp/forms": "0.5.4",
"@insightphp/inertia-view": "0.5.4",
"@insightphp/panels": "0.5.4",
"@insightphp/tables": "0.5.4",
"@types/qs": "^6.9.7",
"qs": "^6.11.0",
"vue": "^3.2",
"ziggy-js": "^1.4.6"
}
}