mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add esbuild yarn plugin
This commit is contained in:
parent
9100a7ab05
commit
9595abb3fd
1 changed files with 4 additions and 3 deletions
|
@ -3,15 +3,16 @@
|
|||
"version": "0.1.0",
|
||||
"description": "Vimperator/Pentadactyl successor",
|
||||
"browser": {
|
||||
"url": false,
|
||||
"fs": false,
|
||||
"https": false,
|
||||
"http": false,
|
||||
"https": false,
|
||||
"path": false,
|
||||
"stream": "stream-browserify",
|
||||
"timers": false,
|
||||
"stream": "stream-browserify"
|
||||
"url": false
|
||||
},
|
||||
"dependencies": {
|
||||
"@yarnpkg/esbuild-plugin-pnp": "^1.0.1-rc.1",
|
||||
"cleanslate": "^0.10.1",
|
||||
"csp-serdes": "github:cmcaine/csp-serdes",
|
||||
"css": "^3.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue