antd-tools-ydl
Version:
60 lines (59 loc) • 1.37 kB
JSON
{
"name": "antd-tools-ydl",
"version": "1.0.10",
"description": "ydl react",
"repository": {
"type": "git",
"url": "http://gitlab.yidianling.com/yidianling_static/ydl-fe-tool"
},
"homepage": "http://gitlab.yidianling.com/yidianling_static/ydl-fe-tool",
"mail": "chris.fu <fuyun@yidianling.com>",
"license": "MIT",
"bin": {
"ydlstart": "./bin/tool-ydl"
},
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"dva-ast": "^0.3.5",
"empty-dir": "^0.2.1",
"fs-extra": "^0.30.0",
"left-pad": "^1.1.3",
"path-exists": "^3.0.0",
"simple-uppercamelcase": "^1.0.0",
"through2": "^2.0.1",
"update-notifier": "^2.3.0",
"vinyl-fs": "^2.4.3",
"which": "^1.2.10",
"win-spawn": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "~6.5.0",
"babel-runtime": "^6.9.2"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
],
"plugins": [
"add-module-exports",
"transform-runtime"
]
},
"files": [
"lib",
"src",
"boilerplates",
"bin"
]
}