mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
34 lines
978 B
JSON
34 lines
978 B
JSON
{
|
|
"name": "@example/snowpack",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"test": "jest /__test__/",
|
|
"format": "prettier --write \"src/**/*.js\" && yarn format:css",
|
|
"lint": "prettier --check \"src/**/*.js\""
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^2.19.0",
|
|
"deepmerge": "^4.2.2",
|
|
"docsearch.js": "^2.6.3",
|
|
"htm": "^3.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@contentful/rich-text-html-renderer": "^14.1.2",
|
|
"@contentful/rich-text-types": "^14.1.2",
|
|
"astro": "^0.20.4"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|