-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 1.3 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
{
"name": "stvt",
"private": true,
"access": "restricted",
"type": "module",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/spectrum-tokens.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/spectrum-tokens/issues"
},
"homepage": "https://github.com/adobe/spectrum-tokens/tree/main/docs/visualizer#readme",
"devDependencies": {
"@types/node": "^22.7.5",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"dependencies": {
"@spectrum-web-components/action-button": "^0.48.1",
"@spectrum-web-components/button": "^0.48.1",
"@spectrum-web-components/button-group": "^0.48.1",
"@spectrum-web-components/field-group": "^0.48.1",
"@spectrum-web-components/field-label": "^0.48.1",
"@spectrum-web-components/link": "^0.48.1",
"@spectrum-web-components/overlay": "^0.48.1",
"@spectrum-web-components/popover": "^0.48.1",
"@spectrum-web-components/search": "^0.48.1",
"@spectrum-web-components/slider": "^0.48.1",
"@spectrum-web-components/switch": "^0.48.1",
"@spectrum-web-components/textfield": "^0.48.1",
"@spectrum-web-components/theme": "^0.48.1",
"@spectrum-web-components/toast": "^0.48.1",
"@spectrum-web-components/tooltip": "^0.48.1",
"lit": "^3.2.1"
}
}