This commit is contained in:
Dr Masroor Ehsan 2025-01-05 12:49:36 +06:00
parent 8069d5b81d
commit ea21a659d4
3 changed files with 12 additions and 4 deletions

View File

@ -39,7 +39,8 @@
"nunomaduro/collision": "^8.1",
"pestphp/pest": "^3.7",
"pestphp/pest-plugin-laravel": "^3.0",
"pixinvent/materialize-laravel-bootstrap-jetstream": "^2.0"
"pixinvent/materialize-laravel-bootstrap-jetstream": "^2.0",
"tightenco/duster": "^3.1"
},
"autoload": {
"psr-4": {

View File

@ -1,12 +1,13 @@
{
"name": "Materialize",
"version": "2.0.1",
"name": "radsparc",
"version": "0.0.1",
"private": true,
"type": "module",
"license": "Commercial",
"scripts": {
"dev": "vite",
"build": "vite build"
"build": "vite build",
"lint": "npx prettier --write resources/ && ./vendor/bin/duster fix"
},
"devDependencies": {
"@babel/core": "7.23.7",

6
tlint.json Normal file
View File

@ -0,0 +1,6 @@
{
"disabled": [
"QualifiedNamesOnlyForClassName",
"RemoveLeadingSlashNamespaces"
]
}