swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 6f7853ae5f134f3f3e57261a086ab0801f58c507 authored by ericsimo on 16 February 2021, 15:53:07 UTC
Merge branch 'MPL_Permmodel_Tutorial_TEC' into 'master'
Tip revision: 6f7853a
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"
  }
}
back to top