-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
138 lines (138 loc) · 4.42 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@libsqlstudio/studio",
"version": "0.8.0",
"private": false,
"scripts": {
"dev": "next dev -p 3008",
"dev-https": "next dev --experimental-https",
"build": "next build",
"build-with-migrate": "npm run db:migrate && next build",
"start": "next start",
"tsc": "tsc --noEmit --skipLibCheck",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"db:generate": "drizzle-kit generate:sqlite",
"db:migrate": "tsx src/db/migrate.ts",
"generate-random-key": "tsx src/cli/generate-aes-key.ts",
"staged": "npm run typecheck && npm run lint && jest",
"typecheck": "tsc --noEmit --skipLibCheck",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "next lint",
"lint:fix": "next lint --fix .",
"dialect": "node build-dialect.js"
},
"overrides": {
"@libsql/client": "^0.5.3"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-sql": "^6.5.5",
"@dagrejs/dagre": "^1.1.4",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@justmiracle/result": "^1.2.0",
"@lezer/common": "^1.2.1",
"@lezer/lr": "^1.4.0",
"@libsql/client": "^0.5.3",
"@lucia-auth/adapter-sqlite": "^3.0.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.4",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@replit/codemirror-indentation-markers": "^6.5.3",
"@silevis/reactgrid": "^4.1.3",
"@t3-oss/env-nextjs": "^0.9.2",
"@tiptap/core": "^2.3.0",
"@tiptap/react": "^2.3.0",
"@types/mdx": "^2.0.13",
"@uiw/codemirror-extensions-langs": "^4.21.24",
"@uiw/codemirror-themes": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"@vercel/analytics": "^1.3.1",
"@xyflow/react": "^12.3.6",
"arctic": "^1.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"cookies-next": "^4.3.0",
"deep-equal": "^2.2.3",
"dexie": "^4.0.8",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.1",
"eslint-plugin-jest": "^27.6.3",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11",
"immer": "^10.1.1",
"libsql-stateless-easy": "^1.6.11",
"lodash": "^4.17.21",
"lucia": "^3.2.0",
"lucide-react": "^0.309.0",
"magic-bytes.js": "^1.10.0",
"next": "14.2.12",
"oslo": "^1.1.3",
"react": "^18.2.01",
"react-dom": "^18.2.0",
"react-resizable-panels": "^1.0.9",
"sonner": "^1.4.41",
"sql-formatter": "^15.3.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"xlsx": "^0.18.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@types/deep-equal": "^1.0.4",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.17.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/showdown": "^2.0.6",
"@types/sql.js": "^1.4.9",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.20.14",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"gui": "^0.15.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"shiki": "^1.12.0",
"showdown": "^2.1.0",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"tsx": "^4.7.1",
"typescript": "^5"
}
}