-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
87 lines (87 loc) · 2.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "5se7en",
"version": "1.0.0",
"description": "5se7en's personal website---永远怀着谦逊的心,智慧意味着自知无知,致力于分享前端知识,让自己和大家能够在前端的道路上越走越远。",
"author": "5se7en <[email protected]>",
"main": "index.js",
"dependencies": {
"@nuxtjs/axios": "^5.0.1",
"axios": "^0.16.2",
"cross-env": "^5.1.3",
"element-ui": "^2.2.0",
"express": "^4.16.2",
"hoek": "^5.0.3",
"lodash": "^4.17.4",
"mint-ui": "^2.2.13",
"newrelic": "^2.2.2",
"node-schedule": "^1.3.0",
"normalize.css": "^7.0.0",
"nuxt": "^1.4.0",
"pm2": "^2.9.3",
"raven": "^2.2.1",
"raven-js": "^3.18.1",
"timber": "^3.0.4"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"node-sass": "^7.0.1",
"push-dir": "^0.4.1",
"sass-loader": "^6.0.6"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "5757"
}
},
"browserslist": [
"last 2 versions",
"IE 10"
],
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"build-check": "nuxt build --analyze",
"start": "cross-env NODE_ENV=production pm2 start start.js --node-args='--harmony' --name '5se7en.com'",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --ignore-pattern plugins/ga.js .",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/se7en-1992/5se7en.com.git"
},
"keywords": [
"5se7en",
"se7en-1992",
"se7en",
"ssr",
"nuxtjs",
"nuxt.js",
"nuxt",
"vuejs",
"vue.js",
"vue",
"ssr",
"universal",
"js",
"个人网站",
"前端分享"
],
"license": "",
"bugs": {
"url": "https://github.com/se7en-1992/5se7en.com/issues"
},
"homepage": "https://github.com/se7en-1992/5se7en.com#readme"
}