mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00

* 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
25 lines
703 B
JSON
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"
|
|
}
|
|
}
|