Add the @holllo/gram package.
This commit is contained in:
parent
11bb3c695c
commit
7312aa1039
|
@ -16,6 +16,7 @@
|
||||||
"test": "xo && stylelint 'source/**/*.scss' && tsc && c8 ava"
|
"test": "xo && stylelint 'source/**/*.scss' && tsc && c8 ava"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@holllo/gram": "^0.1.0",
|
||||||
"htm": "^3.1.0",
|
"htm": "^3.1.0",
|
||||||
"migration-helper": "^0.1.2",
|
"migration-helper": "^0.1.2",
|
||||||
"modern-normalize": "^1.1.0",
|
"modern-normalize": "^1.1.0",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
lockfileVersion: 5.3
|
lockfileVersion: 5.3
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
|
'@holllo/gram': ^0.1.0
|
||||||
'@preact/preset-vite': ^2.1.7
|
'@preact/preset-vite': ^2.1.7
|
||||||
'@types/webextension-polyfill': ^0.8.2
|
'@types/webextension-polyfill': ^0.8.2
|
||||||
ava: ^4.0.1
|
ava: ^4.0.1
|
||||||
|
@ -23,6 +24,7 @@ specifiers:
|
||||||
xo: ^0.48.0
|
xo: ^0.48.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@holllo/gram': 0.1.0_htm@3.1.0+preact@10.6.6
|
||||||
htm: 3.1.0
|
htm: 3.1.0
|
||||||
migration-helper: 0.1.2
|
migration-helper: 0.1.2
|
||||||
modern-normalize: 1.1.0
|
modern-normalize: 1.1.0
|
||||||
|
@ -349,6 +351,16 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@holllo/gram/0.1.0_htm@3.1.0+preact@10.6.6:
|
||||||
|
resolution: {integrity: sha512-91YcLRGUjNtFkE6qQhOuw6C2tNbJ7/SMdZa0hITjRLE2c7wzCSte5Wta9Uj3xLZh4kguO/S5QHmLHWmtUWqYog==}
|
||||||
|
peerDependencies:
|
||||||
|
htm: 3.x
|
||||||
|
preact: 10.x
|
||||||
|
dependencies:
|
||||||
|
htm: 3.1.0
|
||||||
|
preact: 10.6.6
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@humanwhocodes/config-array/0.9.5:
|
/@humanwhocodes/config-array/0.9.5:
|
||||||
resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==}
|
resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==}
|
||||||
engines: {node: '>=10.10.0'}
|
engines: {node: '>=10.10.0'}
|
||||||
|
|
Loading…
Reference in New Issue