-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 KB
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
52
{
"name": "nuxtkoablog",
"version": "1.1.0",
"description": "a blog used Nuxt,Node,Koa,Mysql",
"author": "carlleton <carlleton@hotmail.com>",
"private": true,
"scripts": {
"dev": "backpack dev",
"build": "nuxt build && backpack build",
"start": "cross-env NODE_ENV=production node build/main.js",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"axios": "^0.18.0",
"cross-env": "^5.0.1",
"element-ui": "^2.2.1",
"highlight.js": "^9.12.0",
"jwt-simple": "^0.5.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.10",
"lru-cache": "^4.1.1",
"marked": "^0.3.17",
"mavon-editor": "^2.4.16",
"moment": "^2.21.0",
"mysql": "^2.15.0",
"node-snowflake": "^0.0.1",
"nodemailer": "^4.6.3",
"nuxt": "latest",
"object-assign": "^4.1.1",
"source-map-support": "^0.4.15",
"yamljs": "^0.3.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"backpack-core": "^0.3.0",
"eslint": "^3.13.1",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"node-sass": "^4.9.0",
"nodemon": "^1.11.0",
"sass-loader": "^7.0.3",
"scmp": "^2.0.0"
}
}