mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-05 14:36:09 +00:00
delete swc dependencie
This commit is contained in:
parent
b131c2f9bd
commit
ca54b68f23
1510
package-lock.json
generated
1510
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,6 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --outDir ./lib",
|
"build": "tsc --outDir ./lib",
|
||||||
"dev": "swc src -d lib -w",
|
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"prepare": "npm run build && husky install",
|
"prepare": "npm run build && husky install",
|
||||||
"lint": "biome lint --apply ./src",
|
"lint": "biome lint --apply ./src",
|
||||||
@ -33,13 +32,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"lint-staged": "^15.2.2",
|
|
||||||
"@biomejs/biome": "1.5.0",
|
"@biomejs/biome": "1.5.0",
|
||||||
"@swc/cli": "^0.1.63",
|
|
||||||
"@swc/core": "^1.3.102",
|
|
||||||
"@types/node": "^20.10.7",
|
"@types/node": "^20.10.7",
|
||||||
"@types/ws": "^8.5.10",
|
"@types/ws": "^8.5.10",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
|
"lint-staged": "^15.2.2",
|
||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user