mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.2 to 14.14.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com>
93 lines
3.4 KiB
JSON
93 lines
3.4 KiB
JSON
{
|
|
"name": "roleypoly",
|
|
"version": "1.0.0",
|
|
"description": "https://roleypoly.com",
|
|
"homepage": "https://github.com/roleypoly/roleypoly#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/roleypoly/roleypoly/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/roleypoly/roleypoly.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Katalina Okano <git@kat.cafe>",
|
|
"scripts": {
|
|
"lint": "run-p -c lint:* --",
|
|
"lint:eslint": "eslint",
|
|
"lint:prettier": "cross-env prettier -c '**/*.{ts,tsx,css,yml,yaml,md,json,js,jsx,sh,gitignore,mdx}'",
|
|
"lint:stylelint": "cross-env stylelint '**/*.{ts,tsx}'",
|
|
"now-build": "run-s storybook:build",
|
|
"storybook": "start-storybook -p 6006 --no-dll",
|
|
"storybook:build": "build-storybook --no-dll",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@improbable-eng/grpc-web": "^0.13.0",
|
|
"browser-headers": "^0.4.1",
|
|
"chroma-js": "^2.1.0",
|
|
"google-protobuf": "^3.13.0",
|
|
"next": "^9.5.5",
|
|
"react": "^17.0.1",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-icons": "^3.11.0",
|
|
"react-tooltip": "^4.2.10",
|
|
"styled-components": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@bazel/typescript": "^2.2.2",
|
|
"@storybook/addon-actions": "^6.0.27",
|
|
"@storybook/addon-essentials": "^6.0.27",
|
|
"@storybook/addon-links": "^6.0.27",
|
|
"@storybook/addons": "^6.0.27",
|
|
"@storybook/react": "^6.0.27",
|
|
"@storybook/theming": "^6.0.27",
|
|
"@types/chroma-js": "^2.1.0",
|
|
"@types/enzyme": "^3.10.7",
|
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
"@types/google-protobuf": "^3.7.3",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/minimist": "^1.2.0",
|
|
"@types/node": "^14.14.10",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-custom-scrollbars": "^4.0.7",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/styled-components": "^5.1.4",
|
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
"@typescript-eslint/eslint-plugin-tslint": "^4.5.0",
|
|
"@typescript-eslint/parser": "^4.5.0",
|
|
"babel-jest": "^26.6.1",
|
|
"babel-loader": "^8.1.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
"enzyme-to-json": "^3.6.1",
|
|
"eslint": "^7.12.0",
|
|
"eslint-config-prettier": "^6.14.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^30.7.3",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"jest": "^26.6.1",
|
|
"jest-cli": "^26.6.1",
|
|
"jest-environment-enzyme": "^7.1.2",
|
|
"jest-enzyme": "^7.1.2",
|
|
"jest-react-hooks-shallow": "^1.4.1",
|
|
"jest-styled-components": "^7.0.3",
|
|
"minimist": "^1.2.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.1.2",
|
|
"prettier-plugin-packagejson": "^2.2.7",
|
|
"prettier-plugin-sh": "^0.6.0",
|
|
"react-is": "^17.0.1",
|
|
"stylelint": "^13.7.2",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-config-styled-components": "^0.1.1",
|
|
"stylelint-prettier": "^1.1.2",
|
|
"stylelint-processor-styled-components": "^1.10.0",
|
|
"ts-jest": "^26.4.2",
|
|
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|