mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "nitro-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.11.10",
|
|
"@testing-library/react": "^11.2.6",
|
|
"@testing-library/user-event": "^12.8.3",
|
|
"@types/jest": "^26.0.22",
|
|
"@types/node": "^12.20.7",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"animate.css": "^4.1.1",
|
|
"classnames": "^2.3.1",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"nitro-renderer": "file:../nitro-renderer",
|
|
"node-sass": "^5.0.0",
|
|
"rc-slider": "^9.7.2",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^2.0.0-alpha.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-draggable": "^4.4.3",
|
|
"react-google-recaptcha": "^2.1.0",
|
|
"react-redux": "^7.2.3",
|
|
"react-scripts": "4.0.3",
|
|
"react-transition-group": "^4.4.1",
|
|
"redux": "^4.0.5",
|
|
"typescript": "^4.2.4",
|
|
"web-vitals": "^1.1.1"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./webpack-patcher.js",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
],
|
|
"rules": {
|
|
"no-switch-case-fall-through": [
|
|
"off"
|
|
]
|
|
}
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-slider": "^1.3.0",
|
|
"@types/react-transition-group": "^4.4.1"
|
|
}
|
|
}
|