2021-03-19 21:17:38 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/snowpack",
|
|
|
|
"version": "0.0.1",
|
2021-04-30 21:33:35 +00:00
|
|
|
"private": true,
|
2021-03-19 21:17:38 +00:00
|
|
|
"scripts": {
|
2021-04-30 21:33:35 +00:00
|
|
|
"start": "astro dev",
|
2021-04-12 12:26:59 +00:00
|
|
|
"build": "astro build",
|
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": {
|
|
|
|
"date-fns": "^2.19.0",
|
|
|
|
"deepmerge": "^4.2.2",
|
|
|
|
"docsearch.js": "^2.6.3",
|
2021-07-22 22:29:32 +00:00
|
|
|
"htm": "^3.0.4"
|
2021-03-23 00:06:58 +00:00
|
|
|
},
|
2021-03-19 21:17:38 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@contentful/rich-text-html-renderer": "^14.1.2",
|
|
|
|
"@contentful/rich-text-types": "^14.1.2",
|
2021-08-20 00:03:07 +00:00
|
|
|
"astro": "^0.19.1"
|
2021-04-30 21:33:35 +00:00
|
|
|
},
|
|
|
|
"snowpack": {
|
|
|
|
"workspaceRoot": "../.."
|
2021-03-19 21:17:38 +00:00
|
|
|
}
|
|
|
|
}
|