{ "name": "css", "version": "1.0.0", "scripts": { "css": "postcss build css/styles.css --output resources/static/styles.css", "doc": "aglio -i api-doc/api.apib -o resources/docs/index.html --theme-variables slate" }, "dependencies": { "aglio": "^2.3.0", "cssnano": "^4.1.10", "postcss-cli": "^7.1.1", "postcss-hash": "^2.0.0", "tailwindcss": "^1.5.1" } }