2021-03-19 17:17:38 -04:00
|
|
|
{
|
2021-06-29 11:05:33 -05:00
|
|
|
"name": "@example/snowpack",
|
|
|
|
"version": "0.0.1",
|
2021-04-30 16:33:35 -05:00
|
|
|
"private": true,
|
2021-08-10 01:24:25 +01:00
|
|
|
"description": "Astro's First Template, everything has a beginning, and this for Astro's templates, was our 'Hello World'",
|
|
|
|
"keywords": ["kitchen-sink","template","astro"],
|
|
|
|
"repository": {
|
|
|
|
"directory": "/examples/snowpack",
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/snowpackjs/astro/tree/main"
|
|
|
|
},
|
2021-03-19 17:17:38 -04:00
|
|
|
"scripts": {
|
2021-04-30 16:33:35 -05:00
|
|
|
"start": "astro dev",
|
2021-04-12 08:26:59 -04:00
|
|
|
"build": "astro build",
|
2021-08-26 12:08:52 -07:00
|
|
|
"preview": "astro preview",
|
2021-03-19 17:17:38 -04:00
|
|
|
"test": "jest /__test__/",
|
|
|
|
"format": "prettier --write \"src/**/*.js\" && yarn format:css",
|
|
|
|
"lint": "prettier --check \"src/**/*.js\""
|
|
|
|
},
|
2021-03-22 18:06:58 -06:00
|
|
|
"dependencies": {
|
|
|
|
"date-fns": "^2.19.0",
|
|
|
|
"deepmerge": "^4.2.2",
|
|
|
|
"docsearch.js": "^2.6.3",
|
2021-07-22 15:29:32 -07:00
|
|
|
"htm": "^3.0.4"
|
2021-03-22 18:06:58 -06:00
|
|
|
},
|
2021-03-19 17:17:38 -04:00
|
|
|
"devDependencies": {
|
|
|
|
"@contentful/rich-text-html-renderer": "^14.1.2",
|
|
|
|
"@contentful/rich-text-types": "^14.1.2",
|
2021-09-01 15:58:14 -04:00
|
|
|
"astro": "^0.20.4"
|
2021-04-30 16:33:35 -05:00
|
|
|
},
|
|
|
|
"snowpack": {
|
|
|
|
"workspaceRoot": "../.."
|
2021-03-19 17:17:38 -04:00
|
|
|
}
|
|
|
|
}
|