forked from arterli/CmsWing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "CMSWing",
"description": "基于ThinkJS(Node.js MVC)和MySQL的功能强大的电子商务平台及CMS建站系统",
"version": "1.2.9",
"scripts": {
"start": "node development.js",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"dependencies": {
"co-wechat-api": "^3.3.3",
"gt3-sdk": "^2.0.0",
"jimp": "^0.2.28",
"lodash": "4.x.x",
"moment": "^2.20.1",
"pingpp": "^2.1.0",
"qiniu": "^7.1.1",
"segment": "^0.1.3",
"superagent": "^3.8.2",
"tar.gz": "^1.0.7",
"think-cache": "^1.0.7",
"think-cache-file": "^1.0.10",
"think-email": "^1.1.0",
"think-fetch": "^1.1.0",
"think-logger3": "^1.1.1",
"think-model": "^1.1.6",
"think-model-mysql": "^1.0.6",
"think-pagination": "^2.0.0",
"think-session": "^1.0.3",
"think-session-file": "^1.0.6",
"think-view": "^1.0.11",
"think-view-nunjucks": "^1.0.7",
"think-wechat": "^1.1.0",
"thinkjs": "^3.2.6"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-config-think": "^1.0.2",
"think-watcher": "^3.0.3"
},
"repository": "",
"license": "MIT",
"engines": {
"node": ">=7.6.0"
},
"readmeFilename": "README.md"
}