20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"name": "@terrace/docs",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "eleventy --serve --incremental",
|
|
"build": "eleventy"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.0",
|
|
"@11ty/eleventy-plugin-vite": "^4.0.0",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@terrace/js": "workspace:*",
|
|
"highlight.js": "^11.7.0",
|
|
"marked": "^4.2.12",
|
|
"tailwindcss": "^3.2.6",
|
|
"vite": "^3.2.3"
|
|
}
|
|
}
|