about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/themes/tailwind/package.json
blob: 86bb50f9490a6c63e0569a48e537f71e80c873fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "scripts": {
    "watch": "cross-env NODE_ENV=development postcss scss/theme.scss -o static/css/theme.css --watch",
    "build": "cross-env NODE_ENV=production postcss scss/theme.scss -o static/css/theme.css"
  },
  "dependencies": {
    "autoprefixer": "^9.5.1",
    "tailwindcss": "^1.0"
  },
  "devDependencies": {
    "@fullhuman/postcss-purgecss": "^1.2.0",
    "concurrently": "^4.1.0",
    "cross-env": "^5.2.0",
    "cssnano": "^4.1.10",
    "postcss-cli": "^6.1.2"
  }
}