-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 946 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
32
33
34
{
"name": "tinyrooms",
"version": "1.0.0",
"author": "jamesgpearce",
"repository": "github:tinyplex/tinyrooms",
"license": "MIT",
"scripts": {
"dev": "partykit dev",
"deploy": "partykit deploy",
"lint": "./node_modules/.bin/eslint .",
"ts": "./node_modules/.bin/tsc -p src/tsconfig.json --noEmit"
},
"dependencies": {
"@tsndr/cloudflare-worker-jwt": "^2.5.3",
"nanoid": "^5.0.7",
"partysocket": "^1.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"tinybase": "5.3.0"
},
"devDependencies": {
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react": "7.36.1",
"eslint": "^8.57.0",
"partykit": "^0.0.110",
"typescript": "^5.6.2"
}
}