init v0
This commit is contained in:
parent
561ea7543d
commit
43e6b6d318
25 changed files with 8063 additions and 374 deletions
19
assets/package.json
Normal file
19
assets/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "zoeys-computer-assets",
|
||||
"scripts": {
|
||||
"build:css": "tailwindcss -i ./css/app.css -o ../priv/static/assets/app.css --minify",
|
||||
"watch:css": "tailwindcss -i ./css/app.css -o ../priv/static/assets/app.css --watch",
|
||||
"build:js": "esbuild js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/* --minify",
|
||||
"deploy": "npm run build:css && npm run build:js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@catppuccin/tailwindcss": "^0.1.6",
|
||||
"@esbuild/linux-x64": "^0.24.0",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
"esbuild": "^0.24.0",
|
||||
"phoenix": "^1.7.14",
|
||||
"phoenix_html": "^3.3.4",
|
||||
"phoenix_live_view": "^1.0.0-rc.7",
|
||||
"tailwindcss": "^3.4.14"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue