added eslint in npm

This commit is contained in:
2026-05-21 21:02:59 +02:00
parent 1fcdc4ea6c
commit c3debba6c2
+39
View File
@@ -1,4 +1,5 @@
{ {
<<<<<<< HEAD
"name": "aramjonghu-site", "name": "aramjonghu-site",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
@@ -34,4 +35,42 @@
"prettier": "^3.8.3", "prettier": "^3.8.3",
"vite": "^8.0.4" "vite": "^8.0.4"
} }
=======
"name": "aramjonghu-site",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@catppuccin/tailwindcss": "^1.0.0",
"@eslint/js": "^9.39.4",
"@rolldown/plugin-babel": "^0.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"prettier": "^3.8.3",
"vite": "^8.0.4",
"vscode-langservers-extracted": "^4.10.0"
}
>>>>>>> c86f713 (added eslint in npm)
} }