You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "araratchess",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/react-redux": "^7.1.25",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"axios": "^1.4.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.45.2",
|
|
"react-redux": "^8.1.1",
|
|
"react-router-dom": "^6.14.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.14",
|
|
"@types/react-dom": "^18.2.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
"@typescript-eslint/parser": "^5.61.0",
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.44.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.1",
|
|
"postcss": "^8.4.26",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.0"
|
|
}
|
|
}
|