forked from RedHat-UX/red-hat-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 5.13 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "@rhds/elements",
"version": "1.0.0-beta.18",
"description": "Red Hat Design System Elements",
"type": "module",
"license": "MIT",
"customElements": "custom-elements.json",
"exports": {
".": "./rhds.min.js",
"./*": "./elements/*"
},
"contributors": [
"Benny Powers <[email protected]>",
"Brian Ferry <[email protected]>",
"Corey Vickery <[email protected]>",
"Em Nouveau <[email protected]>",
"Michael Potter <[email protected]",
"Wes Ruvalcaba <[email protected]>",
"Steven Spriggs <[email protected]>",
"Kelsey Swanson <[email protected]>"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"!*.ts",
"!*.{spec,e2e}.ts",
"elements/*/*.{js,md,map,txt,d.ts}",
"elements/*/*-lightdom.css",
"!elements/*/docs/**/*.{js,html,css,md}",
"!elements/*/demo/**/*.{js,html,css,md}",
"!elements/*/test/*.{spec,e2e}.{ts,d.ts}",
"lib/**/*.{js,md,map,css,svg,md,html,txt,d.ts}",
"custom-elements.json",
"rhds.min*"
],
"scripts": {
"-----DEV--------": "Development aids",
"start": "run-p dev watch:docs:analyze",
"start:demo": "npm run dev",
"dev": "web-dev-server --open --watch",
"watch:docs": "run-p watch:docs:*",
"watch:docs:analyze": "npm run watch:analyze",
"watch:docs:eleventy": "npm run build:docs -- --serve",
"watch:compile": "ttsc --watch",
"new": "npm init @patternfly/element",
"-----BUILD------": "Prepare dist artifacts",
"analyze": "cem analyze",
"watch:analyze": "npm run analyze -- --watch",
"build": "run-s build:*",
"build:analyze": "npm run analyze",
"build:compile": "ttsc",
"build:styles": "node scripts/transform-css.js",
"build:bundle": "node scripts/bundle.js",
"build:docs": "eleventy --config=.eleventy.cjs",
"-----TEST-------": "Test packages",
"test": "wtr --group default",
"-----TEST---ALL FRAMEWORKS--": "Test packages - all frameworks",
"test:ci": "wtr",
"test:watch": "wtr --watch",
"test:vue": "wtr --watch --group with-vue",
"test:react": "wtr --watch --group with-react",
"-----TEST---VISUAL REGRESSION--": "Test packages for visual regressions, locally",
"test:e2e": "run-s test:e2e:build test:e2e:test",
"test:e2e:build": "run-s build:analyze build:docs build:compile",
"test:e2e:update": "playwright test --update-snapshots",
"test:e2e:test": "playwright test",
"-----DIST-------": "Publish packages",
"site": "run-s build:analyze build:elements build:docs",
"prepublishOnly": "npm run build",
"-----UTIL-------": "Manages the repo",
"clean": "git clean -fX -e node_modules",
"clean:nuke": "git clean -fX",
"lint": "run-s lint:*",
"lint:eslint": "eslint .",
"lint:styles": "stylelint 'elements/**/*.css' 'docs/**/*.scss'",
"prepare": "husky install",
"proxy": "npx spandx -c spandx.config.cjs"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
},
"dependencies": {
"@patternfly/pfe-accordion": "next",
"@patternfly/pfe-autocomplete": "next",
"@patternfly/pfe-avatar": "next",
"@patternfly/pfe-badge": "next",
"@patternfly/pfe-band": "next",
"@patternfly/pfe-button": "next",
"@patternfly/pfe-card": "next",
"@patternfly/pfe-collapse": "next",
"@patternfly/pfe-cta": "next",
"@patternfly/pfe-datetime": "next",
"@patternfly/pfe-dropdown": "next",
"@patternfly/pfe-health-index": "next",
"@patternfly/pfe-icon": "next",
"@patternfly/pfe-icon-panel": "next",
"@patternfly/pfe-jump-links": "next",
"@patternfly/pfe-markdown": "next",
"@patternfly/pfe-modal": "next",
"@patternfly/pfe-number": "next",
"@patternfly/pfe-page-status": "next",
"@patternfly/pfe-progress-indicator": "next",
"@patternfly/pfe-select": "next",
"@patternfly/pfe-styles": "next",
"@patternfly/pfe-tabs": "next",
"@patternfly/pfe-toast": "next",
"@patternfly/pfe-tooltip": "next",
"@rhds/tokens": "^1.0.0-beta.3",
"lit": "^2.3.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@jspm/generator": "^1.0.0-beta.33",
"@lrnwebcomponents/code-sample": "^4.1.0",
"@patternfly/create-element": "^1.0.0 || ^1.0.0-next.9",
"@patternfly/eslint-config-elements": "next",
"@patternfly/pfe-sass": "next",
"@patternfly/pfe-tools": "next",
"@playwright/test": "^1.25.1",
"async-csv": "^2.1.3",
"autoprefixer": "^10.4.8",
"cssnano": "^5.1.13",
"custom-elements-manifest": "^1.0.0",
"eleventy-plugin-dart-sass": "^1.0.3",
"eleventy-plugin-nesting-toc": "^1.3.0",
"esbuild": "^0.14.49",
"git-branch": "^2.0.1",
"husky": "^8.0.0",
"leasot": "^13.2.0",
"markdown-it-anchor": "^8.6.4",
"npm-run-all": "^4.1.5",
"open": "^8.0.4",
"postcss-pxtorem": "^6.0.0",
"renamer": "^4.0.0",
"sassdoc": "^2.7.4",
"spandx": "^2.2.5",
"stylelint": "^14.9.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^28.0.0",
"ttypescript": "^1.5.13"
}
}