@kiwilan/vite-plugin-steward-laravel
Version:
Vite plugin for steward-laravel.
78 lines (77 loc) • 2.05 kB
JSON
{
"name": "@kiwilan/vite-plugin-steward-laravel",
"type": "module",
"version": "0.1.0",
"description": "Vite plugin for steward-laravel.",
"author": "Ewilan Rivière <ewilan.riviere@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/kiwilan/steward-laravel",
"repository": {
"type": "git",
"url": "git+https://github.com/kiwilan/steward-laravel.git"
},
"bugs": {
"url": "https://github.com/kiwilan/steward-laravel/issues"
},
"keywords": [
"steward",
"vite"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./vue": {
"require": "./vue/index.cjs",
"import": "./vue/index.js"
}
},
"files": [
"dist",
"vue"
],
"scripts": {
"build": "tsup --clean && tsup --clean --config tsup-vue.config.ts",
"watch": "tsup --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"coverage": "vitest run --coverage",
"clean": "rimraf dist && rimraf vue",
"local": "rm -f ~/kiwilan-vite-plugin-steward-laravel-*.tgz || true && mv ./kiwilan-vite-plugin-steward-laravel-*.tgz ~/",
"package": "npm run clean && npm run build && npm pack && npm run local",
"deploy": "npm run clean && npm run build && npm pack --dry-run && npm publish --access public"
},
"peerDependencies": {
"vite": "^4.x.x",
"vue": "^3.x.x",
"ziggy-js": "^1.x.x"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
},
"ziggy-js": {
"optional": true
}
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.1",
"@inertiajs/vue3": "^1.0.0",
"@types/node": "^18.11.19",
"@types/ziggy-js": "^1.3.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"postcss": "^8.4.21",
"rimraf": "^4.1.2",
"tailwindcss": "^3.2.4",
"tsup": "^6.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vue": "^3.2.47",
"ziggy-js": "^1.5.0"
}
}