Current section

Files

Jump to
combo_new templates combo_lite assets user_web package.json
Raw

templates/combo_lite/assets/user_web/package.json

{
"private": true,
"type": "module",
"scripts": {
"build": "node build.js --deploy",
"watch": "node build.js --watch"
},
"engines": {
"node": ">= 18.0.0"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.16",
"@fontsource-variable/jetbrains-mono": "^5.0.19",
"phoenix": "file:../../deps/phoenix",
"phoenix_html": "file:../../deps/phoenix_html",
"phoenix_live_view": "file:../../deps/phoenix_live_view",
"topbar": "^2.0.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"esbuild": "^0.19.11",
"esbuild-style-plugin": "^1.6.3",
"heroicons": "^2.1.1",
"npm-check-updates": "^16.14.12",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"tailwindcss": "^3.4.0"
}
}