UNPKG

2.61 kBJSONView Raw
1{
2 "name": "poi",
3 "version": "12.4.6",
4 "main": "lib/index.js",
5 "bin": "bin/cli.js",
6 "description": "A zero-config bundler for JavaScript applications.",
7 "scripts": {
8 "test": "jest"
9 },
10 "files": [
11 "lib",
12 "bin",
13 "babel.js",
14 "webpack.config.js",
15 "!**/__test__/**"
16 ],
17 "license": "MIT",
18 "dependencies": {
19 "@babel/core": "^7.1.6",
20 "@babel/plugin-proposal-class-properties": "^7.1.0",
21 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
22 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
23 "@babel/plugin-syntax-jsx": "^7.0.0",
24 "@babel/plugin-transform-flow-strip-types": "^7.1.6",
25 "@babel/plugin-transform-runtime": "^7.1.0",
26 "@babel/preset-env": "^7.1.6",
27 "@babel/preset-react": "^7.0.0",
28 "@babel/preset-typescript": "^7.1.0",
29 "@babel/runtime": "^7.1.5",
30 "@intervolga/optimize-cssnano-plugin": "^1.0.6",
31 "@poi/dev-utils": "^12.1.0",
32 "@poi/logger": "^12.0.0",
33 "@poi/pnp-webpack-plugin": "^0.0.2",
34 "babel-helper-vue-jsx-merge-props": "^2.0.3",
35 "babel-loader": "^8.0.4",
36 "babel-plugin-assets-named-imports": "^0.2.0",
37 "babel-plugin-macros": "^2.4.2",
38 "babel-plugin-transform-vue-jsx": "^4.0.0",
39 "cac": "^6.3.12",
40 "cache-loader": "^1.2.5",
41 "case-sensitive-paths-webpack-plugin": "^2.1.2",
42 "chalk": "^2.4.1",
43 "copy-webpack-plugin": "^4.6.0",
44 "css-loader": "^1.0.1",
45 "cssnano": "^4.1.7",
46 "dotenv": "^6.1.0",
47 "dotenv-expand": "^4.2.0",
48 "file-loader": "^2.0.0",
49 "fs-extra": "^7.0.1",
50 "get-port": "^4.0.0",
51 "gzip-size": "^5.0.0",
52 "html-webpack-plugin": "^4.0.0-beta.4",
53 "joycon": "^2.2.1",
54 "launch-editor-middleware": "^2.2.1",
55 "lodash.merge": "^4.6.1",
56 "mini-css-extract-plugin": "^0.4.5",
57 "ora": "^3.0.0",
58 "postcss-loader": "^3.0.0",
59 "resolve-from": "^4.0.0",
60 "string-width": "^2.1.1",
61 "superstruct": "^0.6.0",
62 "terser-webpack-plugin": "^1.1.0",
63 "text-table": "^0.2.0",
64 "thread-loader": "^1.2.0",
65 "url-loader": "^1.1.2",
66 "v8-compile-cache": "^2.0.2",
67 "vue-loader": "^15.4.2",
68 "vue-style-loader": "^4.1.2",
69 "webpack": "^4.26.0",
70 "webpack-chain": "^5.0.1",
71 "webpack-dev-server": "^3.1.10",
72 "webpack-merge": "^4.1.4"
73 },
74 "xo": false,
75 "devDependencies": {
76 "@poi/test-utils": "^12.0.0",
77 "jest": "^23.6.0",
78 "vue-template-compiler": "^2.5.21"
79 },
80 "keywords": [
81 "poi",
82 "webpack",
83 "zero-config",
84 "bundler",
85 "vue-cli",
86 "parcel",
87 "create-react-app",
88 "babel"
89 ],
90 "gitHead": "20b6e468b72e4ea16cec5792ce4b960026fa7f33"
91}