swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: c2bba89c56572c56c1be79d2d1ee23b07ff1e2a7 authored by Thomas Fischer on 25 June 2021, 12:35:37 UTC
[A/IO] CsvInterface::readColumn returns read data.
Tip revision: c2bba89
package.json
{
  "private": true,
  "scripts": {
    "build": "npx tailwindcss -o static/css/all.css -i assets/css/main.css -m && hugo",
    "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/line-clamp": "=0.3.1",
    "@tailwindcss/typography": "=0.5.2",
    "hugo-algolia": "=1.2.14",
    "tailwindcss": "=3.0.24"
  }
}
back to top