-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathpackage.json
214 lines (214 loc) · 7.34 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"name": "@haxtheweb/webcomponents",
"description": "HAXTheWeb web component library",
"orgNpm": "@haxtheweb",
"monorepo": "webcomponents",
"wcfactory": {
"askSASS": false,
"askProps": false,
"askHAX": false,
"monorepo": "webcomponents",
"orgNpm": "@haxtheweb",
"orgGit": "haxtheweb",
"gitRepo": "https://github.com/haxtheweb/webcomponents.git",
"sass": {
"name": "rh-sass",
"pkg": "@rhelements/rh-sass",
"path": "rh-sass/rh-sass"
},
"license": "Apache-2.0"
},
"author": {
"name": "haxtheweb",
"url": "https://hax.psu.edu/"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/haxtheweb/webcomponents.git"
},
"scripts": {
"prepare": "husky install",
"start": "bash scripts/preinstall.sh && yarn run storybook",
"lerna": "lerna",
"devhax": "yarn run haxsite",
"haxsite": "cd elements/haxcms-elements && yarn start",
"preinstall": "bash scripts/preinstall.sh",
"postinstall": "bash scripts/postinstall.sh && ./node_modules/.bin/patch-package",
"init": "lerna init",
"format": "run-s format:*",
"format:js": "prettier --write **/*.{js,json}",
"format:css": "stylelint --fix **/*.css",
"test": "lerna run test --concurrency=1",
"build": "lerna run build && yarn run build-storybook",
"publish": "echo 'NOTICE: You must run `lerna publish` manually'",
"storybook": "set STORYBOOK=true && npx --max_old_space_size=16384 start-storybook --node-resolve --watch --open",
"build-storybook": "export NODE_OPTIONS=--openssl-legacy-provider && set NODE_OPTIONS=--openssl-legacy-provider && set STORYBOOK=true && npx --openssl-legacy-provider --max_old_space_size=16384 build-storybook && cp elements/*/demo/*.json --parents storybook && cp elements/*/lib/*.json --parents storybook",
"rebuild-wcfcache": "./node_modules/.bin/gulp",
"haxschema": "./node_modules/.bin/gulp haxschema",
"new": "hax",
"ubiquity": "polymer build && yarn run terser && yarn run wc-autoloader && yarn run version-match && mkdir build/es6/node_modules/@lrnwebcomponents && cp -R build/es6/node_modules/@haxtheweb/wc-autoload build/es6/node_modules/@lrnwebcomponents/wc-autoload && cp -R build/es6/node_modules/@haxtheweb/dynamic-import-registry build/es6/node_modules/@lrnwebcomponents/dynamic-import-registry",
"ubiquity-testing": "bash scripts/ubiquity-testing.sh",
"ubiquity-push": "bash scripts/ubiquity-push.sh",
"terser": "gulp terser --gulpfile=gulpfile.mjs",
"wc-autoloader": "gulp wc-autoloader --gulpfile=gulpfile.mjs",
"version-match": "gulp version-match --gulpfile=gulpfile.mjs",
"depcheck": "depcheck"
},
"peerDependencies": {
"@web/test-runner": "0.19.0",
"@web/test-runner-commands": "0.9.0",
"@web/test-runner-playwright": "0.11.0"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@emotion/core": "0.13.1",
"@emotion/styled": "0.10.6",
"@haxtheweb/course-design": "^10.0.1",
"@haxtheweb/lrn-math": "^10.0.1",
"@haxtheweb/media-image": "^10.0.1",
"@haxtheweb/video-player": "^10.0.1",
"@lit-labs/ssr": "^3.2.2",
"@lit-labs/virtualizer": "^2.0.14",
"@open-wc/building-utils": "2.18.4",
"@open-wc/demoing-storybook": "2.4.7",
"@open-wc/storybook": "0.2.8",
"@open-wc/storybook-prebuilt": "1.2.0",
"@open-wc/testing": "4.0.0",
"@open-wc/webpack-import-meta-loader": "0.4.7",
"@rollup/plugin-commonjs": "21.0.1",
"@webcomponents/webcomponentsjs": "^2.8.0",
"concurrently": "9.1.2",
"depcheck": "^1.4.7",
"lit": "^3.2.1",
"lit-html": "^3.2.1",
"lunr": "2.3.9",
"node-html-parser": "^6.1.13",
"patch-package": "8.0.0",
"url": "0.11.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-transform-optional-catch-binding": "7.23.4",
"@babel/preset-env": "^7.16.4",
"@custom-elements-manifest/analyzer": "^0.10.4",
"wc-dox": "1.1.0",
"@haxtheweb/create": "^10.0.0",
"@open-wc/building-rollup": "^2.0.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@web/dev-server": "0.4.6",
"html-element": "2.3.1",
"@web/rollup-plugin-html": "^2.0.1",
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
"babel-loader": "8.2.3",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-template-html-minifier": "^4.1.0",
"babel-plugin-transform-custom-element-classes": "0.1.0",
"babel-plugin-transform-dynamic-imports-to-static-imports": "1.0.0",
"babel-plugin-transform-es2015-modules-umd": "6.24.1",
"babel-preset-env": "1.7.0",
"commit-and-tag-version": "^12.4.1",
"core-js": "3.21.1",
"decomment": "0.9.5",
"deepmerge": "^4.2.2",
"del": "6.0.0",
"dialog-polyfill": "0.5.6",
"file-loader": "6.2.0",
"global": "4.4.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.3.0",
"gulp-concat-util": "0.5.5",
"gulp-copy": "4.0.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.3",
"gulp-sass": "5.1.0",
"gulp-sequence": "1.0.0",
"gulp-shell": "0.8.0",
"gulp-strip-css-comments": "2.0.0",
"gulp-svg-sprite": "1.5.0",
"gulp-terser": "2.1.0",
"gulp-trim": "1.0.2",
"helmet": "8.0.0",
"husky": "7.0.4",
"imagemin-lint-staged": "0.5.1",
"inquirer-recursive": "0.0.7",
"jest": "27.5.1",
"lerna": "4.0.0",
"lint-staged": "15.2.2",
"lorem-ipsum": "^2.0.3",
"npm-run-all": "^4.1.5",
"polymer-build": "3.1.4",
"polymer-cli": "^1.9.11",
"polymer-webpack-loader": "2.0.3",
"prettier": "3.2.5",
"raw-loader": "4.0.2",
"react": "*",
"react-dom": "*",
"regenerator-runtime": "^0.13.5",
"requirejs": "2.3.7",
"rimraf": "^3.0.2",
"rollup": "2.78.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-rewrite-imports": "2.0.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-workbox": "^6.2.0",
"strip-css-comments": "3.0.0",
"stylelint": "15.10.1",
"symlink-dir": "5.0.1",
"trim": "1.0.1",
"wct-browser-legacy": "1.0.2",
"web-animations-js": "2.3.2",
"web-component-tester": "6.9.2",
"webpack": "5.87.0",
"webpack-node-externals": "3.0.0",
"whatwg-fetch": "3.6.2",
"yo": "4.3.0"
},
"resolutions": {
"@mdjs/mdjs-preview": "0.5.9",
"@google/model-viewer": "3.2.1",
"webpack": "5.87.0",
"@rollup/plugin-node-resolve": "15.3.0",
"roughjs": "4.4.5",
"lit": "3.2.1",
"lit-html": "3.2.1",
"lit-element": "4.1.1",
"@lit-labs/virtualizer": "2.0.14",
"polymer-cli": "1.9.11",
"polymer-build": "3.1.4"
},
"lint-staged": {
"*.{js,json}": "prettier --write",
"*.{png,jpeg,jpg,gif,svg}": "imagemin-lint-staged",
"*.css": "stylelint --fix"
},
"keywords": [
"webcomponents",
"html",
"haxtheweb",
"lit"
],
"private": true,
"npmClient": "yarn",
"useWorkspaces": true,
"workspaces": {
"packages": [
"elements/*"
],
"nohoist": []
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"version": "10.0.0"
}