|
|
|
|
@ -3,8 +3,8 @@ |
|
|
|
|
"version": "0.1.0", |
|
|
|
|
"private": true, |
|
|
|
|
"scripts": { |
|
|
|
|
"start": "DISABLE_NEW_JSX_TRANSFORM=true react-scripts start", |
|
|
|
|
"build": "DISABLE_NEW_JSX_TRANSFORM=true GENERATE_SOURCEMAP=false react-scripts build && gzipper --verbose ./build", |
|
|
|
|
"start": "react-scripts start", |
|
|
|
|
"build": "GENERATE_SOURCEMAP=false react-scripts build && gzipper --verbose ./build", |
|
|
|
|
"test": "react-scripts test --testMatch '**/__tests__/*' --passWithNoTests --watchAll=false", |
|
|
|
|
"test:watch": "react-scripts test --testMatch '**/__tests__/*'", |
|
|
|
|
"eject": "react-scripts eject", |
|
|
|
|
@ -17,9 +17,9 @@ |
|
|
|
|
"history": "^4.10.1", |
|
|
|
|
"hls.js": "^0.14.15", |
|
|
|
|
"lodash": "^4.17.15", |
|
|
|
|
"react": "^16.13.1", |
|
|
|
|
"react": "^17.0.1", |
|
|
|
|
"react-datepicker": "^3.1.3", |
|
|
|
|
"react-dom": "^16.13.1", |
|
|
|
|
"react-dom": "^17.0.1", |
|
|
|
|
"react-router": "^5.2.0", |
|
|
|
|
"react-router-dom": "^5.2.0", |
|
|
|
|
"react-scripts": "^4.0.1", |
|
|
|
|
@ -44,12 +44,12 @@ |
|
|
|
|
"@types/jest": "^26.0.15", |
|
|
|
|
"@types/lodash": "^4.14.154", |
|
|
|
|
"@types/node": "^12.0.0", |
|
|
|
|
"@types/react": "^16.9.0", |
|
|
|
|
"@types/react": "^17.0.0", |
|
|
|
|
"@types/react-datepicker": "^3.0.2", |
|
|
|
|
"@types/react-dom": "^16.9.0", |
|
|
|
|
"@types/react-dom": "^17.0.0", |
|
|
|
|
"@types/react-responsive": "^8.0.2", |
|
|
|
|
"@types/react-router": "^5.1.7", |
|
|
|
|
"@types/react-router-dom": "^5.1.5", |
|
|
|
|
"@types/react-router": "^5.1.8", |
|
|
|
|
"@types/react-router-dom": "^5.1.6", |
|
|
|
|
"@types/styled-components": "^5.1.0", |
|
|
|
|
"commitizen": "^4.1.2", |
|
|
|
|
"eslint": "^7.14.0", |
|
|
|
|
@ -67,7 +67,7 @@ |
|
|
|
|
"lint-staged": "^10.2.7", |
|
|
|
|
"storybook-addon-styled-component-theme": "^1.3.0", |
|
|
|
|
"ts-loader": "^7.0.5", |
|
|
|
|
"typescript": "^4.0.5" |
|
|
|
|
"typescript": "^4.1.2" |
|
|
|
|
}, |
|
|
|
|
"config": { |
|
|
|
|
"commitizen": { |
|
|
|
|
|