Fix license, remove Prism package
This commit is contained in:
parent
b1d980d96b
commit
3c5539161f
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "butterflyvu",
|
"name": "butterflyvu",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.7",
|
"version": "0.1.8",
|
||||||
"license": "GPL-3.0-only",
|
"license": "MIT NON-AI License",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "SudoVanilla"
|
"name": "SudoVanilla"
|
||||||
},
|
},
|
||||||
|
@ -25,21 +25,21 @@
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"postbuild": "pagefind --root-selector article --site dist/",
|
"postbuild": "pagefind --root-selector article --site dist/",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"docker:start": "docker compose up -d",
|
|
||||||
"docker:stop": "docker compose down",
|
|
||||||
"docker:build": "buildah build -t oci.registry.sudovanilla.org/butterflyvu --no-cache",
|
"docker:build": "buildah build -t oci.registry.sudovanilla.org/butterflyvu --no-cache",
|
||||||
"docker:push": "buildah push oci.registry.sudovanilla.org/butterflyvu"
|
"docker:push": "buildah push oci.registry.sudovanilla.org/butterflyvu"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "4.0.3",
|
"@astrojs/mdx": "4.0.3",
|
||||||
"@astrojs/prism": "3.2.0",
|
|
||||||
"@astrojs/vue": "^5.0.3",
|
"@astrojs/vue": "^5.0.3",
|
||||||
"@iconoir/vue": "^7.10.1",
|
"@iconoir/vue": "^7.10.1",
|
||||||
"@minpluto/zorn": "^0.4.83",
|
"@minpluto/zorn": "^0.4.83",
|
||||||
"astro": "5.1.1",
|
"astro": "5.1.1",
|
||||||
"astro-analytics": "^2.7.0",
|
"astro-analytics": "^2.7.0",
|
||||||
"astro-bun-adapter": "^1.0.2",
|
"astro-bun-adapter": "^1.0.2",
|
||||||
|
"astro-compressor": "^1.0.0",
|
||||||
"astro-feelback": "^0.3.4",
|
"astro-feelback": "^0.3.4",
|
||||||
|
"astro-keyboard-controls": "^1.0.0",
|
||||||
|
"astro-page-insight": "^0.10.0",
|
||||||
"astro-pagefind": "^1.7.0",
|
"astro-pagefind": "^1.7.0",
|
||||||
"astro-seo": "^0.8.4",
|
"astro-seo": "^0.8.4",
|
||||||
"markdoc": "^0.1.3"
|
"markdoc": "^0.1.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue