forked from hperrin/svelte-material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.16 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
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
121
122
123
124
125
126
127
{
"name": "svelte-material-ui",
"version": "4.2.0",
"description": "Svelte Material UI Components",
"keywords": [
"svelte",
"svelte3",
"material-ui",
"material-design",
"material",
"svelte-components",
"sveltejs"
],
"scripts": {
"pages": "git checkout site -- && git rebase master && cd site && npm install && npm run export && cd .. && git add . && git commit -m 'chore: update built files' && git push origin $(git subtree split --prefix site/dist site):gh-pages --force && git reset --hard HEAD^ && git push --force origin site && git checkout master",
"prepare": "smui-theme compile bare.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bare.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hperrin/svelte-material-ui.git"
},
"author": "Hunter Perrin <[email protected]>",
"bugs": {
"url": "https://github.com/hperrin/svelte-material-ui/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@smui/banner": "4.2.0",
"@smui/button": "4.2.0",
"@smui/card": "4.2.0",
"@smui/checkbox": "4.2.0",
"@smui/chips": "4.2.0",
"@smui/circular-progress": "4.2.0",
"@smui/common": "4.2.0",
"@smui/data-table": "4.2.0",
"@smui/dialog": "4.2.0",
"@smui/drawer": "4.2.0",
"@smui/fab": "4.2.0",
"@smui/floating-label": "4.2.0",
"@smui/form-field": "4.2.0",
"@smui/icon-button": "4.2.0",
"@smui/image-list": "4.2.0",
"@smui/layout-grid": "4.2.0",
"@smui/line-ripple": "4.2.0",
"@smui/linear-progress": "4.2.0",
"@smui/list": "4.2.0",
"@smui/menu": "4.2.0",
"@smui/menu-surface": "4.2.0",
"@smui/notched-outline": "4.2.0",
"@smui/paper": "4.2.0",
"@smui/radio": "4.2.0",
"@smui/ripple": "4.2.0",
"@smui/segmented-button": "4.2.0",
"@smui/select": "4.2.0",
"@smui/slider": "4.2.0",
"@smui/snackbar": "4.2.0",
"@smui/switch": "4.2.0",
"@smui/tab": "4.2.0",
"@smui/tab-bar": "4.2.0",
"@smui/tab-indicator": "4.2.0",
"@smui/tab-scroller": "4.2.0",
"@smui/textfield": "4.2.0",
"@smui/tooltip": "4.2.0",
"@smui/top-app-bar": "4.2.0",
"@smui/touch-target": "4.2.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@material/animation": "^11.0.0",
"@material/banner": "^11.0.0",
"@material/button": "^11.0.0",
"@material/card": "^11.0.0",
"@material/checkbox": "^11.0.0",
"@material/chips": "^11.0.0",
"@material/circular-progress": "^11.0.0",
"@material/data-table": "^11.0.0",
"@material/density": "^11.0.0",
"@material/dialog": "^11.0.0",
"@material/dom": "^11.0.0",
"@material/drawer": "^11.0.0",
"@material/elevation": "^11.0.0",
"@material/fab": "^11.0.0",
"@material/feature-targeting": "^11.0.0",
"@material/floating-label": "^11.0.0",
"@material/form-field": "^11.0.0",
"@material/icon-button": "^11.0.0",
"@material/image-list": "^11.0.0",
"@material/layout-grid": "^11.0.0",
"@material/line-ripple": "^11.0.0",
"@material/linear-progress": "^11.0.0",
"@material/list": "^11.0.0",
"@material/menu": "^11.0.0",
"@material/menu-surface": "^11.0.0",
"@material/notched-outline": "^11.0.0",
"@material/progress-indicator": "^11.0.0",
"@material/radio": "^11.0.0",
"@material/ripple": "^11.0.0",
"@material/rtl": "^11.0.0",
"@material/segmented-button": "^11.0.0",
"@material/select": "^11.0.0",
"@material/shape": "^11.0.0",
"@material/slider": "^11.0.0",
"@material/snackbar": "^11.0.0",
"@material/switch": "^11.0.0",
"@material/tab": "^11.0.0",
"@material/tab-bar": "^11.0.0",
"@material/tab-indicator": "^11.0.0",
"@material/tab-scroller": "^11.0.0",
"@material/textfield": "^11.0.0",
"@material/theme": "^11.0.0",
"@material/tooltip": "^11.0.0",
"@material/top-app-bar": "^11.0.0",
"@material/touch-target": "^11.0.0",
"@material/typography": "^11.0.0",
"husky": "^6.0.0",
"lerna": "^4.0.0",
"prettier": "2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"sass": "^1.32.11",
"smui-theme": "file:packages/smui-theme"
}
}