mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -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",
|
"version": "0.1.0",
|
||||||
"description": "Vimperator/Pentadactyl successor",
|
"description": "Vimperator/Pentadactyl successor",
|
||||||
"browser": {
|
"browser": {
|
||||||
"url": false,
|
|
||||||
"fs": false,
|
"fs": false,
|
||||||
"https": false,
|
|
||||||
"http": false,
|
"http": false,
|
||||||
|
"https": false,
|
||||||
"path": false,
|
"path": false,
|
||||||
|
"stream": "stream-browserify",
|
||||||
"timers": false,
|
"timers": false,
|
||||||
"stream": "stream-browserify"
|
"url": false
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@yarnpkg/esbuild-plugin-pnp": "^1.0.1-rc.1",
|
||||||
"cleanslate": "^0.10.1",
|
"cleanslate": "^0.10.1",
|
||||||
"csp-serdes": "github:cmcaine/csp-serdes",
|
"csp-serdes": "github:cmcaine/csp-serdes",
|
||||||
"css": "^3.0.0",
|
"css": "^3.0.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue