{ "name": "css", "version": "1.0.0", "scripts": { "css": "NODE_ENV=dev MANIFEST=../simplenotes-app/src/main/resources/css-manifest.json postcss build src/styles.pcss --output ../simplenotes-app/src/main/resources/static/styles.css", "css-purge": "NODE_ENV=production MANIFEST=../simplenotes-app/src/main/resources/css-manifest.json postcss build src/styles.pcss --output ../simplenotes-app/src/main/resources/static/styles.css" }, "dependencies": { "autoprefixer": "^9.8.6", "cssnano": "^4.1.10", "postcss-cli": "^7.1.1", "postcss-hash": "^2.0.0", "postcss-import": "^12.0.1", "postcss-nested": "^4.2.3", "tailwindcss": "^1.5.1" } }