gen/package.json
Enrico Bühler 1cf978c85d
All checks were successful
continuous-integration/drone/push Build is passing
- improve styling
- change fonts
2022-05-16 03:08:55 +02:00

58 lines
1.6 KiB
JSON

{
"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",
"@unom/style": "^0.2.14",
"chakra-ui-markdown-renderer": "^4.0.0",
"framer-motion": "^6.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.31.1",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"swr": "^1.3.0",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^16.2.4",
"@types/node": "^17.0.33",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-helmet": "^6.1.5",
"@vitejs/plugin-react": "^1.3.2",
"commitlint": "^16.3.0",
"eslint": "^8.15.0",
"eslint-config-sznm": "^0.2.1",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"netlify-cli": "^10.3.1",
"prettier": "^2.6.2",
"standard-version": "^9.5.0",
"typescript": "^4.6.4",
"vite": "^2.9.9",
"vite-tsconfig-paths": "^3.4.1"
}
}