{ "name": "timeline", "version": "0.4.0", "private": true, "homepage": "https://timeline.crupest.life", "keywords": [], "description": "Timeline app.", "dependencies": { "@microsoft/signalr": "^6.0.0", "@popperjs/core": "^2.10.2", "axios": "^0.24.0", "bootstrap": "^5.1.3", "bootstrap-icons": "^1.7.1", "classnames": "^2.3.1", "color": "^4.0.1", "core-js": "^3.19.1", "i18next": "^21.5.2", "i18next-browser-languagedetector": "^6.1.2", "js-base64": "^3.7.2", "lodash": "^4.17.21", "moment": "^2.29.1", "pepjs": "^0.5.3", "react": "^17.0.1", "react-color": "^2.19.3", "react-dom": "^17.0.2", "react-i18next": "^11.14.2", "react-popper": "^2.2.5", "react-responsive": "^8.2.0", "react-router-dom": "^6.0.0", "react-transition-group": "^4.4.2", "regenerator-runtime": "^0.13.9", "remarkable": "^2.0.1", "rxjs": "^7.4.0", "workbox-cacheable-response": "^6.3.0", "workbox-expiration": "^6.3.0", "workbox-precaching": "^6.4.1", "workbox-routing": "^6.3.0", "workbox-strategies": "^6.4.1", "workbox-window": "^6.3.0", "xregexp": "^5.1.0" }, "scripts": { "start": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx", "lint:fix": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx --fix" }, "devDependencies": { "@types/color": "^3.0.2", "@types/lodash": "^4.14.177", "@types/node": "^16.11.7", "@types/react": "^17.0.35", "@types/react-color": "^3.0.6", "@types/react-dom": "^17.0.11", "@types/react-responsive": "^8.0.4", "@types/react-transition-group": "^4.4.4", "@types/remarkable": "^2.0.3", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "^5.5.0", "@vitejs/plugin-react-refresh": "^1.3.6", "eslint": "^8.4.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.27.0", "eslint-plugin-react-hooks": "^4.3.0", "prettier": "^2.4.1", "typescript": "^4.4.4", "vite": "^2.6.14", "vite-plugin-pwa": "^0.11.10" } }