UNPKG

2.22 kBJSONView Raw
1{
2 "name": "poi",
3 "description": "Next-generation tooling for web development.",
4 "version": "11.0.0-beta.4",
5 "main": "lib/index.js",
6 "bin": "bin/cli.js",
7 "publishConfig": {
8 "tag": "next"
9 },
10 "files": [
11 "bin",
12 "lib",
13 "babel.js",
14 "webpack.config.js"
15 ],
16 "xo": false,
17 "license": "MIT",
18 "homepage": "https://poi.js.org",
19 "author": {
20 "name": "EGOIST",
21 "email": "0x142857@gmail.com",
22 "url": "https://egoist.sh"
23 },
24 "dependencies": {
25 "@babel/core": "^7.0.0",
26 "@babel/plugin-proposal-class-properties": "^7.0.0",
27 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
28 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
29 "@babel/plugin-syntax-jsx": "^7.0.0",
30 "@babel/plugin-transform-flow-strip-types": "^7.0.0",
31 "@babel/plugin-transform-runtime": "^7.0.0",
32 "@babel/preset-env": "^7.0.0",
33 "@babel/preset-react": "^7.0.0",
34 "@babel/preset-typescript": "^7.1.0",
35 "@babel/runtime": "^7.0.0",
36 "@intervolga/optimize-cssnano-plugin": "^1.0.6",
37 "@poi/cli-utils": "^11.0.0-beta.4",
38 "@poi/dev-utils": "^11.0.0-beta.4",
39 "babel-helper-vue-jsx-merge-props": "^2.0.3",
40 "babel-loader": "^8.0.0",
41 "babel-plugin-macros": "^2.4.2",
42 "babel-plugin-named-asset-import": "^0.2.2",
43 "babel-plugin-transform-vue-jsx": "^4",
44 "cac": "^5.0.14",
45 "chalk": "^2.4.1",
46 "chokidar": "^2.0.4",
47 "copy-webpack-plugin": "^4.5.2",
48 "css-loader": "^1.0.0",
49 "dotenv": "^6.1.0",
50 "dotenv-expand": "^4.2.0",
51 "file-loader": "^2.0.0",
52 "fs-extra": "^7.0.0",
53 "get-port": "^4.0.0",
54 "html-webpack-plugin": "^3.2.0",
55 "internal-ip": "^3.0.1",
56 "joycon": "^2.1.0",
57 "launch-editor-middleware": "^2.2.1",
58 "lodash.merge": "^4.6.1",
59 "mini-css-extract-plugin": "^0.4.2",
60 "postcss-loader": "^3.0.0",
61 "pretty-bytes": "^5.1.0",
62 "pretty-ms": "^3.2.0",
63 "resolve-from": "^4.0.0",
64 "string-width": "^2.1.1",
65 "text-table": "^0.2.0",
66 "time-fix-plugin": "^2.0.5",
67 "url-loader": "^1.1.1",
68 "vue-loader": "^15.4.0",
69 "webpack": "^4.17.1",
70 "webpack-chain": "^4.9.0",
71 "webpack-dev-server": "^3.1.6"
72 },
73 "gitHead": "d71e9ce75c09a8ce0d1b3b15cf4cbf52ea1ef0db"
74}