2021-03-19 21:17:38 +00:00
|
|
|
{
|
2021-04-30 21:33:35 +00:00
|
|
|
"name": "@example/snowpack",
|
|
|
|
"private": true,
|
2021-03-19 21:17:38 +00:00
|
|
|
"version": "3.0.0",
|
|
|
|
"scripts": {
|
2021-04-30 21:33:35 +00:00
|
|
|
"start": "astro dev",
|
2021-04-12 12:26:59 +00:00
|
|
|
"build": "astro build",
|
2021-04-30 21:33:35 +00:00
|
|
|
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'",
|
2021-03-19 21:17:38 +00:00
|
|
|
"test": "jest /__test__/",
|
|
|
|
"format": "prettier --write \"src/**/*.js\" && yarn format:css",
|
|
|
|
"lint": "prettier --check \"src/**/*.js\""
|
|
|
|
},
|
2021-03-23 00:06:58 +00:00
|
|
|
"dependencies": {
|
2021-06-14 20:12:55 +00:00
|
|
|
"astro": "^0.13.6",
|
2021-03-23 00:06:58 +00:00
|
|
|
"date-fns": "^2.19.0",
|
|
|
|
"deepmerge": "^4.2.2",
|
|
|
|
"docsearch.js": "^2.6.3",
|
|
|
|
"htm": "^3.0.4",
|
|
|
|
"mdast-util-from-markdown": "^0.8.5",
|
2021-03-26 19:14:32 +00:00
|
|
|
"mdast-util-toc": "^5.1.0"
|
2021-03-23 00:06:58 +00:00
|
|
|
},
|
2021-03-19 21:17:38 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@11ty/eleventy": "^0.11.0",
|
|
|
|
"@11ty/eleventy-plugin-rss": "^1.0.9",
|
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
|
|
|
|
"@contentful/rich-text-html-renderer": "^14.1.2",
|
|
|
|
"@contentful/rich-text-types": "^14.1.2",
|
2021-06-14 20:12:55 +00:00
|
|
|
"astro": "^0.13.6",
|
2021-03-19 21:17:38 +00:00
|
|
|
"eleventy-plugin-nesting-toc": "^1.2.0",
|
|
|
|
"luxon": "^1.25.0",
|
|
|
|
"markdown-it": "^12.0.2",
|
|
|
|
"markdown-it-anchor": "^6.0.0",
|
2021-05-21 20:02:19 +00:00
|
|
|
"nodemon": "^2.0.7"
|
2021-04-30 21:33:35 +00:00
|
|
|
},
|
|
|
|
"snowpack": {
|
|
|
|
"workspaceRoot": "../.."
|
2021-03-19 21:17:38 +00:00
|
|
|
}
|
|
|
|
}
|