-
Notifications
You must be signed in to change notification settings - Fork 230
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"name": "@zeppelinbot/dashboard",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.17",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.8.1",
"@zeppelinbot/shared": "workspace:*",
"cross-env": "^7.0.3",
"highlight.js": "^11.8.0",
"humanize-duration": "^3.27.0",
"js-yaml": "^4.1.0",
"marked": "^5.1.0",
"moment": "^2.29.4",
"postcss-nesting": "^13.0.1",
"tailwindcss": "^4.1.17",
"vite": "npm:rolldown-vite@latest",
"vue": "^3.5.24",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.10",
"vue3-ace-editor": "^2.2.4",
"vue3-highlightjs": "^1.0.5",
"vuex": "^4.1.0"
},
"dependencies": {
"@fastify/static": "^7.0.1",
"ace-builds": "1.43.4",
"fastify": "^4.26.2"
},
"browserslist": [
"last 2 Chrome versions"
]
}