This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
forked from webcomponents/polyfills
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.58 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
{
"name": "webcomponents-polyfills",
"private": true,
"description": "Webcomponents polyfills monorepo",
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"scripts": {
"bootstrap": "lerna bootstrap --ci --reject-cycles",
"build": "lerna run build --stream",
"build:watch": "lerna run build:watch --parallel",
"lint": "lerna run lint --stream",
"test": "wct",
"test-pack": "lerna exec \"npm pack\"",
"test-sauce": "wct -s 'windows 10/microsoftedge@17' -s 'windows 10/microsoftedge@15' -s 'windows 8.1/internet explorer@11' -s 'macos 10.13/safari@12' -s 'macos 10.13/safari@11' -s 'os x 10.11/safari@10' -s 'os x 10.11/safari@9' -s 'Linux/chrome@41'",
"nuke": "rm -rf package-lock.json node_modules && npm install && lerna exec \"rm -f package-lock.json\" && lerna clean --yes && lerna bootstrap && lerna exec --stream -- \"test -f package-lock.json || npm install --package-lock-only\""
},
"devDependencies": {
"@gulp-sourcemaps/sources-content": "^1.0.0",
"babel-core": "^6.26.3",
"chokidar-cli": "^2.1.0",
"del": "^3.0.0",
"eslint": "^5.9.0",
"eslint-plugin-html": "^5.0.3",
"google-closure-compiler": "^20190819.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-rollup": "^2.16.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"lerna": "^3.13.3",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-license": "^0.8.1",
"wct-browser-legacy": "^1.0.2",
"web-component-tester": "^6.9.2"
}
}