-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.93 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
{
"name": "xctf",
"private": true,
"version": "0.0.1",
"module": "true",
"scripts": {
"dev": "cd client && DEV=true node esbuild.mjs",
"build": "cd client && DEV=false node esbuild.mjs",
"generate": "buf generate proto"
},
"devDependencies": {
"@bufbuild/buf": "^1.27.0",
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protoc-gen-es": "^1.3.3",
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.2",
"@protobuf-ts/plugin": "^2.2.3-alpha.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.1.0",
"autoprefixer": "^10.2.3",
"daisyui": "^4.4.19",
"esbuild-plugins-node-modules-polyfill": "^1.0.9",
"fastify-plugin": "^4.5.0",
"tailwindcss": "^3.3.5",
"tslib": "^2.0.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@blocknote/react": "^0.12.0",
"@heroicons/react": "^2.1.1",
"@phenax/pattern-lock-js": "^0.1.2",
"@react-pdf-viewer/core": "3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/highlight": "^3.12.0",
"@types/dagre": "^0.7.52",
"@types/jest": "^29.5.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"chart.js": "^4.3.0",
"dagre": "^0.8.5",
"esbuild": "^0.19.5",
"esbuild-react": "^0.2.2",
"framer-motion": "^10.16.7",
"html-to-image": "^1.11.11",
"jotai": "^2.1.0",
"lucide-react": "^0.344.0",
"markdown-to-jsx": "^7.2.0",
"marked": "^4.2.12",
"pdfjs-dist": "3.4.120",
"postcss": "^8.4.23",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"react-select": "^5.8.0",
"reactflow": "^11.7.0",
"redux": "^4.2.1",
"rollup": "^3.21.5",
"usehooks-ts": "^2.9.1"
}
}