mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-05-02 19:09:38 +05:00
Initial Commit
This commit is contained in:
commit
3f9927532e
12 changed files with 1655 additions and 0 deletions
24
package.json
Normal file
24
package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "wahcollection",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "^4.0.0",
|
||||
"@types/bun": "latest",
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/react": "^19.0.8",
|
||||
"@types/react-dom": "^19.0.3",
|
||||
"chokidar": "^4.0.3",
|
||||
"express": "^4.21.2",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"ws": "^8.18.0",
|
||||
"@aws-sdk/client-s3": "^3.735.0",
|
||||
"picocolors": "^1.1.1",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue