37 lines
939 B
JSON
37 lines
939 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
|
"@typescript-eslint/parser": "^8.29.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.2.5"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|