diff --git a/frontend/package.json b/frontend/package.json index ad812cc0..9a4b0514 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,24 +15,26 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@radix-ui/react-dialog": "^1.0.5", - "@types/node": "20.4.5", "@types/react": "18.2.17", "@types/react-dom": "18.2.7", "autoprefixer": "10.4.14", "clsx": "^2.0.0", - "eslint": "^8.48.0", - "eslint-config-next": "^13.4.19", - "eslint-import-resolver-node": "^0.3.9", "framer-motion": "^10.16.0", "nes.css": "^2.3.0", "next": "13.4.12", "petra-plugin-wallet-adapter": "^0.3.0", - "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.10.1", "tailwind-merge": "^1.14.0", - "tailwindcss": "3.3.3", - "typescript": "5.1.6" + "tailwindcss": "3.3.3" + }, + "devDependencies": { + "typescript": "5.1.6", + "@types/node": "20.4.5", + "eslint": "^8.48.0", + "eslint-config-next": "^13.4.19", + "eslint-import-resolver-node": "^0.3.9", + "postcss": "8.4.27" } }