mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
refactor(v4.0.0-alpha): beginning of a new era
This commit is contained in:
19
libs/utils/package.json
Normal file
19
libs/utils/package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@reactive-resume/utils",
|
||||
"version": "0.0.3",
|
||||
"private": false,
|
||||
"type": "commonjs",
|
||||
"main": "./src/index.js",
|
||||
"typings": "./src/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@swc/helpers": "~0.5.2",
|
||||
"dayjs": "^1.11.10",
|
||||
"clsx": "^2.0.0",
|
||||
"tailwind-merge": "^2.0.0",
|
||||
"papaparse": "^5.4.1",
|
||||
"unique-names-generator": "^4.7.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user