spectre.console/docs/package.json
Phil Scott 223642b797
Add blog to docs (#484)
* Adding social card infrastructure
* Upgrades doc project to .NET 6
* Adds Playwright
* Changes the console to a web project for Playwright
* Adds social card template
* Added blog content
* Parallelized social image processing
* Updating CI to use .NET 6 for docs build
2021-07-15 19:53:01 +02:00

25 lines
703 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "Docs for Spectre.Console",
"main": "index.js",
"scripts": {
"build:tailwind": "tailwind build ./input/tailwind.css -c ./input/tailwind.config.js -o ./output/assets/styles.css",
"build": "cross-env NODE_ENV=production dotnet run -- -o public"
},
"repository": {
"url": "https://github.com/spectreconsole/spectre.console"
},
"license": "MIT",
"devDependencies": {
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"cross-env": "^7.0.3",
"playwright": "^1.12.3",
"postcss": "^8.2.10",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.1.1"
}
}