-
Notifications
You must be signed in to change notification settings - Fork 198
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 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
{
"name": "@spectrum-css/tokens",
"version": "16.0.1",
"description": "The Spectrum CSS tokens package",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "tokens"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"exports": {
".": "./dist/css/index.css",
"./*.md": "./*.md",
"./dist/*": "./dist/*",
"./dist/index.css": "./dist/css/index.css",
"./package.json": "./package.json"
},
"main": "dist/css/index.css",
"files": [
"dist",
"*.md",
"package.json"
],
"devDependencies": {
"@adobe/spectrum-tokens": "0.0.0-s2-foundations-20241121221506",
"@adobe/token-diff-generator": "^1.3.0",
"@nxkit/style-dictionary": "^6.0.0",
"@spectrum-tools/postcss-rgb-mapping": "1.0.0",
"postcss": "^8.5.3",
"postcss-sorting": "^9.1.0",
"style-dictionary": "^3.9.2",
"style-dictionary-sets": "^2.3.0"
},
"keywords": [
"design-system",
"spectrum",
"spectrum-css",
"adobe",
"adobe-spectrum",
"tokens",
"css"
],
"publishConfig": {
"access": "public"
}
}