-
Notifications
You must be signed in to change notification settings - Fork 195
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "@spectrum-css/tokens",
"version": "14.6.0",
"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"
},
"main": "dist/index.css",
"files": [
"dist",
"CHANGELOG.md",
"README.md",
"package.json"
],
"devDependencies": {
"@adobe/spectrum-tokens": "12.25.0",
"@nxkit/style-dictionary": "^5.0.0",
"cssnano": "^7.0.3",
"cssnano-preset-advanced": "^7.0.6",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-licensing": "^2.0.0",
"postcss-rgb-mapping": "workspace:^",
"postcss-sorting": "^9.1.0",
"prettier": "^3.2.5",
"style-dictionary": "^3.9.2",
"style-dictionary-sets": "^2.3.0"
},
"keywords": [
"spectrum",
"css",
"design system",
"adobe"
],
"publishConfig": {
"access": "public"
}
}