-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.25 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.25 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@labor-digital/vuetiful",
"homepage": "https://vuetiful.labor.tools/",
"bugs": {
"url": "https://github.com/labor-digital/vuetiful/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:labor-digital/vuetiful.git"
},
"author": {
"name": "LABOR.digital",
"email": "info@labor.tools",
"url": "https://www.labor.digital"
},
"contributors": [
{
"name": "Martin Neundorfer",
"email": "code@neunerlei.eu",
"url": "https://www.neunerlei.eu"
},
{
"name": "Kim Martini",
"email": "k.martini@labor.digital"
}
],
"version": "1.37.6",
"description": "A library of ui component skeletons for vue.js",
"main": "dist/index.js",
"module": "src/index.ts",
"types": "dist/types/index.d.ts",
"scripts": {
"storybook": "start-storybook --no-version-updates -s ./.storybook/public -p 6006",
"build-storybook": "build-storybook -s ./.storybook/public",
"build": "cd build && node build.js"
},
"license": "Apache-2.0",
"peerDependencies": {
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"@labor-digital/helferlein": "^4.2.0",
"nouislider": "^14.6.3"
},
"dependencies": {
"@popperjs/core": "^2.7.0",
"url-parse": "^1.5.0",
"vue-cool-select": "^3.5.2",
"vue-functional-data-merge": "^3.1.0"
},
"devDependencies": {
"@labor-digital/asset-building": "8.0.13",
"@labor-digital/asset-building-env-vuejs": "^4.0.2",
"@labor-digital/helferlein": "^4.2.0",
"@storybook/addon-actions": "6.0.28",
"@storybook/addon-docs": "6.0.28",
"@storybook/addon-knobs": "6.0.28",
"@storybook/addon-links": "6.0.28",
"@storybook/addon-viewport": "6.0.28",
"@storybook/addons": "6.0.28",
"@storybook/vue": "6.0.28",
"@types/nouislider": "^9.0.9",
"@types/url-parse": "^1.4.3",
"fork-ts-checker-webpack-plugin": "^6.0.3",
"nouislider": "^14.6.3",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
}
}