{ "name": "timeline", "version": "0.1.0", "private": true, "homepage": "https://crupest.xyz", "keywords": [], "description": "Timeline app.", "dependencies": { "axios": "^0.21.0", "bootstrap": "^4.5.3", "bootstrap-icons": "^1.0.0", "classnames": "^2.2.6", "clsx": "^1.1.1", "core-js": "^3.6.5", "i18next": "^19.8.3", "i18next-browser-languagedetector": "^6.0.1", "localforage": "^1.9.0", "lodash": "^4.17.20", "pepjs": "^0.5.2", "react": "^17.0.1", "react-bootstrap": "^1.4.0", "react-dom": "^17.0.1", "react-hot-loader": "^4.13.0", "react-i18next": "^11.7.3", "react-inlinesvg": "^2.1.1", "react-responsive": "^8.1.0", "react-router": "^5.2.0", "react-router-bootstrap": "^0.25.0", "react-router-dom": "^5.2.0", "regenerator-runtime": "^0.13.7", "rxjs": "^6.6.3", "workbox-precaching": "^5.1.4", "workbox-routing": "^5.1.4", "workbox-strategies": "^5.1.4", "workbox-window": "^5.1.4", "xregexp": "^4.3.0" }, "scripts": { "start": "webpack-dev-server --config ./webpack.config.dev.js", "build": "webpack --config ./webpack.config.prod.js", "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/core": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-decorators": "^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@hot-loader/react-dom": "^17.0.0", "@types/classnames": "^2.2.10", "@types/lodash": "^4.14.162", "@types/node": "^14.14.5", "@types/react": "^16.9.53", "@types/react-dom": "^16.9.8", "@types/react-responsive": "^8.0.2", "@types/react-router": "^5.1.8", "@types/react-router-bootstrap": "^0.24.5", "@types/react-router-dom": "^5.1.6", "@types/webpack-env": "^1.15.3", "@types/xregexp": "^4.3.0", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "@yarnpkg/pnpify": "^2.3.3", "babel-loader": "^8.1.0", "babel-plugin-transform-builtin-extend": "^1.1.2", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^6.2.1", "css-loader": "^5.0.0", "eslint": "^7.12.1", "eslint-config-prettier": "^6.14.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "file-loader": "^6.1.1", "html-webpack-plugin": "^4.5.0", "http-server": "^0.12.3", "mini-css-extract-plugin": "^1.2.0", "postcss": "^8.1.4", "postcss-loader": "^4.0.4", "postcss-preset-env": "^6.7.0", "prettier": "^2.1.2", "sass": "^1.27.0", "sass-loader": "^10.0.4", "style-loader": "^2.0.0", "ts-loader": "^8.0.7", "typescript": "^4.0.5", "url-loader": "^4.1.1", "webpack": "^5.2.0", "webpack-chain": "^6.5.1", "webpack-cli": "^4.1.0", "webpack-dev-server": "^3.11.0", "workbox-webpack-plugin": "^5.1.4" } }