mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-04 19:58:14 +08:00
Optimizing build
* 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
This commit is contained in:

committed by
Patrik Svensson

parent
8ae3d258e4
commit
899dd20b65
@ -13,13 +13,9 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.4.0",
|
||||
"@tailwindcss/typography": "^0.5.1",
|
||||
"asciinema-player": "^3.0.0-beta.4",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"@tailwindcss/typography": "^0.5.2",
|
||||
"asciinema-player": "^3.0.0-rc.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"playwright": "^1.18.1",
|
||||
"postcss": "^8.4.4",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"tailwindcss": "^3.0.19"
|
||||
"tailwindcss": "^3.0.23"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user