mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-13 07:32:50 +08:00

* Upgrades Statiq.Web to which contains analyzer perf improvements * Dropping script front matter when not needed from blog archives * Trimming down the number of files tailwind examines when building the css file to only a subset of the docs. * Updates Playwright to latest version * Updates tailwind and asciienma to latest * Removes npm packages that are no longer required
22 lines
631 B
JSON
22 lines
631 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.2",
|
|
"asciinema-player": "^3.0.0-rc.1",
|
|
"cross-env": "^7.0.3",
|
|
"tailwindcss": "^3.0.23"
|
|
}
|
|
}
|