-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 820 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 820 Bytes
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
{
"name": "explain.dalibo.com",
"version": "1.0.0",
"description": "duckdb-explain-visualizer Flask application",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "^2.7.1",
"rollup-plugin-empty-dir": "^1.0.5",
"vite": "^5.2.8"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.1",
"axios": "^1.6.8",
"bootstrap": "^5.3.2",
"duckdb-explain-visualizer": "^1.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"popper.js": "^1.15.0",
"vue": "^3.4.21",
"vue-timeago3": "^2.3.0"
}
}