forked from Frostwork-Media/graph-squiggle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.96 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
70
71
{
"name": "nathan-project-1",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port $PORT",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint --ext .ts,.tsx ."
},
"dependencies": {
"@monaco-editor/react": "^4.4.6",
"@quri/squiggle-components": "^0.6.0",
"@quri/squiggle-lang": "^0.6.0",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-tabs": "^1.0.3",
"@tanstack/react-query": "^4.28.0",
"canvas": "^2.11.2",
"cytoscape": "^3.23.0",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-klay": "^3.1.4",
"immer": "^9.0.21",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"openai": "^3.2.1",
"pako": "^2.1.0",
"peggy": "^3.0.2",
"phosphor-react": "^1.4.1",
"range-slider-input": "^2.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable-panels": "^0.0.39",
"reactflow": "^11.7.0",
"zod": "^3.21.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/cytoscape": "^3.19.9",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@types/pako": "^2.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/wicg-file-system-access": "^2020.9.5",
"@typescript-eslint/eslint-plugin": "4",
"@typescript-eslint/parser": "4",
"@vercel/node": "^2.10.2",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"babel-eslint": "^10.1.0",
"eslint": "7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vitest": "^0.29.8"
},
"eslintConfig": {
"extends": [
"react-app"
]
}
}