UNPKG

2.4 kBJSONView Raw
1{
2 "name": "poi",
3 "version": "9.1.12",
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 "files": [
11 "bin",
12 "lib",
13 "app"
14 ],
15 "engines": {
16 "node": ">= 6"
17 },
18 "xo": false,
19 "bin": "bin/cli.js",
20 "scripts": {
21 "test": "jest",
22 "lint": "xo",
23 "lint:fix": "xo --fix"
24 },
25 "author": "egoist <0x142857@gmail.com>",
26 "license": "MIT",
27 "jest": {
28 "testEnvironment": "node"
29 },
30 "devDependencies": {
31 "babel-jest": "^20.0.3",
32 "babel-plugin-transform-runtime": "^6.23.0",
33 "babel-preset-es2015": "^6.24.1",
34 "babel-preset-stage-2": "^6.24.1",
35 "babel-runtime": "^6.23.0",
36 "cross-spawn": "^5.1.0",
37 "eslint-config-rem": "^3.0.0",
38 "jest-cli": "^20.0.3"
39 },
40 "dependencies": {
41 "address": "^1.0.1",
42 "autoprefixer": "^7.1.2",
43 "babel-core": "^6.24.1",
44 "babel-loader": "^7.0.0",
45 "babel-preset-vue-app": "^1.2.0",
46 "cac": "^4.0.0",
47 "case-sensitive-paths-webpack-plugin": "^2.0.0",
48 "chalk": "^2.0.1",
49 "clipboardy": "^1.1.2",
50 "co": "^4.6.0",
51 "copy-webpack-plugin": "^4.0.1",
52 "css-loader": "^0.28.1",
53 "extract-text-webpack-plugin": "^3.0.0",
54 "file-loader": "^0.11.1",
55 "html-webpack-plugin": "^2.28.0",
56 "import-local-file": "^0.2.0",
57 "lodash.merge": "^4.6.0",
58 "loud-rejection": "^1.6.0",
59 "memory-fs": "^0.4.1",
60 "mz": "^2.6.0",
61 "node-notifier": "^5.1.2",
62 "opn": "^5.0.0",
63 "parse-json-config": "^0.2.0",
64 "poi-load-config": "^1.1.0",
65 "post-compile-webpack-plugin": "^0.1.1",
66 "postcss-loader": "^2.0.6",
67 "rimraf": "^2.6.1",
68 "strip-ansi": "^4.0.0",
69 "tildify": "^1.2.0",
70 "update-notifier": "^2.1.0",
71 "url-loader": "^0.5.8",
72 "vue": "^2.3.3",
73 "vue-loader": "^13.0.0",
74 "vue-template-compiler": "^2.3.3",
75 "ware": "^1.3.0",
76 "webpack": "^3.1.0",
77 "webpack-chain": "^3.3.0",
78 "webpack-dev-server": "^2.5.1",
79 "webpack-handle-css-loader": "^2.0.1",
80 "webpack-merge": "^4.1.0",
81 "webpack-node-externals": "^1.6.0",
82 "yargs": "^8.0.2",
83 "yarn-global": "^1.1.0"
84 },
85 "babel": {
86 "babelrc": false,
87 "env": {
88 "test": {
89 "presets": [
90 "es2015",
91 "stage-2"
92 ],
93 "plugins": [
94 "transform-runtime"
95 ]
96 }
97 }
98 }
99}