2021-06-08 10:10:56 -05:00
|
|
|
{
|
2021-06-29 11:05:33 -05:00
|
|
|
"name": "@example/docs",
|
|
|
|
"version": "0.0.1",
|
2021-06-08 10:10:56 -05:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 00:07:08 -05:00
|
|
|
"dev": "astro dev",
|
2021-06-08 10:10:56 -05:00
|
|
|
"start": "astro dev",
|
2021-08-26 14:08:52 -05:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-06-08 10:10:56 -05:00
|
|
|
},
|
2021-08-13 19:58:00 -05:00
|
|
|
"dependencies": {
|
|
|
|
"@docsearch/react": "^1.0.0-alpha.27"
|
|
|
|
},
|
2021-06-08 10:10:56 -05:00
|
|
|
"devDependencies": {
|
2021-09-15 11:36:26 -05:00
|
|
|
"astro": "^0.20.7",
|
2021-08-13 19:58:00 -05:00
|
|
|
"@snowpack/plugin-dotenv": "^2.1.0"
|
2021-06-08 10:10:56 -05:00
|
|
|
},
|
|
|
|
"snowpack": {
|
2021-08-13 19:58:00 -05:00
|
|
|
"alias": {
|
|
|
|
"components": "./src/components",
|
|
|
|
"~": "./src"
|
|
|
|
},
|
|
|
|
"plugins": [
|
|
|
|
"@snowpack/plugin-dotenv"
|
|
|
|
],
|
2021-06-08 10:10:56 -05:00
|
|
|
"workspaceRoot": "../.."
|
|
|
|
}
|
|
|
|
}
|