-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.06 KB
/
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
27
28
29
30
31
32
33
34
{
"name": "gotham-stack",
"version": "0.0.3",
"description": "A simple Golang/HTMX web application template",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-js": "webpack --mode production",
"build-js:watch": "webpack --mode development --watch",
"build-css": "npx tailwindcss -i ./public/css/input.css -o ./public/css/styles.css",
"build-css:watch": "npx tailwindcss -i ./public/css/input.css -o ./public/css/styles.css --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@iconify-json/flagpack": "^1.1.14",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/mdi-light": "^1.1.10",
"@iconify/tailwind": "^1.1.1",
"@tailwindcss/forms": "^0.5.7",
"css-loader": "^6.10.0",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"htmx.org": "^1.9.11",
"isomorphic-dompurify": "^2.6.0",
"notyf": "^3.10.0"
}
}