{ "name": "spa_instat_tv", "version": "0.1.0", "private": true, "scripts": { "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", "lint": "eslint \"src/**/*.{ts,tsx}\"", "storybook": "start-storybook -p 9009 -s public", "build-storybook": "build-storybook -s public" }, "dependencies": { "date-fns": "^2.14.0", "history": "^4.10.1", "hls.js": "^0.14.15", "lodash": "^4.17.15", "node-sass": "^4.14.1", "react": "^16.13.1", "react-datepicker": "^3.1.3", "react-dom": "^16.13.1", "react-responsive": "^8.1.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", "screenfull": "^5.0.2", "styled-components": "^5.1.1" }, "devDependencies": { "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@storybook/addon-actions": "^5.3.19", "@storybook/addon-docs": "^5.3.19", "@storybook/addon-links": "^5.3.19", "@storybook/addons": "^5.3.19", "@storybook/preset-create-react-app": "^3.0.0", "@storybook/preset-typescript": "^3.0.0", "@storybook/react": "^5.3.19", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "@types/history": "^4.7.6", "@types/hls.js": "^0.13.2", "@types/jest": "^24.0.0", "@types/lodash": "^4.14.154", "@types/node": "^12.0.0", "@types/react": "^16.9.0", "@types/react-datepicker": "^3.0.2", "@types/react-dom": "^16.9.0", "@types/react-responsive": "^8.0.2", "@types/react-router": "^5.1.7", "@types/react-router-dom": "^5.1.5", "@types/styled-components": "^5.1.0", "commitizen": "^4.1.2", "eslint": "^6.8.0", "eslint-config-airbnb": "18.1.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-postro4no": "^0.0.7", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "2.5.0", "eslint-plugin-sort-destructure-keys": "^1.3.4", "eslint-plugin-typescript-sort-keys": "^1.2.0", "fork-ts-checker-webpack-plugin": "^4.1.6", "gzipper": "^3.7.0", "husky": "^4.2.5", "lint-staged": "^10.2.7", "storybook-addon-styled-component-theme": "^1.3.0", "ts-loader": "^7.0.5", "typescript": "^4.0.2" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "lint-staged": { "src/**/*.{ts,tsx}": [ "npm run lint -- --max-warnings 0", "npm run test -- --findRelatedTests" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }