mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-26 05:12:11 +00:00
Now using proprietary styles for the user guide - not shared with docs. We are able to better isolate and fix issues with the user guide header without having to touch antora.
23 lines
918 B
JSON
23 lines
918 B
JSON
{
|
|
"name": "boost.revsys.dev",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:cppalliance/temp-site.git",
|
|
"author": "Greg Newman <greg@gregnewman.org>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "tailwindcss -i frontend/styles.css -o static/css/styles.css --watch",
|
|
"build": "NODE_ENV=production tailwindcss -i frontend/styles.css -o static/css/styles.css --minify",
|
|
"builddocs": "NODE_ENV=production tailwindcss -c ./docstailwind.config.js -i frontend/docsstyles.css -o static/css/docsstyles.css --minify",
|
|
"builduserguide": "NODE_ENV=production tailwindcss -c ./userguidetailwind.config.js -i frontend/userguidestyles.css -o static/css/userguidestyles.css --minify"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"alpinejs": "^3.10.2",
|
|
"autoprefixer": "^10.4.12",
|
|
"cssnano": "^5.1.14",
|
|
"htmx": "^0.0.2",
|
|
"tailwindcss": "^3.2.1"
|
|
}
|
|
}
|