UNPKG

1.9 kBJSONView Raw
1{
2 "name": "xdc-cli",
3 "version": "1.3.3",
4 "description": "xdc前端工程构建工具",
5 "preferGlobal": true,
6 "bin": {
7 "xdc": "bin/xdc"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/x-xdc/xdc.git"
12 },
13 "keywords": [
14 "vue",
15 "webpack",
16 "build",
17 "tool",
18 "react"
19 ],
20 "author": "czh",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/x-xdc/xdc/issues"
24 },
25 "engines": {
26 "node": ">=4.0.0",
27 "npm": ">=3.0.0"
28 },
29 "homepage": "x-xdc.github.io",
30 "dependencies": {
31 "babel-core": "^6.0.0",
32 "babel-loader": "^6.0.0",
33 "babel-plugin-transform-runtime": "^6.0.0",
34 "babel-preset-es2015": "^6.0.0",
35 "babel-preset-stage-0": "^6.0.0",
36 "babel-preset-stage-2": "^6.0.0",
37 "chalk": "^1.1.3",
38 "commander": "^2.9.0",
39 "xdc": "^1.3.3",
40 "cross-spawn": "^4.0.0",
41 "css-loader": "^0.24.0",
42 "extract-text-webpack-plugin": "^2.0.0-beta",
43 "file-loader": "^0.9.0",
44 "format-json": "^1.0.3",
45 "html-loader": "^0.4.3",
46 "html-webpack-plugin": "^2.9.0",
47 "json-loader": "^0.5.4",
48 "postcss": "^5.1.0",
49 "postcss-loader": "^0.11.1",
50 "progress-bar-webpack-plugin": "^1.6.0",
51 "shelljs": "^0.7.0",
52 "slush": "^1.1.1",
53 "style-loader": "^0.13.1",
54 "update-notifier": "^1.0.2",
55 "url-loader": "^0.5.7",
56 "webpack": "^2.1.0-beta",
57 "webpack-dev-server": "^2.1.0-beta",
58 "webpack-hud": "*",
59 "blear.node.debug": "^1.0.2",
60 "blear.node.console": "^1.0.3",
61 "blear.utils.string": "^1.0.3",
62 "blear.polyfills.string": "^1.0.1",
63 "blear.polyfills.json": "^1.0.1",
64 "blear.polyfills.date": "^1.0.1",
65 "blear.utils.number": "^1.0.1",
66 "blear.utils.json": "^1.0.1",
67 "blear.utils.uri": "^1.0.1",
68 "blear.utils.url": "^1.0.10",
69 "blear.utils.path": "^1.0.5",
70 "blear.utils.querystring": "^1.0.3",
71 "open": "0.0.5"
72 }
73}