| { | |
| "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" | |
| } | |
| } | |