Formatting and linting
This commit is contained in:
10
package.json
10
package.json
@@ -6,7 +6,9 @@
|
||||
"scripts": {
|
||||
"dev": "vite build --watch & node --watch index.js",
|
||||
"build": "vite build",
|
||||
"start": "node index.js"
|
||||
"start": "node index.js",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/anthropic": "^3.0.71",
|
||||
@@ -28,6 +30,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"@eslint/js": "^9.0.0",
|
||||
"eslint": "^9.0.0",
|
||||
"eslint-plugin-react": "^7.0.0",
|
||||
"eslint-plugin-react-hooks": "^5.0.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.0",
|
||||
"globals": "^15.0.0",
|
||||
"vite": "^6.0.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user