-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.79 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
{
"name": "demo",
"version": "1.3.2",
"description": "Showcase for common UI components",
"license": "UNLICENSED",
"author": "KNIME AG, Zurich, Switzerland",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "run-p 'lint:* -- --fix --cache'",
"lint:js": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"lint:css": "stylelint '**/*.{css,vue}'",
"format": "prettier --write --cache .",
"format:check": "prettier --check --cache .",
"deploy": "gh-pages -d dist -m 'Deploy to GitHub pages' --dotfiles",
"postinstall": "license-check -o licenses/used-packages.json"
},
"dependencies": {
"@fontsource/roboto": "^5.0.13",
"@fontsource/roboto-mono": "^5.0.18",
"@knime/hub-features": "workspace:*",
"@knime/components": "workspace:*",
"@knime/licenses": "workspace:*",
"@knime/rich-text-editor": "workspace:*",
"@knime/virtual-tree": "workspace:*",
"@knime/styles": "workspace:*",
"@knime/utils": "workspace:*",
"@vueuse/core": "10.4.1",
"consola": "3.2.3",
"prismjs": "1.29.0",
"vue": "^3.4.21",
"vue-router": "4.1.6"
},
"devDependencies": {
"@knime/eslint-config": "workspace:*",
"@tsconfig/node22": "22.0.0",
"@types/node": "22.10.10",
"@vitejs/plugin-vue": "5.0.3",
"eslint": "8.56.0",
"gh-pages": "5.0.0",
"npm-run-all": "4.1.5",
"prettier": "3.1.1",
"stylelint": "16.1.0",
"vite": "5.0.12",
"vite-svg-loader": "5.1.0"
},
"engines": {
"node": "22.x"
},
"volta": {
"node": "22.11.0"
},
"packageManager": "pnpm@10.2.0+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001"
}