-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "5xurl",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "concurrently \"tailwindcss -i ./src/styles/style.css -o ./static/styles/style.css --watch\" \"esbuild ./src/scripts/app.js --bundle --outfile=./static/scripts/app.js --watch\"",
"build": "concurrently \"tailwindcss -i ./src/styles/style.css -o ./static/styles/style.css\" \"esbuild ./src/scripts/app.js --bundle --outfile=./static/scripts/app.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"concurrently": "^9.0.1",
"daisyui": "^4.12.13",
"esbuild": "0.24.0",
"tailwindcss": "^3.4.14"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"alpinejs": "^3.14.3",
"htmx.org": "^2.0.3"
}
}