{ "name": "timeline", "version": "0.4.0", "private": true, "homepage": "https://timeline.crupest.life", "keywords": [], "description": "Timeline app.", "dependencies": { "@microsoft/signalr": "^5.0.7", "axios": "^0.21.1", "bootstrap": "^5.0.1", "bootstrap-icons": "^1.5.0", "classnames": "^2.3.1", "color": "^3.1.3", "core-js": "^3.15.0", "i18next": "^20.3.2", "i18next-browser-languagedetector": "^6.1.2", "js-base64": "^3.6.1", "lodash": "^4.17.21", "moment": "^2.29.1", "pepjs": "^0.5.3", "react": "^17.0.1", "react-bootstrap": "^2.0.0-beta.2", "react-color": "^2.19.3", "react-dom": "^17.0.2", "react-i18next": "^11.11.0", "react-responsive": "^8.2.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "regenerator-runtime": "^0.13.7", "remarkable": "^2.0.1", "rxjs": "^7.1.0", "xregexp": "^5.0.2", "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" }, "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.1", "@types/lodash": "^4.14.170", "@types/node": "^15.12.4", "@types/react": "^17.0.11", "@types/react-color": "^3.0.4", "@types/react-dom": "^17.0.8", "@types/react-responsive": "^8.0.2", "@types/react-router": "^5.1.15", "@types/react-router-dom": "^5.1.7", "@types/remarkable": "^2.0.2", "@typescript-eslint/eslint-plugin": "^4.28.0", "@typescript-eslint/parser": "^4.28.0", "@vitejs/plugin-react-refresh": "^1.3.3", "eslint": "^7.29.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "^2.3.1", "typescript": "^4.3.4", "vite": "^2.3.8", "vite-plugin-pwa": "^0.8.1" } }