11 Star 11 Fork 5

吴彦文 / thinkjsplus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
wuyanwen 提交于 2017-09-19 16:57 . 初始化提交
{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node development.js",
"compile": "babel --no-babelrc src/ --presets think-node --out-dir app/",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"dependencies": {
"think-cache": "^1.0.0",
"think-session": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-model": "^1.0.0",
"think-session-file": "^1.0.5",
"think-view": "^1.0.0",
"think-view-nunjucks": "^1.0.1",
"think-model-mysql": "^1.0.0",
"think-logger3": "^1.0.0",
"thinkjs": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-think-node": "^1.0.0",
"node-notifier": "^5.0.2",
"think-watcher": "^3.0.0",
"think-inspect": "0.0.2",
"think-babel": "^1.0.3",
"eslint": "^4.2.0",
"eslint-config-think": "^1.0.0"
},
"repository": "",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"readmeFilename": "README.md"
}
JavaScript
1
https://gitee.com/wuyanwen/thinkjsplus.git
git@gitee.com:wuyanwen/thinkjsplus.git
wuyanwen
thinkjsplus
thinkjsplus
master

搜索帮助