47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "notejs-react",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"server": "cd backend && node server.js",
|
|
"dev:all": "concurrently \"npm run dev\" \"npm run server\"",
|
|
"start": "npm run dev:all"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.10.0",
|
|
"@iconify/react": "^4.1.1",
|
|
"@reduxjs/toolkit": "^2.9.2",
|
|
"axios": "^1.13.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^2.30.0",
|
|
"marked": "^16.4.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.65.0",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^6.30.1",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@types/marked": "^6.0.0",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"concurrently": "^9.2.1",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-pwa": "^0.17.5",
|
|
"workbox-window": "^7.3.0"
|
|
}
|
|
}
|