todoApp/package.json

43 lines
1.2 KiB
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && cp dist/manifest.webmanifest dist/manifest.json",
"deploy": "gh-pages -d dist",
"serve": "vite preview",
"type-check": "tsc --noEmit",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
"format": "prettier --write ./src"
},
"dependencies": {
"clsx": "^2.1.1",
"localforage": "^1.10.0",
"ra-core": "^5.6.2",
"ra-data-local-forage": "^5.6.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"todomvc-app-css": "^2.4.3",
"todomvc-common": "^1.0.5"
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^6.3.0",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^6.2.3",
"vite-plugin-pwa": "^0.21.1"
},
"name": "todoapp"
}