加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
durban.zhang 提交于 2015-04-27 22:37 . 添加代码
{
"name": "node-react",
"version": "0.1.0",
"dependencies": {
"body-parser": "^1.12.2",
"connect": "^3.3.5",
"debug": "^2.1.3",
"finalhandler": "^0.3.4",
"grunt-concat": "^0.1.6",
"serve-static": "^1.9.2",
"urllib": "^2.3.1"
},
"devDependencies": {
"grunt": "latest",
"grunt-browser-sync": "latest",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-less": "latest",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "latest",
"grunt-css": "^0.5.4",
"grunt-newer": "latest",
"grunt-react": "^0.12.0",
"grunt-shell": "^1.1.2",
"grunt-spritesmith": "latest",
"grunt-uncss": "latest",
"load-grunt-tasks": "latest"
},
"engines": {
"node": "latest"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化