-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.98 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
60
61
62
63
{
"name": "@code0-tech/sculptor",
"version": "0.0.0",
"private": true,
"scripts": {
"predev": "node edition.mjs",
"dev": "next dev",
"dev:ce": "cross-env EDITION=ce npm run dev",
"dev:ee": "cross-env EDITION=ee npm run dev",
"dev:cloud": "cross-env EDITION=cloud npm run dev",
"prebuild": "node edition.mjs",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@apollo/client": "^4.0.9",
"@code0-tech/pictor": "^0.11.1",
"@code0-tech/triangulum": "^0.27.0",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lint": "^6.9.5",
"@icons-pack/react-simple-icons": "^13.13.0",
"@opentelemetry/api": "^1.9.1",
"@opentelemetry/context-zone": "^2.6.1",
"@opentelemetry/exporter-logs-otlp-http": "^0.218.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.218.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.218.0",
"@opentelemetry/instrumentation-fetch": "^0.218.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.218.0",
"@opentelemetry/sdk-trace-web": "^2.6.1",
"@radix-ui/react-collapsible": "^1.1.14",
"@rails/actioncable": "^8.1.300",
"@types/rails__actioncable": "^8.0.3",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/otel": "^2.1.1",
"@xyflow/react": "^12.11.0",
"date-fns": "^4.1.0",
"graphql": "^16.12.0",
"graphql-ruby-client": "^1.15.1",
"graphql-tag": "^2.12.6",
"ldrs": "^1.1.9",
"lodash": "^4.18.1",
"next": "16.2.6",
"prettier": "^3.8.1",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hotkeys-hook": "^5.2.4",
"rxjs": "^7.8.2",
"sass": "^1.93.3",
"use-debounce": "^10.1.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.17.24",
"@types/node": "^24.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.0.0",
"eslint-config-next": "16.2.6",
"typescript": "^6.0.0"
}
}