|
1 | 1 | {
|
2 |
| - "name": "@spectrum-css/datepicker", |
3 |
| - "version": "3.0.0", |
4 |
| - "description": "The Spectrum CSS datepicker component", |
5 |
| - "license": "Apache-2.0", |
6 |
| - "author": "Adobe", |
7 |
| - "homepage": "https://opensource.adobe.com/spectrum-css/", |
8 |
| - "repository": { |
9 |
| - "type": "git", |
10 |
| - "url": "https://github.com/adobe/spectrum-css.git", |
11 |
| - "directory": "components/datepicker" |
12 |
| - }, |
13 |
| - "bugs": { |
14 |
| - "url": "https://github.com/adobe/spectrum-css/issues" |
15 |
| - }, |
16 |
| - "main": "dist/index.css", |
17 |
| - "files": [ |
18 |
| - "dist/*", |
19 |
| - "CHANGELOG.md", |
20 |
| - "package.json", |
21 |
| - "stories/template.js", |
22 |
| - "metadata/mods.md" |
23 |
| - ], |
24 |
| - "peerDependencies": { |
25 |
| - "@spectrum-css/calendar": ">=4", |
26 |
| - "@spectrum-css/pickerbutton": ">=4", |
27 |
| - "@spectrum-css/popover": ">=6", |
28 |
| - "@spectrum-css/textfield": ">=6", |
29 |
| - "@spectrum-css/tokens": ">=14.0.0-next.3" |
30 |
| - }, |
31 |
| - "keywords": [ |
32 |
| - "spectrum", |
33 |
| - "css", |
34 |
| - "design system", |
35 |
| - "adobe" |
36 |
| - ], |
37 |
| - "publishConfig": { |
38 |
| - "access": "public" |
39 |
| - } |
| 2 | + "name": "@spectrum-css/datepicker", |
| 3 | + "version": "3.0.0", |
| 4 | + "description": "The Spectrum CSS datepicker component", |
| 5 | + "license": "Apache-2.0", |
| 6 | + "author": "Adobe", |
| 7 | + "homepage": "https://opensource.adobe.com/spectrum-css/", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/adobe/spectrum-css.git", |
| 11 | + "directory": "components/datepicker" |
| 12 | + }, |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/adobe/spectrum-css/issues" |
| 15 | + }, |
| 16 | + "main": "dist/index.css", |
| 17 | + "files": [ |
| 18 | + "dist/*", |
| 19 | + "metadata/mods.md", |
| 20 | + "stories/template.js" |
| 21 | + ], |
| 22 | + "peerDependencies": { |
| 23 | + "@spectrum-css/calendar": ">=4", |
| 24 | + "@spectrum-css/pickerbutton": ">=4", |
| 25 | + "@spectrum-css/popover": ">=6", |
| 26 | + "@spectrum-css/textfield": ">=6", |
| 27 | + "@spectrum-css/tokens": ">=14.0.0-next.3" |
| 28 | + }, |
| 29 | + "keywords": [ |
| 30 | + "adobe", |
| 31 | + "css", |
| 32 | + "design system", |
| 33 | + "spectrum" |
| 34 | + ], |
| 35 | + "publishConfig": { |
| 36 | + "access": "public" |
| 37 | + } |
40 | 38 | }
|
0 commit comments