Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
feat: persist stoage into file & bundle preload
Browse files Browse the repository at this point in the history
  • Loading branch information
flytam committed Apr 2, 2023
1 parent 221a855 commit 904599e
Show file tree
Hide file tree
Showing 19 changed files with 1,199 additions and 99 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.rollup.cache
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@
"axios": "^1.3.4",
"clipboard-event": "^1.6.0",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"observe-element-in-viewport": "^0.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-view": "^1.2.3",
"vconsole": "^3.15.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
Expand All @@ -37,6 +42,9 @@
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"rollup": "^3.20.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"utools-api-types": "^3.0.0",
Expand Down
Loading

0 comments on commit 904599e

Please sign in to comment.