UNPKG

@sencha/ext-webpack-plugin

Version:
73 lines (72 loc) 1.88 kB
{ "name": "@sencha/ext-webpack-plugin", "version": "7.9.0", "description": "A webpack plugin for ext-* applications", "main": "dist/index.js", "scripts": { "build": "npx babel ./src --out-dir ./dist", "zzzpostinstall": "npm run build" }, "dependencies": { "@babel/generator": "^7.9.5", "@babel/polyfill": "^7.8.7", "@sencha/cmd": "~7.9.0", "ast-traverse": "^0.1.1", "babylon": "^6.18.0", "chalk": "^4.0.0", "cjson": "^0.5.0", "cross-spawn": "^7.0.2", "cross-spawn-with-kill": "^1.0.0", "fs-extra": "^9.0.0", "html-webpack-plugin": "^5.5.0", "lodash.uniq": "^4.5.0", "opn": "^6.0.0", "recursive-readdir-sync": "^1.0.6", "replace": "^1.1.5", "schema-utils": "^2.6.5" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.5", "@babel/plugin-transform-async-to-generator": "^7.8.3", "@babel/plugin-transform-regenerator": "^7.8.7", "@babel/preset-env": "^7.9.5", "babel-plugin-add-module-exports": "^1.0.2" }, "babel": { "presets": [ [ "@babel/preset-env", { "targets": { "node": "current" } } ] ], "sourceMaps": "inline", "plugins": [ "@babel/plugin-proposal-object-rest-spread", "add-module-exports", "@babel/plugin-transform-async-to-generator", "@babel/plugin-transform-regenerator" ] }, "repository": { "type": "git", "url": "git+https://github.com/sencha/ext-allshared" }, "keywords": [ "webpack", "webpack-plugin", "EXT JS", "Sencha" ], "author": "Sencha, Inc.", "license": "MIT", "bugs": { "url": "https://github.com/sencha" }, "homepage": "https://github.com/sencha/ext-allshared/tree/master/packages/ext-webpack-plugin" }