{ "name": "timeline", "version": "0.4.0", "private": true, "homepage": "https://crupest.space", "keywords": [], "description": "Timeline app.", "type": "module", "dependencies": { "@microsoft/signalr": "^7.0.0", "@popperjs/core": "^2.11.6", "axios": "^1.1.3", "bootstrap": "^5.2.2", "bootstrap-icons": "^1.9.1", "classnames": "^2.3.2", "color": "^4.2.3", "core-js": "^3.26.0", "i18next": "^22.0.3", "i18next-browser-languagedetector": "^7.0.0", "js-base64": "^3.7.2", "lodash": "^4.17.21", "marked": "^4.1.1", "moment": "^2.29.4", "pepjs": "^0.5.3", "react": "^18.2.0", "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-i18next": "^12.0.0", "react-popper": "^2.3.0", "react-responsive": "^9.0.0", "react-router-dom": "^6.4.2", "react-transition-group": "^4.4.5", "regenerator-runtime": "^0.13.10", "rxjs": "^7.5.7", "workbox-cacheable-response": "^6.5.4", "workbox-expiration": "^6.5.4", "workbox-precaching": "^6.5.4", "workbox-routing": "^6.5.4", "workbox-strategies": "^6.5.4", "workbox-window": "^6.5.4", "xregexp": "^5.1.1" }, "scripts": { "start": "vite", "build": "tsc && vite build", "preview": "vite preview", "type-check": "tsc", "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": { "@tsconfig/vite-react": "^1.0.1", "@types/color": "^3.0.3", "@types/lodash": "^4.14.186", "@types/marked": "^4.0.7", "@types/node": "^18.11.7", "@types/react": "^18.0.24", "@types/react-color": "^3.0.6", "@types/react-dom": "^18.0.8", "@types/react-responsive": "^8.0.5", "@types/react-transition-group": "^4.4.5", "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "@vitejs/plugin-react": "^2.2.0", "eslint": "^8.26.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "^2.7.1", "typescript": "^4.8.4", "vite": "^3.2.0", "vite-plugin-pwa": "^0.13.1" } }