-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.09 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
{
"name": "kwildb-admin",
"version": "0.1.0",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"predev": "node scripts/wasm-gen.js",
"dev": "next dev --experimental-https",
"prebuild": "node scripts/wasm-gen.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@headlessui/react": "^2.0.0-alpha.4",
"@kwilteam/kwil-js": "^0.8.6",
"@monaco-editor/react": "^4.5.2",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/forms": "^0.5.7",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"antlr4": "^4.13.1-patch-1",
"autoprefixer": "10.4.15",
"classnames": "^2.3.2",
"clipboardy": "^3.0.0",
"date-fns": "^2.30.0",
"eslint": "8.49.0",
"eslint-config-next": "^14.0.1",
"ethers": "^6.10.0",
"idb": "^8.0.0",
"immer": "^10.1.1",
"js-cookie": "^3.0.5",
"monaco-editor": "^0.43.0",
"next": "^14.2.13",
"playwright": "^1.38.1",
"postcss": "8.4.29",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"react-syntax-highlighter": "^15.5.0",
"redux-thunk": "^3.1.0",
"sharp": "^0.33.3",
"tailwindcss": "3.4.3",
"typescript": "5.5.4",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/antlr4": "^4.11.6",
"@types/clipboardy": "^2.0.1",
"@types/nodemailer": "^6.4.13",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/testing-library__user-event": "^4.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.4.0",
"decompress": "^4.2.1",
"fake-indexeddb": "^5.0.2",
"happy-dom": "^12.8.0",
"jsdom": "^24.0.0",
"next-router-mock": "^0.9.12",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
}
}