-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "@kestra-io/ui-libs",
"version": "0.0.69",
"type": "module",
"files": [
"src",
"package.json",
"stub-mdc-imports.js"
],
"main": "./src/index.js",
"module": "./src/index.js",
"scripts": {
"dev": "vite",
"debug": "vite --debug",
"preview": "vite preview",
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path ./.gitignore"
},
"peerDependencies": {
"@vue-flow/background": "^1.3.1",
"@vue-flow/controls": "^1.1.1",
"@vue-flow/core": "^1.41.4",
"bootstrap": "^5.3.3",
"dagre": "^0.8.5",
"humanize-duration": "^3.31.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"vue": "^3.5.12",
"vue-material-design-icons": "^5.3.1",
"vuex": "^4.1.0",
"yaml": "^2.6.0"
},
"devDependencies": {
"@esbuild/linux-x64": "^0.24.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-vue": "^5.1.5",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.31.0",
"sass": "^1.80.7",
"vite": "^5.4.11",
"vite-plugin-static-copy": "^2.1.0"
},
"dependencies": {
"@nuxtjs/mdc": "^0.9.2",
"@popperjs/core": "^2.11.8",
"mermaid": "^11.4.0",
"shiki": "^1.22.2"
}
}