tvl-depot/package.json

18 lines
484 B
JSON
Raw Normal View History

2019-11-15 11:04:59 +01:00
{
"scripts": {
2019-11-19 19:36:13 +01:00
"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"
2019-11-15 11:04:59 +01:00
},
"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"
}
}