Skip to content

Commit

Permalink
feat: image paste and drop
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Jul 7, 2023
1 parent 62e33ca commit efb4add
Show file tree
Hide file tree
Showing 16 changed files with 888 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules/
docs
temp
etc
uploads
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,17 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.2",
"jsdom": "^22.1.0",
"multer": "1.4.5-lts.1",
"postcss": "^8.4.24",
"postcss-extend": "^1.0.5",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^11.2.2",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "^21.0.5",
"svgo": "^3.0.2",
"terser": "^5.17.6",
"typedoc": "^0.24.8",
Expand All @@ -145,8 +148,7 @@
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^0.31.1",
"semantic-release": "^21.0.5"
"vitest": "^0.31.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit efb4add

Please sign in to comment.