-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 911 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
27
28
29
30
31
{
"name": "waitlistgo",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"watch:tw": "tailwindcss build -i ./website/view/styles.css -o ./build/styles.css --watch",
"watch:templ": "chokidar \"./website/view/*.templ\" -c \"templ generate\"",
"watch:ts": "webpack --mode development --watch",
"watch": "concurrently \"npm run watch:tw\" \"npm run watch:ts\" \"npm run watch:templ\" \"air\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/vitezprchal/waitlistgo"
},
"author": "Vitezslav Prchal",
"license": "ISC",
"dependencies": {
"htmx.org": "^2.0.1",
"tailwindcss": "^3.4.7"
},
"devDependencies": {
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}