|
@@ -6,19 +6,18 @@
|
|
|
"watch": "mix watch",
|
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
|
"hot": "mix watch --hot",
|
|
|
- "production": "mix --production",
|
|
|
- "lint": "eslint resources/ --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
|
- "lint:check": "eslint resources/ --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
|
|
|
- "format": "prettier --write 'resources/**/*.{js,vue,ts,css,scss}'",
|
|
|
- "format:check": "prettier --check 'resources/**/*.{js,vue,ts,css,scss}'"
|
|
|
+ "production": "mix --production"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@eslint/js": "^9.35.0",
|
|
|
"acorn": "^8.7.1",
|
|
|
"axios": ">=1.6.0",
|
|
|
"bootstrap": "^4.5.2",
|
|
|
"cross-env": "^5.2.1",
|
|
|
"esbuild": "^0.25.1",
|
|
|
"eslint": "^9.35.0",
|
|
|
+ "eslint-plugin-vue": "^10.4.0",
|
|
|
+ "globals": "^16.4.0",
|
|
|
"jquery": "^3.6.0",
|
|
|
"laravel-echo": "^1.12.0",
|
|
|
"laravel-mix-make-file-hash": "^2.2.0",
|