UNPKG

2.55 kBJSONView Raw
1{
2 "name": "poi",
3 "version": "7.3.0",
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 "template"
14 ],
15 "engines": {
16 "node": ">= 6"
17 },
18 "xo": false,
19 "bin": "bin/cli.js",
20 "scripts": {
21 "test": "jest",
22 "test:cov": "jest --coverage",
23 "lint": "xo",
24 "lint:fix": "xo --fix"
25 },
26 "author": "egoist <0x142857@gmail.com>",
27 "license": "MIT",
28 "jest": {
29 "testEnvironment": "node",
30 "testMatch": [
31 "**/test/**/*.test.js"
32 ]
33 },
34 "devDependencies": {
35 "babel-jest": "^19.0.0",
36 "babel-plugin-transform-runtime": "^6.23.0",
37 "babel-preset-es2015": "^6.24.1",
38 "babel-preset-stage-2": "^6.24.1",
39 "babel-runtime": "^6.23.0",
40 "cross-spawn": "^5.1.0",
41 "eslint-config-rem": "^3.0.0",
42 "jest-cli": "^19.0.2"
43 },
44 "dependencies": {
45 "autoprefixer": "^6.7.7",
46 "babel-core": "^6.24.1",
47 "babel-load-config": "^0.1.0",
48 "babel-loader": "^7.0.0",
49 "babel-preset-vue-app": "^1.2.0",
50 "chalk": "^1.1.3",
51 "clipboardy": "^1.1.1",
52 "co": "^4.6.0",
53 "connect-history-api-fallback": "^1.3.0",
54 "copy-webpack-plugin": "^4.0.1",
55 "cosmiconfig": "^2.1.2",
56 "css-loader": "^0.28.0",
57 "eventsource-polyfill": "^0.9.6",
58 "express": "^4.15.2",
59 "extract-text-webpack-plugin": "^2.1.0",
60 "file-loader": "^0.11.1",
61 "html-webpack-plugin": "^2.28.0",
62 "http-proxy-middleware": "^0.17.4",
63 "installed-by-yarn-globally": "^0.1.2",
64 "lodash.merge": "^4.6.0",
65 "mz": "^2.6.0",
66 "node-notifier": "^5.1.2",
67 "opn": "^4.0.2",
68 "post-compile-webpack-plugin": "^0.1.1",
69 "postcss-load-config": "^1.2.0",
70 "postcss-loader": "^1.3.3",
71 "req-cwd": "^1.0.1",
72 "rimraf": "^2.6.1",
73 "strip-ansi": "^3.0.1",
74 "tildify": "^1.2.0",
75 "update-notifier": "^2.1.0",
76 "url-loader": "^0.5.8",
77 "vue": "^2.3.0",
78 "vue-loader": "^12.0.2",
79 "vue-template-compiler": "^2.3.0",
80 "webpack": "^2.4.1",
81 "webpack-chain": "^3.2.0",
82 "webpack-dev-middleware": "^1.10.2",
83 "webpack-handle-css-loader": "^1.1.5",
84 "webpack-hot-middleware": "^2.18.0",
85 "webpack-merge": "^4.1.0",
86 "webpack-node-externals": "^1.5.4",
87 "yargs": "^7.1.0"
88 },
89 "babel": {
90 "babelrc": false,
91 "env": {
92 "test": {
93 "presets": [
94 "es2015",
95 "stage-2"
96 ],
97 "plugins": [
98 "transform-runtime"
99 ]
100 }
101 }
102 }
103}