-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 1.41 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
{
"name": "adobe-io-website",
"version": "1.1.0",
"scripts": {
"lint": "eslint .",
"buildCss": "mkdir -p hlx_statics/spectrum/minified/ && postcss -o hlx_statics/spectrum/minified/index.min.css styles-includes.css"
},
"devDependencies": {
"@adobe/eslint-config-helix": "1.1.3",
"@babel/core": "7.13.10",
"@babel/eslint-parser": "7.13.10",
"eslint": "7.15.0",
"eslint-plugin-header": "3.1.0",
"eslint-plugin-import": "2.22.1",
"postcss": "^8.2.6",
"postcss-cli": "^8.3.1",
"postcss-dropunusedvars": "^1.2.0",
"postcss-transformselectors": "^1.1.0",
"postcss-varfallback": "^1.1.0",
"postcss-import": "^14.0.0"
},
"dependencies": {
"@spectrum-css/actionbutton": "^1.1.13",
"@spectrum-css/button": "6.0.13",
"@spectrum-css/card": "5.0.0",
"@spectrum-css/checkbox": "3.1.3",
"@spectrum-css/divider": "1.0.27",
"@spectrum-css/icon": "3.0.23",
"@spectrum-css/inlinealert": "4.0.13",
"@spectrum-css/link": "3.1.23",
"@spectrum-css/menu": "4.0.4",
"@spectrum-css/page": "5.0.11",
"@spectrum-css/picker": "1.2.12",
"@spectrum-css/popover": "5.0.18",
"@spectrum-css/typography": "4.0.20",
"@spectrum-css/vars": "8.0.0",
"@spectrum-css/well": "3.0.22",
"minimist": "^1.2.6"
}
}