-
-
Notifications
You must be signed in to change notification settings - Fork 483
/
package.json
77 lines (77 loc) · 2.37 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
72
73
74
75
76
77
{
"name": "strut",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "node ./server.js",
"start": "NODE_ENV=production node ./server.js",
"build": "turbo run build --force && tsc && vite build",
"preview": "vite preview",
"sql-watch": "typed-sql -p . --sql --schemaTyping=parallel"
},
"dependencies": {
"@air/react-drag-to-select": "^5.0.6",
"@clerk/clerk-react": "^4.16.2",
"@lexical/clipboard": "^0.10.0",
"@lexical/code": "^0.10.0",
"@lexical/link": "^0.10.0",
"@lexical/list": "^0.10.0",
"@lexical/markdown": "^0.10.0",
"@lexical/react": "^0.10.0",
"@lexical/rich-text": "^0.10.0",
"@lexical/selection": "^0.10.0",
"@lexical/table": "^0.10.0",
"@lexical/utils": "^0.10.0",
"@strut/counter": "workspace:*",
"@strut/utils": "workspace:*",
"@vlcn.io/crsqlite-wasm": "0.16.0",
"@vlcn.io/model": "workspace:*",
"@vlcn.io/react": "3.1.0",
"@vlcn.io/rx-tbl": "0.15.0",
"@vlcn.io/xplat-api": "0.15.0",
"@vlcn.io/typed-sql": "0.3.0",
"@vlcn.io/ws-common": "0.2.0",
"@vlcn.io/ws-client": "0.2.0",
"@vlcn.io/ws-server": "0.2.2",
"@vlcn.io/ws-browserdb": "0.2.0",
"chroma-js": "^2.4.2",
"express": "^4.18.2",
"hotkeys-js": "^3.10.2",
"lexical": "^0.10.0",
"lowlight": "^2.9.0",
"open-color": "^1.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-fps-stats": "^0.3.1",
"react-router-dom": "^6.11.2",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"throttle-debounce": "^5.0.0",
"tippy.js": "^6.3.7",
"unified": "^10.1.2",
"uuid62": "^1.0.2",
"vite-express": "^0.7.0"
},
"devDependencies": {
"@types/chroma-js": "^2.4.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/throttle-debounce": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vlcn.io/typed-sql-cli": "link:../vulcan/typed-sql/packages/cli",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"turbo": "^1.9.8",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.0.1",
"vite": "^4.3.2",
"vitest": "^0.31.1"
}
}