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", "nunomaduro/collision": "^8.1",
"pestphp/pest": "^3.7", "pestphp/pest": "^3.7",
"pestphp/pest-plugin-laravel": "^3.0", "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": { "autoload": {
"psr-4": { "psr-4": {

View File

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

6
tlint.json Normal file
View File

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