This repository was archived by the owner on Dec 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.77 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.77 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
{
"name": "@fabrix-framework/editor",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"type-check": "tsc --noEmit --incremental --pretty",
"lint": "eslint '**/*.{ts,tsx}' --ignore-pattern 'dist/*' --max-warnings=0",
"preview": "vite preview"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/css": "^11.13.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fabrix-framework/chakra-ui": "0.1.1",
"@fabrix-framework/fabrix": "0.1.1",
"@fabrix-framework/graphql-config": "0.1.0",
"@graphiql/plugin-explorer": "^3.2.2",
"@graphiql/react": "^0.26.2",
"@graphiql/toolkit": "^0.9.2",
"@graphql-tools/schema": "^10.0.6",
"@monaco-editor/react": "^4.6.0",
"@tanstack/react-table": "^8.19.3",
"@urql/exchange-auth": "^2.2.0",
"framer-motion": "^11.3.17",
"graphiql": "^3.7.0",
"graphql": "^16.9.0",
"graphql-editor": "^7.2.16",
"graphql-tag": "^2.12.6",
"monaco-editor": "^0.50.0",
"openai": "^4.56.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"remeda": "^2.6.0",
"urql": "^4.1.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.3.3",
"typescript": "^5.5.2",
"typescript-eslint": "^8.15.0",
"vite": "^5.3.4",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svgr": "^4.2.0"
},
"packageManager": "pnpm@9.9.0"
}