-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.09 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "studio",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "cd studio && TARGET=site node esbuild.mjs",
"dev:vscode": "cd studio && TARGET=vscode node esbuild.mjs",
"build": "cd studio && BUILD=true node esbuild.mjs"
},
"dependencies": {
"@bufbuild/connect": "^0.8.6",
"@bufbuild/connect-web": "^0.8.6",
"@fluentui/react": "^8.112.9",
"@fluentui/react-components": "^9.36.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/vscode": "^1.85.0",
"bootstrap": "^5.3.0",
"d3-hierarchy": "^3.1.2",
"daisyui": "^4.4.20",
"esbuild-plugin-swc": "^1.0.1",
"esbuild-sass-plugin": "^2.16.0",
"esbuild-style-plugin": "^1.6.1",
"eslint": "8.39.0",
"framer-motion": "^10.12.4",
"react": "18.2.0",
"react-chat-elements": "^12.0.10",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.4",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.0",
"react-hotkeys-hook": "^4.4.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.7",
"react-router": "^6.11.0",
"react-router-dom": "^6.11.0",
"react-syntax-highlighter": "^15.5.0",
"reactflow": "^11.7.0",
"scheduler": "0.20.0",
"tailwind-merge": "^1.12.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@bufbuild/buf": "^1.23.1",
"@bufbuild/connect": "^0.13.0",
"@bufbuild/connect-web": "^0.13.0",
"@bufbuild/protobuf": "^1.5.1",
"@bufbuild/protoc-gen-connect-es": "^0.13.0",
"@bufbuild/protoc-gen-es": "^1.5.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@grpc/grpc-js": "^1.8.14",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"csstype": "^3.0.10",
"esbuild": "^0.19.5",
"google-protobuf": "^3.13.0",
"postcss": "^8.4.23",
"protoc-gen-ts": "^0.8.6",
"source-map-support": "^0.5.21",
"tailwindcss": "^3.4.0",
"ts-proto": "^1.146.0",
"typescript": "4.x.x",
"uuid": "^9.0.0"
}
}