This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.76 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
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@limanmys/carbon-vue",
"description": "A collection of components for the Carbon Design System built using Vue.js",
"version": "2.42.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/limanmys/carbon-vue.git"
},
"bugs": {
"url": "https://github.com/limanmys/carbon-vue/issues/new"
},
"homepage": "http://vue.carbondesignsystem.com/",
"main": "dist/carbon-vue.umd.min.js",
"keywords": [
"carbon",
"vue",
"components"
],
"directories": {
"src": "src",
"test": "__tests__"
},
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Lee Chase",
"email": "[email protected]"
},
{
"name": "Simon Moore",
"email": "[email protected]"
},
{
"name": "Mariia Zrianina",
"email": "[email protected]"
},
{
"name": "Dave Clark",
"email": "[email protected]"
},
{
"name": "Oleksandr Sabov",
"email": "[email protected]"
},
{
"name": "Conrad Schmidt",
"email": "[email protected]"
}
],
"files": [
"/dist",
"/src"
],
"scripts": {
"build": "vue-cli-service build --target lib --name carbon-vue ./src/index.js --no-clean",
"clean": "rimraf dist node_modules/.cache",
"postinstall": "carbon-telemetry collect --install"
},
"engines": {
"node": ">=10.x"
},
"sideEffects": true,
"dependencies": {
"@carbon/icons-vue": "10.41.0",
"@carbon/telemetry": "^0.0.0-alpha.6",
"carbon-components": "10.46.0",
"flatpickr": "4.6.9",
"vue": "^2.6.14"
},
"devDependencies": {
"@vue/cli-service": "^3.11.0",
"eslint-plugin-prettier": "^3.3.1",
"vue-template-compiler": "^2.6.14"
}
}