-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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
48
49
50
51
{
"name": "blog",
"description": "A Simple Bloging Platform Base On ThinkJS 3.x & Vue.js & ES2015+",
"version": "1.0.0",
"author": "lscho <[email protected]>",
"scripts": {
"dev": "node development.js",
"start": "npm run dev",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"dependencies": {
"html-minifier": "^3.5.15",
"qiniu": "^7.1.3",
"think-cache": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-email": "^1.1.0",
"think-logger3": "^1.0.0",
"think-model": "^1.0.0",
"think-model-mysql": "^1.0.0",
"think-session": "^1.0.0",
"think-session-jwt": "^1.0.8",
"think-view": "^1.0.11",
"think-view-ejs": "^0.0.11",
"thinkjs": "^3.0.0"
},
"devDependencies": {
"think-watcher": "^3.0.0",
"eslint": "^4.2.0",
"eslint-config-think": "^1.0.0"
},
"repository": "",
"license": "MIT",
"engines": {
"node": ">=7.6.0"
},
"readmeFilename": "README.md",
"thinkjs": {
"metadata": {
"name": "blog",
"description": "A Simple Bloging Platform Base On ThinkJS 3.x & Vue.js & ES2015+",
"author": "lscho <[email protected]>",
"babel": false
},
"projectName": "blog",
"templateName": "/usr/local/lib/node_modules/think-cli/default_template",
"cacheTemplatePath": "/home/lscho/.think-templates/-usr-local-lib-node_modules-think-cli-default_template",
"clone": false,
"isMultiModule": false
}
}