{ "repository": {}, "description": " ", "license": "MIT", "scripts": { "deploy": "NODE_ENV=production node build.js", "watch": "node build.js" }, "dependencies": { "phoenix": "file:../deps/phoenix", "phoenix_html": "file:../deps/phoenix_html" }, "devDependencies": { "autoprefixer": "^10.3.1", "esbuild": "^0.12.22", "esbuild-plugin-postcss2": "0.0.9", "fs-extra": "^10.0.0", "postcss": "^8.3.6", "postcss-import": "^14.0.2", "tailwindcss": "^2.2.7" } }