mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
day of linting judgement
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"build": "next build",
|
||||
"startNoSocket": "next start",
|
||||
"start": "NODE_ENV=production node src/websocket.js",
|
||||
"lint": "tsc && next lint",
|
||||
"lint": "eslint . --config eslint.config.mjs && tsc && next lint",
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -23,6 +23,7 @@
|
||||
"@trpc/server": "11.4.3",
|
||||
"@trpc/tanstack-react-query": "^11.4.3",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript-eslint/parser": "^8.37.0",
|
||||
"chokidar": "^4.0.3",
|
||||
"dotenv": "^17.0.1",
|
||||
"form-data": "^4.0.3",
|
||||
@@ -37,8 +38,10 @@
|
||||
"zod": "^3.25.75"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3",
|
||||
"@monaco-editor/loader": "^1.5.0",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@next/eslint-plugin-next": "^15.3.5",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@types/node": "^24.0.10",
|
||||
@@ -48,6 +51,8 @@
|
||||
"axios": "^1.10.0",
|
||||
"eslint": "^9.30.1",
|
||||
"eslint-config-next": "^15.3.5",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"isomorphic-dompurify": "^2.26.0",
|
||||
"marked": "^16.0.0",
|
||||
"monaco-editor": "^0.52.2",
|
||||
|
||||
Reference in New Issue
Block a user