{ "name": "timeline", "version": "0.3.0", "private": true, "homepage": "https://timeline.crupest.life", "keywords": [], "description": "Timeline app.", "dependencies": { "axios": "^0.21.1", "bootstrap": "^5.0.0", "bootstrap-icons": "^1.5.0", "classnames": "^2.3.1", "color": "^3.1.3", "core-js": "^3.12.1", "i18next": "^20.2.2", "i18next-browser-languagedetector": "^6.1.1", "js-base64": "^3.6.0", "lodash": "^4.17.21", "pepjs": "^0.5.3", "react": "^17.0.1", "react-bootstrap": "^2.0.0-alpha.1", "react-color": "^2.19.3", "react-dom": "^17.0.2", "react-i18next": "^11.8.15", "react-inlinesvg": "^2.3.0", "react-responsive": "^8.2.0", "react-router": "^5.2.0", "react-router-bootstrap": "^0.25.0", "react-router-dom": "^5.2.0", "regenerator-runtime": "^0.13.7", "remarkable": "^2.0.1", "rxjs": "^7.0.1", "workbox-cacheable-response": "^6.1.5", "workbox-expiration": "^6.1.2", "workbox-precaching": "^6.1.0", "workbox-routing": "^6.1.5", "workbox-strategies": "^6.1.0", "workbox-window": "^6.1.1", "xregexp": "^5.0.2" }, "scripts": { "start": "webpack serve --config ./webpack.config.dev.js", "build": "webpack --config ./webpack.config.prod.js", "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx", "lint:fix": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx --fix" }, "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.14.2", "@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/plugin-proposal-decorators": "^7.14.2", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.14.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.14.2", "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7", "@types/color": "^3.0.1", "@types/lodash": "^4.14.169", "@types/node": "^15.0.3", "@types/react": "^17.0.5", "@types/react-color": "^3.0.4", "@types/react-dom": "^17.0.4", "@types/react-responsive": "^8.0.2", "@types/react-router": "^5.1.13", "@types/react-router-bootstrap": "^0.24.5", "@types/react-router-dom": "^5.1.7", "@types/remarkable": "^2.0.1", "@types/webpack-env": "^1.16.0", "@types/xregexp": "^4.3.0", "@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/parser": "^4.23.0", "@yarnpkg/pnpify": "^2.4.0", "babel-loader": "^8.2.2", "babel-plugin-transform-builtin-extend": "^1.1.2", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^8.1.1", "css-loader": "^5.2.4", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "file-loader": "^6.2.0", "html-webpack-plugin": "5.3.1", "http-server": "^0.12.3", "mini-css-extract-plugin": "^1.6.0", "postcss": "^8.2.15", "postcss-loader": "^5.2.0", "postcss-preset-env": "^6.7.0", "prettier": "^2.3.0", "querystring-es3": "^0.2.1", "react-refresh": "^0.10.0", "sass": "^1.32.13", "sass-loader": "^11.1.0", "style-loader": "^2.0.0", "ts-loader": "^9.1.2", "typescript": "^4.2.4", "url-loader": "^4.1.1", "webpack": "^5.37.0", "webpack-chain": "^6.5.1", "webpack-cli": "^4.7.0", "webpack-dev-server": "^3.11.2", "workbox-webpack-plugin": "^6.1.5" } }