-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@croquet/react-utils",
"version": "1.0.0",
"description": "Utilities, components and hooks for @croquet/react",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "vite build",
"prepare": "vite build",
"dev": "cd dev && vite --host",
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && rm -f package-lock.json && rm -rf bun.lockb",
"link-local-bindings": "npm link ../croquet-react/bindings"
},
"type": "module",
"author": "Croquet Corporation",
"license": "Apache-2.0",
"dependencies": {
"@croquet/react": "^1.4.4",
"@uidotdev/usehooks": "^2.4.1",
"chart.js": "^4.4.2",
"primereact": "^10.6.3",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.0",
"react-json-tree": "^0.19.0",
"react-qr-code": "^2.0.12",
"usehooks-ts": "^3.1.0",
"vite-tsconfig-paths": "^4.3.2"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"vite": "^5.2.7"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"croquet",
"collaboration",
"realtime",
"framework",
"react",
"utilities"
]
}