-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "trilogy-studio-app",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"prepublishOnly": "npm run build",
"files": [
"dist"
],
"scripts": {
"dev": "npm install ./lib -D && vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"peerDependencies": {
"monaco-editor": "^0.52.2",
"tabulator-tables": "^6.3.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@duckdb/duckdb-wasm": "^1.29.0",
"@mdi/font": "^7.4.47",
"@motherduck/wasm-client": "^0.6.6",
"@tailwindcss/vite": "^4.0.3",
"@types/gapi": "^0.0.47",
"@types/node": "^22.12.0",
"@types/tabulator-tables": "^6.2.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"axios": "^1.7.9",
"font-awesome": "^4.7.0",
"gapi": "^0.0.3",
"monaco-editor": "^0.52.2",
"monaco-languageclient": "^9.2.1",
"pinia": "^2.3.1",
"split.js": "^1.6.5",
"tabulator-tables": "^6.3.1",
"tailwindcss": "^4.0.3",
"trilogy-studio-core": "file:lib",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
}
}