nuxt-laravel-monorepo/package.json

23 lines
537 B
JSON

{
"name": "laravel_nuxt_starter_monorepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"composer": "./scripts/run-composer.sh",
"sail": "./scripts/run-sail.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.0",
"@types/node": "^20.9.1",
"eslint": "^8.53.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"typescript": "^5.2.2"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module"
}