UNPKG

poi

Version:

A zero-config bundler for JavaScript applications.

96 lines (95 loc) 2.81 kB
{ "name": "poi", "version": "12.10.3", "main": "lib/index.js", "bin": "bin/cli.js", "description": "A zero-config bundler for JavaScript applications.", "scripts": { "test": "jest" }, "files": [ "lib", "bin", "babel.js", "webpack.config.js", "!**/__test__/**" ], "license": "MIT", "dependencies": { "@babel/core": "^7.1.6", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-jsx": "^7.0.0", "@babel/plugin-transform-flow-strip-types": "^7.1.6", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.6", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.1.0", "@babel/runtime": "^7.1.5", "@intervolga/optimize-cssnano-plugin": "^1.0.6", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.1", "@poi/dev-utils": "^12.1.6", "@poi/logger": "^12.0.0", "@poi/plugin-html-entry": "^0.2.3", "@poi/pnp-webpack-plugin": "^0.0.2", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-loader": "^8.0.4", "babel-plugin-assets-named-imports": "^0.2.1", "babel-plugin-macros": "^2.4.2", "babel-plugin-transform-vue-jsx": "^4.0.0", "cac": "^6.3.12", "cache-loader": "^4.1.0", "case-sensitive-paths-webpack-plugin": "^2.1.2", "chalk": "^2.4.1", "copy-webpack-plugin": "^5.1.1", "css-loader": "^3.0.0", "cssnano": "^4.1.7", "dotenv": "^8.1.0", "dotenv-expand": "^4.2.0", "extract-css-chunks-webpack-plugin": "^4.7.4", "file-loader": "^2.0.0", "fs-extra": "^9.0.0", "get-port": "^5.0.0", "gzip-size": "^5.0.0", "html-webpack-plugin": "^4.0.0-beta.4", "joycon": "^2.2.1", "launch-editor-middleware": "^2.2.1", "lodash.merge": "^4.6.1", "ora": "^3.0.0", "postcss-loader": "^3.0.0", "pretty-ms": "^4.0.0", "react-refresh": "^0.8.3", "resolve-from": "^5.0.0", "string-width": "^4.1.0", "superstruct": "^0.6.0", "terser-webpack-plugin": "^2.1.2", "text-table": "^0.2.0", "thread-loader": "^1.2.0", "url-loader": "^4.1.0", "v8-compile-cache": "^2.0.2", "vue-loader": "^15.4.2", "vue-style-loader": "^4.1.2", "webpack": "^4.26.0", "webpack-chain": "^6.4.0", "webpack-dev-server": "^3.11.0", "webpack-merge": "^4.1.4" }, "xo": false, "devDependencies": { "@poi/test-utils": "^12.0.2", "vue-template-compiler": "^2.5.21" }, "keywords": [ "poi", "webpack", "zero-config", "bundler", "vue-cli", "parcel", "create-react-app", "babel" ], "gitHead": "d39a4ae46b22ff27f8d4ab6ae8b06e80111d089a" }