18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|