UNPKG

2.57 kBJSONView Raw
1{
2 "name": "poi",
3 "version": "12.2.7",
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.0.3",
32 "@poi/logger": "^12.0.0",
33 "babel-helper-vue-jsx-merge-props": "^2.0.3",
34 "babel-loader": "^8.0.4",
35 "babel-plugin-assets-named-imports": "^0.2.0",
36 "babel-plugin-macros": "^2.4.2",
37 "babel-plugin-transform-vue-jsx": "^4.0.0",
38 "cac": "^6.3.12",
39 "cache-loader": "^1.2.5",
40 "case-sensitive-paths-webpack-plugin": "^2.1.2",
41 "chalk": "^2.4.1",
42 "copy-webpack-plugin": "^4.6.0",
43 "css-loader": "^1.0.1",
44 "cssnano": "^4.1.7",
45 "dotenv": "^6.1.0",
46 "dotenv-expand": "^4.2.0",
47 "file-loader": "^2.0.0",
48 "fs-extra": "^7.0.1",
49 "get-port": "^4.0.0",
50 "gzip-size": "^5.0.0",
51 "html-webpack-plugin": "^4.0.0-beta.4",
52 "joycon": "^2.2.1",
53 "launch-editor-middleware": "^2.2.1",
54 "lodash.merge": "^4.6.1",
55 "mini-css-extract-plugin": "^0.4.5",
56 "ora": "^3.0.0",
57 "postcss-loader": "^3.0.0",
58 "resolve-from": "^4.0.0",
59 "string-width": "^2.1.1",
60 "superstruct": "^0.6.0",
61 "terser-webpack-plugin": "^1.1.0",
62 "text-table": "^0.2.0",
63 "thread-loader": "^1.2.0",
64 "url-loader": "^1.1.2",
65 "v8-compile-cache": "^2.0.2",
66 "vue-loader": "^15.4.2",
67 "vue-style-loader": "^4.1.2",
68 "webpack": "^4.26.0",
69 "webpack-chain": "^5.0.1",
70 "webpack-dev-server": "^3.1.10",
71 "webpack-merge": "^4.1.4"
72 },
73 "xo": false,
74 "devDependencies": {
75 "@poi/test-utils": "^12.0.0",
76 "jest": "^23.6.0",
77 "vue-template-compiler": "^2.5.21"
78 },
79 "keywords": [
80 "poi",
81 "webpack",
82 "zero-config",
83 "bundler",
84 "vue-cli",
85 "parcel",
86 "create-react-app",
87 "babel"
88 ],
89 "gitHead": "5149447c98027d57cf995dc42c9c083ad518e9a1"
90}