{ "name": "@played/gen", "version": "0.1.0", "private": true, "author": "sozonome", "scripts": { "dev": "vite --host", "build": "vite build", "serve": "vite preview", "lint": "eslint src", "lint:fix": "eslint src --fix && yarn format", "type-check": "tsc --noEmit", "format": "prettier --write src", "up": "yarn upgrade-interactive", "up-latest": "yarn up --latest", "release": "standard-version", "push-release": "git push --follow-tags origin main", "prepare": "husky install" }, "dependencies": { "@chakra-ui/icons": "^1.1.7", "@chakra-ui/react": "^1.8.8", "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@fontsource/inter": "^4.5.7", "@fontsource/raleway": "^4.5.5", "framer-motion": "^6.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", "react-hook-form": "^7.30.0", "react-icons": "^4.3.1", "react-router-dom": "^6.3.0" }, "devDependencies": { "@commitlint/config-conventional": "^16.2.1", "@types/node": "^17.0.23", "@types/react": "^17.0.44", "@types/react-dom": "^17.0.15", "@types/react-helmet": "^6.1.5", "@vitejs/plugin-react": "^1.3.0", "commitlint": "^16.2.3", "eslint": "^8.13.0", "eslint-config-sznm": "^0.2.1", "husky": "^7.0.4", "lint-staged": "^12.3.7", "netlify-cli": "^10.0.0", "prettier": "^2.6.2", "standard-version": "^9.3.2", "typescript": "^4.6.3", "vite": "^2.9.1", "vite-tsconfig-paths": "^3.4.1" } }