Revision 20540e679599eb91a8bcda2401cbc110d010846a authored by Thomas Fischer on 04 April 2023, 08:09:26 UTC, committed by TomFischer on 24 April 2023, 08:23:41 UTC
1 parent ac5dd68
Raw File
package.json
{
  "private": true,
  "scripts": {
    "build": "npx tailwindcss -o static/css/all.css -i assets/css/main.css -m && hugo",
    "watch": "npx tailwindcss -o static/css/all.css -i assets/css/main.css -m --watch",
    "build-with-nb": "find ../Tests/Notebooks -type f -iname '*.ipynb' -not -path \"*.ipynb_checkpoints*\" | xargs -n1 nb2hugo --site-dir . --section docs/benchmarks/notebooks --template ../Tests/Notebooks/nbconvert_templates/collapsed.md.j2 && npx tailwindcss -o static/css/all.css -i assets/css/main.css -m && hugo",
    "server": "hugo server",
    "index": "hugo-algolia -toml",
    "upload-index": "hugo-algolia --toml -s"
  },
  "devDependencies": {
    "@tailwindcss/aspect-ratio": "^0.4.0",
    "@tailwindcss/line-clamp": "=0.3.1",
    "@tailwindcss/typography": "=0.5.2",
    "hugo-algolia": "=1.2.14",
    "tailwindcss": "=3.1.6"
  }
}
back to top