-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.55 KB
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
59
{
"name": "@triplex/client",
"version": "0.70.50",
"private": true,
"repository": "https://github.com/trytriplex/triplex-monorepo",
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Triplex",
"email": "support@triplex.dev",
"url": "https://x.com/trytriplex"
},
"main": "./src/index.ts",
"types": "./src/index.ts",
"files": [
"dist"
],
"scripts": {
"build": "cross-env VITE_CJS_IGNORE_WARNING=true vite build",
"typedef": "tsc"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/types": "^7.24.5",
"@triplex/bridge": "0.70.12",
"@triplex/renderer": "0.72.4",
"@vitejs/plugin-react": "^4.4.1",
"express": "^4.19.2",
"vite": "^6.3.5"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.24.1",
"@httptoolkit/httpolyglot": "^2.2.2",
"@react-three/fiber": "10.0.0-alpha.1",
"@swc/cli": "^0.1.59",
"@swc/core": "^1.6.5",
"@triplex/lib": "0.69.20",
"@triplex/server": "0.72.4",
"@triplex/websocks-client": "0.0.9",
"@types/babel__core": "^7.20.5",
"@types/express": "^4.17.16",
"@types/node": "^22.15.17",
"@types/react": "^19.1.6",
"anymatch": "^3.1.3",
"esbuild": "^0.24.2",
"get-port": "^7.0.0",
"node-fetch": "^3.3.2",
"node-forge": "^1.3.1",
"react": "^19.1.0",
"resolve-package-path": "^4.0.3",
"three": "^0.182.0",
"typescript": "^5.8.3",
"vite-plugin-glsl": "^1.4.1",
"vite-tsconfig-paths": "^5.1.4"
},
"publishConfig": {
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}