-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.57 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@kestra-io/ui-libs",
"version": "0.0.78",
"type": "module",
"files": [
"dist",
"src",
"package.json",
"stub-mdc-imports.js"
],
"main": "./dist/kestra-ui.umd.cjs",
"module": "./dist/kestra-ui.js",
"exports": {
".": {
"import": {
"development": "./src/index.js",
"production": "./dist/kestra-ui.js"
},
"require": {
"development": "./src/index.js",
"production": "./dist/kestra-ui.umd.cjs"
}
},
"./style.css": "./dist/style.css",
"./src/*": "./src/*"
},
"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.0",
"@vue-flow/controls": "^1.1.1",
"@vue-flow/core": "^1.41.1",
"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.5",
"vue-material-design-icons": "^5.3.0",
"vuex": "^4.1.0",
"yaml": "^2.5.1"
},
"devDependencies": {
"@esbuild/linux-x64": "^0.24.0",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-vue": "^5.1.3",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.28.0",
"sass": "^1.79.4",
"vite": "^5.4.5",
"vite-plugin-static-copy": "^2.0.0"
},
"dependencies": {
"@nuxtjs/mdc": "^0.9.0",
"@popperjs/core": "^2.11.8",
"mermaid": "^11.2.1",
"shiki": "^1.22.0"
}
}