mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"name": "unicorn-utterances-site",
|
|
"private": true,
|
|
"description": "Learning programming from magically majestic words",
|
|
"version": "0.3.0-alpha.1",
|
|
"bugs": {
|
|
"url": "https://github.com/unicorn-utterances/unicorn-utterances/issues"
|
|
},
|
|
"homepage": "https://unicorn-utterances.com",
|
|
"keywords": [
|
|
"blog",
|
|
"education",
|
|
"programming"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unicorn-utterances/unicorn-utterances.git"
|
|
},
|
|
"scripts": {
|
|
"debug": "node --inspect-brk ./node_modules/astro/astro.js dev --experimental-integrations",
|
|
"dev": "astro dev --experimental-integrations",
|
|
"start": "astro dev --experimental-integrations",
|
|
"build": "astro build --experimental-integrations",
|
|
"preview": "astro preview --experimental-integrations",
|
|
"host:local": "cd dist && ws --http2 --compress",
|
|
"format": "prettier -w . --cache --plugin-search-dir=.",
|
|
"lint": "eslint . --ext .js,.ts,.astro"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/image": "^0.7.1",
|
|
"@remark-embedder/core": "^3.0.1",
|
|
"@remark-embedder/transformer-oembed": "^3.0.0",
|
|
"@types/classnames": "^2.3.1",
|
|
"@types/node": "^18.7.18",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"astro": "^1.2.8",
|
|
"astro-icon": "^0.7.3",
|
|
"classnames": "^2.3.2",
|
|
"dayjs": "^1.11.5",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-astro": "^0.19.0",
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
"gatsby-remark-embedder": "^6.0.1",
|
|
"gray-matter": "^4.0.3",
|
|
"hast": "^1.0.0",
|
|
"hast-util-from-html": "^1.0.0",
|
|
"hast-util-has-property": "^2.0.0",
|
|
"hast-util-heading-rank": "^2.1.0",
|
|
"hast-util-to-string": "^2.0.0",
|
|
"image-size": "^1.0.2",
|
|
"junk": "^4.0.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-astro": "^0.5.4",
|
|
"rehype-raw": "^6.1.1",
|
|
"rehype-retext": "^3.0.2",
|
|
"rehype-slug-custom-id": "^1.1.0",
|
|
"remark-behead": "^3.1.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-shiki-twoslash": "^3.1.0",
|
|
"remark-unwrap-images": "^3.0.1",
|
|
"retext-english": "^4.1.0",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"sass": "^1.54.9",
|
|
"slash": "^4.0.0",
|
|
"terser": "^5.15.0",
|
|
"unified": "^10.1.2",
|
|
"unist-util-replace-all-between": "^0.1.1",
|
|
"unist-util-visit": "^4.1.1"
|
|
}
|
|
}
|