mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/building-rollup@0.22.10 - @open-wc/building-utils@2.16.1 - @open-wc/building-webpack@2.13.9 - @open-wc/create@0.28.1 - @open-wc/dedupe-mixin@1.2.12 - @open-wc/demoing-storybook@1.13.8 - es-dev-server@1.45.3 - @import-maps/generate@0.2.5 - @import-maps/resolve@0.2.5 - @open-wc/karma-esm@2.13.20 - @mdjs/core@0.1.6 - polyfills-loader@1.5.2 - @open-wc/rollup-plugin-html@0.3.5 - rollup-plugin-index-html@1.10.4 - @open-wc/rollup-plugin-polyfills-loader@0.4.2 - @open-wc/scoped-elements@1.0.2 - storybook-addon-markdown-docs@0.1.8 - @open-wc/testing-karma-bs@1.3.53 - @open-wc/testing-karma@3.3.9 - @open-wc/webpack-import-meta-loader@0.4.4 - @open-wc/webpack-index-html-plugin@1.7.4
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "@open-wc/building-utils",
|
|
"version": "2.16.1",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Utils for @open-wc packages that do build stuff",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/building-utils"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/building-utils",
|
|
"scripts": {
|
|
"test": "npm run test:node",
|
|
"test:node": "mocha test/**/*.test.js test/*.test.js",
|
|
"test:update-snapshots": "mocha test/**/*.test.js test/*.test.js --update-snapshots"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"dom5-fork",
|
|
"index-html",
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"building",
|
|
"utils"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@webcomponents/shadycss": "^1.9.4",
|
|
"@webcomponents/webcomponentsjs": "^2.4.0",
|
|
"arrify": "^2.0.1",
|
|
"browserslist": "^4.9.1",
|
|
"chokidar": "^3.0.0",
|
|
"clean-css": "^4.2.1",
|
|
"clone": "^2.1.2",
|
|
"core-js-bundle": "^3.6.0",
|
|
"deepmerge": "^3.2.0",
|
|
"es-module-shims": "^0.4.6",
|
|
"html-minifier": "^4.0.0",
|
|
"lru-cache": "^5.1.1",
|
|
"minimatch": "^3.0.4",
|
|
"parse5": "^5.1.1",
|
|
"path-is-inside": "^1.0.2",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"resolve": "^1.11.1",
|
|
"rimraf": "^3.0.0",
|
|
"shady-css-scoped-element": "^0.0.2",
|
|
"systemjs": "^4.0.0",
|
|
"terser": "^4.6.4",
|
|
"valid-url": "^1.0.9",
|
|
"whatwg-fetch": "^3.0.0",
|
|
"whatwg-url": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lru-cache": "^5.1.0",
|
|
"@types/rimraf": "^2.0.2",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^6.2.2"
|
|
}
|
|
}
|