Vite plugin to add svg as inline data (#1072)

* add vite plugin to add svg as inline data

* Add node types package
This commit is contained in:
Ajay Bura 2023-01-15 09:52:58 +05:30 committed by GitHub
parent 9a34daa2bc
commit 38bbc1c6f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 7 deletions

View file

@ -51,6 +51,7 @@
},
"devDependencies": {
"@rollup/plugin-wasm": "6.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.46.1",
@ -63,6 +64,7 @@
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"mini-svg-data-uri": "1.4.4",
"prettier": "2.8.1",
"sass": "1.56.2",
"typescript": "4.9.4",