mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-14 20:08:33 +05:30
feat: csv to json
This commit is contained in:
parent
4e1d2468df
commit
cf1c0e7e57
10 changed files with 984 additions and 104 deletions
|
|
@ -38,6 +38,7 @@
|
|||
"color": "^4.2.3",
|
||||
"formik": "^2.4.6",
|
||||
"jimp": "^0.22.12",
|
||||
"lint-staged": "^15.4.3",
|
||||
"lodash": "^4.17.21",
|
||||
"morsee": "^1.0.9",
|
||||
"notistack": "^3.0.1",
|
||||
|
|
@ -83,5 +84,8 @@
|
|||
"vite": "^5.2.11",
|
||||
"vite-tsconfig-paths": "^4.3.2",
|
||||
"vitest": "^1.6.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,js,jsx,json}": "prettier --write"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue