mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
Bumps [react-tooltip](https://github.com/wwayne/react-tooltip) from 4.2.11 to 4.2.15. - [Release notes](https://github.com/wwayne/react-tooltip/releases) - [Changelog](https://github.com/wwayne/react-tooltip/blob/master/CHANGELOG.md) - [Commits](https://github.com/wwayne/react-tooltip/compare/v4.2.11...v4.2.15) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
134 lines
4.7 KiB
JSON
134 lines
4.7 KiB
JSON
{
|
|
"name": "roleypoly",
|
|
"version": "1.0.0",
|
|
"description": "https://roleypoly.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/roleypoly/roleypoly.git"
|
|
},
|
|
"homepage": "https://github.com/roleypoly/roleypoly#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/roleypoly/roleypoly/issues"
|
|
},
|
|
"author": "Katalina Okano <git@kat.cafe>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "run-p -c lint:* --",
|
|
"lint:eslint": "eslint",
|
|
"lint:go": "go fmt ./...",
|
|
"lint:prettier": "cross-env prettier -c '**/*.{ts,tsx,css,yml,yaml,md,json,js,jsx,sh,gitignore,mdx,Dockerfile}'",
|
|
"lint:stylelint": "cross-env stylelint '**/*.{ts,tsx}'",
|
|
"lint:terraform": "terraform fmt -recursive -check ./terraform",
|
|
"lint:types": "tsc --noEmit",
|
|
"now-build": "run-s storybook:build",
|
|
"postinstall": "is-ci || husky install",
|
|
"storybook": "start-storybook -p 6006",
|
|
"storybook:build": "build-storybook",
|
|
"test": "jest",
|
|
"ui": "next dev -p 6601",
|
|
"ui:build": "next build",
|
|
"ui:prod": "cross-env next start -p ${PORT:-3000}",
|
|
"worker": "node src/backend-emulator/main.js"
|
|
},
|
|
"dependencies": {
|
|
"chroma-js": "^2.1.0",
|
|
"isomorphic-unfetch": "^3.1.0",
|
|
"ksuid": "^2.0.0",
|
|
"lodash": "^4.17.20",
|
|
"next": "^10.0.5",
|
|
"nookies": "^2.5.0",
|
|
"react": "^17.0.1",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-icons": "^4.1.0",
|
|
"react-is": "^17.0.1",
|
|
"react-tooltip": "^4.2.15",
|
|
"styled-components": "^5.2.1",
|
|
"styled-normalize": "^8.0.7",
|
|
"swr": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@cloudflare/workers-types": "^2.1.0",
|
|
"@icons/material": "^0.4.1",
|
|
"@peculiar/webcrypto": "^1.1.4",
|
|
"@storybook/addon-actions": "^6.1.14",
|
|
"@storybook/addon-essentials": "^6.1.14",
|
|
"@storybook/addon-links": "^6.1.14",
|
|
"@storybook/addons": "^6.1.14",
|
|
"@storybook/react": "^6.1.14",
|
|
"@storybook/theming": "^6.1.14",
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/enzyme": "^3.10.8",
|
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
"@types/express": "^4.17.11",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/lodash": "^4.14.167",
|
|
"@types/minimist": "^1.2.1",
|
|
"@types/node": "^14.14.20",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-custom-scrollbars": "^4.0.7",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/styled-components": "^5.1.7",
|
|
"@types/uuid": "^8.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.13.0",
|
|
"@typescript-eslint/eslint-plugin-tslint": "^4.13.0",
|
|
"@typescript-eslint/parser": "^4.13.0",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
|
|
"babel-jest": "^26.6.3",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-styled-components": "^1.12.0",
|
|
"chokidar": "^3.5.0",
|
|
"dotenv": "^8.2.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-to-json": "^3.6.1",
|
|
"eslint": "^7.17.0",
|
|
"eslint-config-prettier": "^7.1.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^31.0.3",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"husky": "^5.0.6",
|
|
"is-ci": "^2.0.0",
|
|
"jest": "^26.6.3",
|
|
"jest-cli": "^26.6.3",
|
|
"jest-environment-enzyme": "^7.1.2",
|
|
"jest-enzyme": "^7.1.2",
|
|
"jest-react-hooks-shallow": "^1.4.2",
|
|
"jest-styled-components": "^7.0.3",
|
|
"level": "^6.0.1",
|
|
"lint-staged": "^10.5.3",
|
|
"minimist": "^1.2.5",
|
|
"node-fetch": "^2.6.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.2.1",
|
|
"prettier-plugin-organize-imports": "^1.1.1",
|
|
"prettier-plugin-pkg": "^0.8.0",
|
|
"prettier-plugin-sh": "^0.6.0",
|
|
"stylelint": "^13.8.0",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-config-styled-components": "^0.1.1",
|
|
"stylelint-prettier": "^1.1.2",
|
|
"ts-jest": "^26.4.4",
|
|
"ts-loader": "^8.0.14",
|
|
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.1.3",
|
|
"webpack": "^4.46.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx,js,jsx}": [
|
|
"stylelint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.go": [
|
|
"go fmt"
|
|
],
|
|
"*.{json,Dockerfile,sh,md,gitignore,env,mdx,yml,html}": [
|
|
"prettier --write"
|
|
],
|
|
".husky/pre-commit": [
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|