-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 919 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
{
"scripts": {
"tailwind:watch:forever": "pm2 start npm -- run tailwind:watch",
"tailwind:watch": "tailwindcss -i ./style.css -o ./convergence_games/app/static/css/style.css --watch",
"tailwind:compile": "tailwindcss -i ./style.css -o ./convergence_games/app/static/css/style.css --minify",
"build": "tsc && vite build"
},
"dependencies": {
"@rollup/plugin-inject": "^5.0.5",
"@tailwindcss/cli": "^4.0.0-alpha.26",
"@tiptap/core": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"htmx-ext-preload": "^2.0.1",
"htmx.org": "^2.0.3",
"hyperscript.org": "^0.9.13",
"rollup": "^4.24.0",
"tailwindcss": "^4.0.0-alpha.26"
},
"devDependencies": {
"pm2": "^5.4.2",
"prettier": "^3.3.3",
"prettier-plugin-jinja-template": "^2.0.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3",
"vite": "^5.4.9"
}
}