Revision 4edddb1bbcea04ef1f7648b1f00b75e2914a49db authored by Thomas Fischer on 17 June 2021, 10:20:51 UTC, committed by Thomas Fischer on 18 June 2021, 09:20:16 UTC
Using Eigen::Vector3d allows some nice shortening
of the code.
1 parent 488881f
Raw File
package.json
{
  "private": true,
  "scripts": {
    "build": "hugo",
    "index": "hugo-algolia -toml",
    "index-and-send": "hugo-algolia -toml -s"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.3.0",
    "autoprefixer": "^9",
    "hugo-algolia": "^1.2.13",
    "postcss": "^7",
    "postcss-cli": "^7.1.0",
    "postcss-import-url": "^5.1.0",
    "tailwindcss": "^2.0.1-compat"
  },
  "peerDependencies": {
    "postcss": "^8.1.9"
  },
  "dependencies": {
    "@tailwindcss/line-clamp": "^0.2.0"
  }
}
back to top