加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
LiangCY 提交于 2015-12-03 17:29 . 添加管理员登录
{
"name": "questionnaire",
"version": "1.0.0",
"description": "questionnaire system",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/LiangCY/questionnaire.git"
},
"author": "lcy",
"license": "ISC",
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"connect-mongo": "^0.8.2",
"crypto-js": "^3.1.5",
"express": "^4.13.3",
"express-session": "^1.12.1",
"jquery": "^2.1.4",
"level": "^1.4.0",
"material-ui": "^0.13.1",
"moment": "^2.10.6",
"mongoose": "^4.2.8",
"react": "^0.14.2",
"react-addons-create-fragment": "^0.14.2",
"react-addons-pure-render-mixin": "^0.14.2",
"react-addons-transition-group": "^0.14.2",
"react-addons-update": "^0.14.2",
"react-dom": "^0.14.2",
"react-tap-event-plugin": "^0.2.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-preset-react": "^6.0.15",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.2",
"vinyl-source-stream": "^1.1.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化