-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
61 lines (61 loc) · 1.87 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
52
53
54
55
56
57
58
59
60
61
{
"name": "@adobe/spectrum-css-workflow-icons",
"version": "4.1.0",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css-workflow-icons/",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css-workflow-icons.git"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css-workflow-icons/issues"
},
"main": "dist/manifest.json",
"scripts": {
"changeset": "changeset",
"prepare": "node -e 'require(\"./tasks/publish.js\").default()'",
"build": "node -e 'require(\"./tasks/icons.js\").default()'",
"site": "eleventy",
"clean": "rimraf dist _site",
"serve": "eleventy --serve",
"release": "yarn clean && yarn build && changeset publish"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0-alpha.10",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@netlify/plugin-lighthouse": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@spectrum-css/tokens": "^14.1.0",
"@spectrum-css/typography": "^6.1.0",
"@spectrum-css/textfield": "^7.1.1",
"@spectrum-web-components/bundle": "^0.42.4",
"@spectrum-web-components/story-decorator": "^0.42.4",
"colors": "^1.4.0",
"eleventy-plugin-rollup": "^1.3.0",
"fast-glob": "^3.3.2",
"gh-pages": "^6.1.1",
"http-server": "^14.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"loadicons": "^1.0.0",
"lodash": "^4.17.21",
"markdown-it-anchor": "^9.0.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.17.2"
},
"engines": {
"node": ">=20"
},
"browserslist": [
"last 2 Edge versions",
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions"
]
}