wechat-news-editor
Version:
39 lines (38 loc) • 977 B
JSON
{
"name": "wechat-news-editor",
"version": "1.0.1",
"description": "微信公众号图文编辑器",
"main": "index.js",
"scripts": {
"build": "webpack --progress",
"watch": "webpack --watch --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wuyunjiang/wechat-news-editor.git"
},
"keywords": [
"react-wechat",
"wechat-news-editor",
"wechat news",
"editer"
],
"author": "wuyunjiang",
"license": "MIT",
"bugs": {
"url": "https://github.com/wuyunjiang/wechat-news-editor/issues"
},
"homepage": "https://github.com/wuyunjiang/wechat-news-editor#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"react": "^16.4.2",
"style-loader": "^0.22.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}
}