加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
sin 提交于 2016-12-19 21:48 . 小红书首次提交
{
"name": "weex-xiaohongshu",
"version": "1.0.0",
"description": "a weex project",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"serve": "serve -p 8080"
},
"repository": {
"type": "git",
"url": "https://git.oschina.net/ioluuu/weex-xiaohongshu.git"
},
"keywords": [
"weex"
],
"author": "sin",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"eslint": "^3.5.0",
"file-loader": "^0.9.0",
"serve": "^1.4.0",
"webpack": "^1.13.2",
"weex-loader": "^0.3.3"
},
"dependencies": {
"weex-components": "^0.2.0",
"weex-html5": "^0.3.2"
},
"optionalDependencies": {
"ios-deploy": "^1.9.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化