UNPKG

1.87 kBJSONView Raw
1{
2 "name": "poi",
3 "version": "10.0.0-alpha.5",
4 "description": "Fast prototype and distribute modern web apps like a pro.",
5 "repository": {
6 "url": "egoist/poi",
7 "type": "git"
8 },
9 "main": "lib/index.js",
10 "types": "lib/index.d.ts",
11 "files": [
12 "bin",
13 "lib",
14 "app"
15 ],
16 "engines": {
17 "node": ">= 8"
18 },
19 "publishConfig": {
20 "tag": "next"
21 },
22 "xo": false,
23 "bin": "bin/cli.js",
24 "scripts": {
25 "test": "echo fine",
26 "postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove Poi? You can now donate to support the author:\\u001b[22m\\u001b[39m\\n> \\u001b[34mhttps://patreon.com/egoist\\u001b[0m')\""
27 },
28 "author": "egoist <0x142857@gmail.com>",
29 "license": "MIT",
30 "jest": {
31 "testEnvironment": "node"
32 },
33 "dependencies": {
34 "@poi/create-webpack-config": "^10.0.0-alpha.1",
35 "@poi/dev-utils": "^10.0.0-alpha.1",
36 "@poi/logger": "^10.0.0-alpha.1",
37 "address": "^1.0.1",
38 "babel-preset-poi": "^10.0.0-alpha.1",
39 "cac": "^4.4.1",
40 "chalk": "^2.0.1",
41 "chokidar": "^2.0.0",
42 "clipboardy": "^1.1.2",
43 "conpack": "^0.3.7",
44 "find-babel-config": "^1.1.0",
45 "get-port": "^3.2.0",
46 "import-local-file": "^0.2.0",
47 "launch-editor-middleware": "^2.2.0",
48 "lodash": "^4.17.4",
49 "loud-rejection": "^1.6.0",
50 "memory-fs": "^0.4.1",
51 "minimost": "^1.0.0",
52 "mz": "^2.6.0",
53 "node-notifier": "^5.1.2",
54 "opn": "^5.0.0",
55 "parse-json-config": "^0.2.0",
56 "poi-webpack-node-externals": "^2.0.0",
57 "rimraf": "^2.6.1",
58 "strip-ansi": "^4.0.0",
59 "tildify": "^1.2.0",
60 "update-notifier": "^2.1.0",
61 "use-config": "^2.0.4",
62 "ware": "^1.3.0",
63 "webpack-dev-server": "^2.11.1",
64 "webpack-merge": "^4.1.0",
65 "yargs": "^11.0.0",
66 "yarn-global": "^1.1.0"
67 },
68 "devDependencies": {
69 "@poi/test-utils": "^10.0.0-alpha.1"
70 }
71}