forked from techrail/devta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 947 Bytes
/
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
{
"name": "devta",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@popperjs/core": "^2.11.8",
"@vuepic/vue-datepicker": "^5.4.0",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"cron-parser": "^4.9.0",
"cronstrue": "^2.32.0",
"crypto-js": "^4.1.1",
"esbuild": "^0.19.2",
"highlight.js": "^11.8.0",
"jose": "^4.14.4",
"js2xmlparser": "^5.0.0",
"json-to-pretty-yaml": "^1.2.2",
"jwt-decode": "^3.1.2",
"marked": "^7.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"pinia": "^2.1.6",
"sql-formatter": "^12.2.4",
"sql-query-identifier": "^2.5.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.9"
}
}