1 Star 0 Fork 25

notmind/hioshop-server

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
package.json 1.44 KB
Copy Edit Raw Blame History
xiaos authored 2021-02-18 18:32 . add group api
{
"name": "hioshop",
"description": "hioshop - open source mini program shop",
"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": {
"gm": "^1.23.0",
"jsonwebtoken": "^8.0.0",
"jushuitan": "^1.0.2",
"kcors": "^2.2.1",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"mime-types": "^2.1.24",
"moment": "^2.18.1",
"nanoid": "^2.1.1",
"node-wget": "^0.4.3",
"pinyin": "^2.9.0",
"qiniu": "^7.2.1",
"querystring": "^0.2.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"think-cache": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-logger3": "^1.0.0",
"think-model": "^1.0.0",
"think-model-mysql": "^1.0.0",
"think-mongo": "^2.1.0",
"think-redis-adapter": "^1.0.3",
"think-view": "^1.0.11",
"think-view-nunjucks": "^1.0.7",
"thinkjs": "^3.0.0",
"weixinpay": "^1.0.12",
"xml2js": "^0.4.19"
},
"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"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/notmind/hioshop-server.git
git@gitee.com:notmind/hioshop-server.git
notmind
hioshop-server
hioshop-server
master

Search