34 lines
885 B
JSON
34 lines
885 B
JSON
|
{
|
||
|
"name": "@tavi/util",
|
||
|
"version": "1.0.0",
|
||
|
"module": "dist/index.esm.mjs",
|
||
|
"main": "dist/index.js",
|
||
|
"types": "dist/types/index.d.ts",
|
||
|
"scripts": {
|
||
|
"build": "rollup -c --bundleConfigAsCjs"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rollup/plugin-commonjs": "^24.1.0",
|
||
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
||
|
"rollup": "^3.21.5",
|
||
|
"rollup-plugin-typescript2": "^0.34.1",
|
||
|
"typescript": "^5.0.2",
|
||
|
"@types/node": "18.16.3",
|
||
|
"@types/react": "^18.0.28",
|
||
|
"@types/react-dom": "^18.0.11",
|
||
|
"@types/react-router-dom": "5.3.3",
|
||
|
"tslib": "2.6.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"typescript": "^5.0.4",
|
||
|
"axios": "1.4.0",
|
||
|
"react": "18.2.0",
|
||
|
"react-dom": "18.2.0",
|
||
|
"react-router-dom": "6.11.2",
|
||
|
"html2canvas": "1.4.1",
|
||
|
"jspdf": "2.5.1",
|
||
|
"@fingerprintjs/fingerprintjs": "4.0.1",
|
||
|
"flatted": "3.2.7",
|
||
|
"crypto-js": "4.1.1"
|
||
|
}
|
||
|
}
|