Start working on docs site.
This commit is contained in:
17
docs/package.json
Normal file
17
docs/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@terrace/docs",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "eleventy --serve --incremental",
|
||||
"build": "eleventy"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@terrace/js": "workspace:*",
|
||||
"@11ty/eleventy": "^2.0.0",
|
||||
"@11ty/eleventy-plugin-vite": "^4.0.0",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"tailwindcss": "^3.2.6",
|
||||
"vite": "^3.2.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user