Skip to content

Commit

Permalink
chore: 🤖 add perf test page to the viewer (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf authored Aug 29, 2024
1 parent b7148b9 commit 61a435c
Show file tree
Hide file tree
Showing 107 changed files with 749,694 additions and 29 deletions.
7 changes: 0 additions & 7 deletions apps/dotlottie-viewer/CHANGELOG.md

This file was deleted.

13 changes: 11 additions & 2 deletions apps/dotlottie-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,39 @@
"name": "dotlottie-viewer",
"version": "0.0.1",
"type": "module",
"homepage": "https://lottiefiles.github.io/dotlottie-web/",
"private": true,
"scripts": {
"build": "tsc && vite build",
"build": "tsc && vite build && cp dist/index.html dist/404.html",
"dev": "vite --mode=development",
"preview": "vite preview"
},
"dependencies": {
"@dotlottie/react-player": "^1.6.19",
"@heroicons/react": "^2.1.5",
"@lottiefiles/dotlottie-react": "workspace:*",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@reduxjs/toolkit": "^2.2.3",
"autoprefixer": "^10.4.19",
"canvaskit-wasm": "^0.39.1",
"lottie-web": "^5.12.2",
"postcss": "8.4.32",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^5.0.1",
"react-range": "^1.8.14",
"react-redux": "^9.1.0",
"react-router-dom": "^6.26.1",
"react-toastify": "^10.0.5",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
Loading

0 comments on commit 61a435c

Please sign in to comment.