mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"name": "@reactive-resume/utils",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"type": "commonjs",
|
|
"main": "./src/index.js",
|
|
"typings": "./src/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@swc/helpers": "~0.5.15",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.13",
|
|
"papaparse": "^5.5.2",
|
|
"sanitize-html": "^2.14.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"unique-names-generator": "^4.7.1",
|
|
"zod": "^3.24.1"
|
|
}
|
|
}
|