-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
207 lines (207 loc) · 7.33 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
{
"name": "app-datepicker",
"version": "6.0.0-rc.33",
"description": "Google Material Design based date picker built with lit",
"keywords": [
"buildwithlit",
"cal",
"calendar",
"date-picker",
"date",
"datepicker",
"lit-element",
"lit-html",
"lit",
"picker",
"polymer-project",
"polymer",
"web-component",
"web-components"
],
"homepage": "https://github.com/motss/app-datepicker",
"repository": {
"type": "git",
"url": "git@github.com:motss/app-datepicker.git"
},
"funding": "https://github.com/motss/lit-ntml?sponsor=1",
"license": "MIT",
"author": {
"name": "Rong Sen Ng (motss)",
"email": "wes.ngrongsen@gmail.com",
"url": "https://github.com/motss"
},
"type": "module",
"exports": {
".": {
"types": "./dist/date-picker/app-date-picker.d.ts",
"import": "./dist/date-picker/app-date-picker.js",
"default": "./dist/date-picker/app-date-picker.js"
},
"./app-date-picker": {
"types": "./dist/date-picker/app-date-picker.d.ts",
"import": "./dist/date-picker/app-date-picker.js",
"default": "./dist/date-picker/app-date-picker.js"
},
"./app-date-picker-dialog": {
"types": "./dist/date-picker-dialog/app-date-picker-dialog.d.ts",
"import": "./dist/date-picker-dialog/app-date-picker-dialog.js",
"default": "./dist/date-picker-dialog/app-date-picker-dialog.js"
},
"./app-date-picker-input": {
"types": "./dist/date-picker-input/app-date-picker-input.d.ts",
"import": "./dist/date-picker-input/app-date-picker-input.js",
"default": "./dist/date-picker-input/app-date-picker-input.js"
},
"./app-month-calendar": {
"types": "./dist/month-calendar/app-month-calendar.d.ts",
"import": "./dist/month-calendar/app-month-calendar.js",
"default": "./dist/month-calendar/app-month-calendar.js"
},
"./app-year-grid": {
"types": "./dist/year-grid/app-year-grid.d.ts",
"import": "./dist/year-grid/app-year-grid.js",
"default": "./dist/year-grid/app-year-grid.js"
},
"./date-picker": {
"types": "./dist/date-picker/date-picker.d.ts",
"import": "./dist/date-picker/date-picker.js",
"default": "./dist/date-picker/date-picker.js"
},
"./date-picker-dialog": {
"types": "./dist/date-picker-dialog/date-picker-dialog.d.ts",
"import": "./dist/date-picker-dialog/date-picker-dialog.js",
"default": "./dist/date-picker-dialog/date-picker-dialog.js"
},
"./date-picker-input": {
"types": "./dist/date-picker-input/date-picker-input.d.ts",
"import": "./dist/date-picker-input/date-picker-input.js",
"default": "./dist/date-picker-input/date-picker-input.js"
},
"./month-calendar": {
"types": "./dist/month-calendar/month-calendar.d.ts",
"import": "./dist/month-calendar/month-calendar.js",
"default": "./dist/month-calendar/month-calendar.js"
},
"./root-element": {
"types": "./dist/root-element/root-element.d.ts",
"import": "./dist/root-element/root-element.js",
"default": "./dist/root-element/root-element.js"
},
"./year-grid": {
"types": "./dist/year-grid/year-grid.d.ts",
"import": "./dist/year-grid/year-grid.js",
"default": "./dist/year-grid/year-grid.js"
},
"./date-picker-dialog/*": "./dist/date-picker-dialog/*",
"./date-picker-input/*": "./dist/date-picker-input/*",
"./date-picker/*": "./dist/date-picker/*",
"./dist/*": "./dist/*",
"./helpers/*": "./helpers/*",
"./month-calendar/*": "./dist/month-calendar/*",
"./root-element/*": "./dist/root-element/*",
"./year-grid/*": "./dist/year-grid/*"
},
"main": "./dist/date-picker/app-date-picker.js",
"module": "./dist/date-picker/app-date-picker.js",
"typings": "./dist/date-picker/app-date-picker.d.ts",
"files": [
"dist/*.*js.map",
"dist/*.*js",
"dist/*.d.ts.map",
"dist/*.d.ts",
"dist/date-picker-dialog/.*js.map",
"dist/date-picker-dialog/*.*js",
"dist/date-picker-dialog/*.d.ts.map",
"dist/date-picker-dialog/*.d.ts",
"dist/date-picker-input-surface/.*js.map",
"dist/date-picker-input-surface/*.*js",
"dist/date-picker-input-surface/*.d.ts.map",
"dist/date-picker-input-surface/*.d.ts",
"dist/date-picker-input/.*js.map",
"dist/date-picker-input/*.*js",
"dist/date-picker-input/*.d.ts.map",
"dist/date-picker-input/*.d.ts",
"dist/date-picker/.*js.map",
"dist/date-picker/*.*js",
"dist/date-picker/*.d.ts.map",
"dist/date-picker/*.d.ts",
"dist/helpers/.*js.map",
"dist/helpers/*.*js",
"dist/helpers/*.d.ts.map",
"dist/helpers/*.d.ts",
"dist/icon-button/.*js.map",
"dist/icon-button/*.*js",
"dist/icon-button/*.d.ts.map",
"dist/icon-button/*.d.ts",
"dist/mixins/.*js.map",
"dist/mixins/*.*js",
"dist/mixins/*.d.ts.map",
"dist/mixins/*.d.ts",
"dist/month-calendar/.*js.map",
"dist/month-calendar/*.*js",
"dist/month-calendar/*.d.ts.map",
"dist/month-calendar/*.d.ts",
"dist/root-element/.*js.map",
"dist/root-element/*.*js",
"dist/root-element/*.d.ts.map",
"dist/root-element/*.d.ts",
"dist/year-grid/.*js.map",
"dist/year-grid/*.*js",
"dist/year-grid/*.d.ts.map",
"dist/year-grid/*.d.ts",
"!**/*test*/**/*.*"
],
"scripts": {
"build": "npm run clean && tsc",
"clean": "sh $(npm root)/@reallyland/tools/cleanup.sh",
"dev": "npm run serve & npm run watch",
"lint": "sh $(npm root)/@reallyland/tools/lint-build.sh -c ./.eslintrc.json",
"lint-commit": "sh $(npm root)/@reallyland/tools/lint-commit.sh",
"lint:build": "sh $(npm root)/@reallyland/tools/lint-build.sh -c ./.build.eslintrc.json",
"pre-commit": "sh $(npm root)/@reallyland/tools/pre-commit.sh",
"prepublishOnly": "npm run lint:build && npm run build",
"serve": "npm x -y @web/dev-server@latest -- wds --node-resolve -dw -p 3030 -a index.html",
"test": "wtr --config wtr.config.mjs --update-snapshots",
"test:pw": "vitest --coverage -u",
"test:dev": "npm run test:helpers && npm run test:el",
"test:el": "COVERAGE=true npm t",
"install:pw": "pnpm playwright install",
"test:helpers": "COVERAGE=true TEST_HELPERS=true npm t",
"version": "sh $(npm root)/@reallyland/tools/generate-changelogs.sh && git add *CHANGELOG.md",
"watch": "npm run clean && tsc --watch",
"wtr": "node --max-old-space-size=8192 --trace-deprecation ./node_modules/.bin/wtr --config wtr.config.mjs"
},
"dependencies": {
"@material/mwc-base": "^0.27.0",
"@material/mwc-button": "^0.27.0",
"@material/mwc-dialog": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-menu": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"@reallyland/tools": "^0.9.7",
"lit": "^3.1.0",
"nodemod": "^3.0.6",
"tslib": "^2.6.2"
},
"devDependencies": {
"@lit-labs/testing": "^0.2.3",
"@open-wc/testing-helpers": "^3.0.0",
"@testing-library/jest-dom": "^6.2.0",
"@vitest/browser": "^1.1.3",
"@vitest/coverage-istanbul": "^1.1.3",
"eslint-plugin-lit": "^1.11.0",
"eslint-plugin-lit-a11y": "^4.1.1",
"happy-dom": "^12.10.3",
"playwright": "^1.40.1",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3"
},
"engines": {
"node": ">= 18.x",
"npm": ">= 10.x"
},
"publishConfig": {
"access": "public"
}
}