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

* Adding a dark mode * Adding reference for types to summary pages * Adding API Reference * Adding modifiers to methods/fields/etc * Minimizing files input * Caching a lot of the output pages * Cache only for each execution * Adding API references to existing docs
26 lines
747 B
JSON
26 lines
747 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "Docs for Spectre.Console",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build:tailwind": "tailwind build -i ./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.4.0",
|
|
"@tailwindcss/typography": "^0.5.1",
|
|
"asciinema-player": "^3.0.0-beta.4",
|
|
"autoprefixer": "^10.4.0",
|
|
"cross-env": "^7.0.3",
|
|
"playwright": "^1.18.1",
|
|
"postcss": "^8.4.4",
|
|
"postcss-cli": "^8.3.1",
|
|
"tailwindcss": "^3.0.19"
|
|
}
|
|
}
|