mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.13 to 17.0.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "@roleypoly/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "cross-env BUILD_PATH=../../dist craco build",
|
|
"start": "cross-env PORT=6601 craco start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@reach/router": "^1.3.4",
|
|
"@roleypoly/design-system": "*",
|
|
"@roleypoly/misc-utils": "*",
|
|
"memoize-one": "^6.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-scripts": "5.0.0",
|
|
"typescript": "^4.5.5",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@craco/craco": "^7.0.0-alpha.0",
|
|
"@roleypoly/types": "*",
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^17.0.15",
|
|
"@types/reach__router": "^1.3.10",
|
|
"@types/react": "^17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-helmet": "^6.1.5",
|
|
"babel-loader": "8.2.3",
|
|
"cross-env": "7.0.3",
|
|
"jest": "^27.4.7",
|
|
"ts-loader": "^9.2.6",
|
|
"webpack": "5.67.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
}
|
|
}
|