-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.67 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
{
"name": "clickhouser",
"private": true,
"version": "1.7.1",
"repository": {
"type": "git",
"url": "https://github.com/antoniovizuete/clickhouser.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "if [ -z \"$CI\" ]; then husky install ; fi",
"preinstall": "npx npm-force-resolutions",
"semantic-release": "semantic-release",
"e2e": "playwright test"
},
"dependencies": {
"@blueprintjs/core": "4.14.2",
"@blueprintjs/popover2": "1.11.2",
"@blueprintjs/table": "4.7.13",
"@monaco-editor/react": "^4.4.6",
"allotment": "1.18.0",
"js-base64": "3.7.4",
"monaco-editor": "0.34.1",
"pgsql-ast-parser": "^11.0.0",
"react": "^18.0.0",
"react-contenteditable": "3.3.6",
"react-dom": "^18.0.0",
"react-hotkeys-hook": "3.4.7",
"react-router-dom": "6.6.2",
"react-split": "2.0.14",
"sql-formatter": "12.1.0"
},
"devDependencies": {
"@playwright/test": "1.27.1",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.6",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@vitejs/plugin-react": "1.3.0",
"autoprefixer": "10.4.12",
"commitlint": "17.1.2",
"conventional-changelog-atom": "2.0.8",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"postcss": "8.4.17",
"semantic-release": "19.0.5",
"tailwindcss": "3.1.8",
"typescript": "4.6.3",
"vite": "2.9.15"
},
"lint-staged": {
"*.{ts,js}": [
"yarn format",
"yarn lint",
"git add"
]
},
"resolutions": {
"http-cache-semantics": "4.1.1"
}
}