-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.95 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 3.95 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "@toshusai/spectrum-vue",
"version": "0.2.9",
"description": "UI Components for Vue based on Adobe Spectrum",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"scripts": {
"build": "rollup -c",
"lint": "eslint --fix --ext \".ts,.vue\" --ignore-path .gitignore .",
"prepublish": "npm run build"
},
"peerDependencies": {
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "^1.2.1",
"@spectrum-css/accordion": "^3.0.9",
"@spectrum-css/actionbutton": "^1.0.5",
"@spectrum-css/actiongroup": "^1.0.4",
"@spectrum-css/actionmenu": "^3.0.9",
"@spectrum-css/asset": "^3.0.8",
"@spectrum-css/assetlist": "^3.0.9",
"@spectrum-css/avatar": "^5.0.4",
"@spectrum-css/badge": "^1.0.6",
"@spectrum-css/breadcrumb": "^4.0.5",
"@spectrum-css/button": "^4.0.0",
"@spectrum-css/buttongroup": "^3.0.9",
"@spectrum-css/calendar": "^3.0.9",
"@spectrum-css/checkbox": "^3.0.9",
"@spectrum-css/coachmark": "^3.0.9",
"@spectrum-css/colorarea": "^1.0.3",
"@spectrum-css/colorhandle": "^1.0.3",
"@spectrum-css/colorloupe": "^1.0.8",
"@spectrum-css/colorslider": "^1.0.3",
"@spectrum-css/colorwheel": "^1.0.8",
"@spectrum-css/dial": "^1.0.9",
"@spectrum-css/dialog": "^3.0.9",
"@spectrum-css/divider": "^1.0.4",
"@spectrum-css/dropindicator": "^3.0.4",
"@spectrum-css/dropzone": "^3.0.9",
"@spectrum-css/fieldgroup": "^3.0.9",
"@spectrum-css/fieldlabel": "^4.0.0",
"@spectrum-css/helptext": "^1.0.5",
"@spectrum-css/icon": "^3.0.4",
"@spectrum-css/inlinealert": "^2.0.5",
"@spectrum-css/inputgroup": "^4.0.0",
"@spectrum-css/link": "^3.1.8",
"@spectrum-css/menu": "^3.0.8",
"@spectrum-css/modal": "^3.0.3",
"@spectrum-css/page": "^3.0.3",
"@spectrum-css/pagination": "^3.0.9",
"@spectrum-css/picker": "^1.1.3",
"@spectrum-css/pickerbutton": "^1.1.0",
"@spectrum-css/popover": "^3.0.4",
"@spectrum-css/progressbar": "^1.0.9",
"@spectrum-css/progresscircle": "^1.0.8",
"@spectrum-css/quickaction": "^3.0.9",
"@spectrum-css/radio": "^3.0.9",
"@spectrum-css/sidenav": "^3.0.8",
"@spectrum-css/slider": "^3.0.5",
"@spectrum-css/splitbutton": "^3.0.9",
"@spectrum-css/splitview": "^3.0.4",
"@spectrum-css/table": "^4.0.4",
"@spectrum-css/tabs": "^3.1.0",
"@spectrum-css/tag": "^3.1.2",
"@spectrum-css/textfield": "^3.0.3",
"@spectrum-css/thumbnail": "^1.0.3",
"@spectrum-css/toast": "^4.1.2",
"@spectrum-css/treeview": "^4.0.0",
"@spectrum-css/typography": "4.0.4",
"@spectrum-css/underlay": "^2.0.16",
"@spectrum-css/vars": "^4.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "7.15.1",
"prettier": "^2.4.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/color-convert": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/compiler-sfc": "^3.0.0-rc.5",
"color-convert": "^2.0.1",
"eslint": "7.32.0",
"rollup": "^2.23.1",
"rollup-plugin-import-css": "^3.0.2",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-typescript2": "^0.27.2",
"rollup-plugin-vue": "^5.1.6",
"typescript": "^4.4.4",
"vue": "^2.6.11",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "^2.6.11"
},
"keywords": [
"vue",
"typescript",
"component",
"ui-framework",
"adobe",
"adobe-spectrum",
"spectrum-css"
],
"author": "toshusai",
"license": "MIT",
"homepage": "https://github.com/toshusai/spectrum-vue#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/toshusai/spectrum-vue"
},
"bugs": {
"url": "https://github.com/toshusai/spectrum-vue/issues"
},
"publishConfig": {
"access": "public"
}
}