swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 8c15f026f38a3698338b78f5cfa36e3ca6cf3a5b authored by Wenqing Wang on 10 August 2021, 13:32:22 UTC
[TM] Compute eps only if norm(u) is non-zero
Tip revision: 8c15f02
package.json
{
  "private": true,
  "scripts": {
    "build": "npx tailwindcss -o static/css/all.css --jit -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.2.1",
    "@tailwindcss/typography": "^0.4.1",
    "hugo-algolia": "^1.2.13",
    "tailwindcss": "^2.2.0"
  }
}
back to top