mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-08 12:36:33 +05:30
feat: add website
This commit is contained in:
22
internal/web/package.json
Normal file
22
internal/web/package.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "trok-web-ui",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroicons/react": "^2.2.0",
|
||||
"solid-js": "^1.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "^4.0.9",
|
||||
"typescript": "~5.7.2",
|
||||
"vite": "^6.2.0",
|
||||
"vite-plugin-solid": "^2.11.2",
|
||||
"tailwindcss": "^4.0.9"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user