Remove external deps

This commit is contained in:
Guilherme Werner
2024-01-22 11:05:21 -03:00
parent 32a1300553
commit fd5829b4d2
2 changed files with 1 additions and 55 deletions

View File

@ -16,20 +16,10 @@
"build": "npm run clean && tsc && node scripts/esbuild.js"
},
"dependencies": {
"@tribufu/mintaka": "0.1.3",
"axios": "^1.6.3",
"camelcase-keys": "^9.1.2",
"fp-ts": "^2.16.1",
"json-bigint": "^1.0.0",
"jsonwebtoken": "^9.0.2",
"snakecase-keys": "^5.5.0",
"uuid": "^9.0.1"
"@tribufu/mintaka": "0.1.3"
},
"devDependencies": {
"@types/json-bigint": "^1.0.4",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.10.6",
"@types/uuid": "^9.0.7",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"esbuild": "^0.19.10",

44
pnpm-lock.yaml generated
View File

@ -8,41 +8,11 @@ dependencies:
'@tribufu/mintaka':
specifier: 0.1.3
version: 0.1.3
axios:
specifier: ^1.6.3
version: 1.6.4
camelcase-keys:
specifier: ^9.1.2
version: 9.1.2
fp-ts:
specifier: ^2.16.1
version: 2.16.2
json-bigint:
specifier: ^1.0.0
version: 1.0.0
jsonwebtoken:
specifier: ^9.0.2
version: 9.0.2
snakecase-keys:
specifier: ^5.5.0
version: 5.5.0
uuid:
specifier: ^9.0.1
version: 9.0.1
devDependencies:
'@types/json-bigint':
specifier: ^1.0.4
version: 1.0.4
'@types/jsonwebtoken':
specifier: ^9.0.5
version: 9.0.5
'@types/node':
specifier: ^20.10.6
version: 20.10.6
'@types/uuid':
specifier: ^9.0.7
version: 9.0.7
cross-env:
specifier: ^7.0.3
version: 7.0.3
@ -306,26 +276,12 @@ packages:
- debug
dev: false
/@types/json-bigint@1.0.4:
resolution: {integrity: sha512-ydHooXLbOmxBbubnA7Eh+RpBzuaIiQjh8WGJYQB50JFGFrdxW7JzVlyEV7fAXw0T2sqJ1ysTneJbiyNLqZRAag==}
dev: true
/@types/jsonwebtoken@9.0.5:
resolution: {integrity: sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==}
dependencies:
'@types/node': 20.10.6
dev: true
/@types/node@20.10.6:
resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==}
dependencies:
undici-types: 5.26.5
dev: true
/@types/uuid@9.0.7:
resolution: {integrity: sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==}
dev: true
/ansi-regex@5.0.1:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}