forked from surmon-china/surmon.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·82 lines (82 loc) · 2.44 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
{
"name": "surmon.me",
"version": "2.4.8",
"description": "Surmon.me blog",
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "https://surmon.me"
},
"license": "MIT",
"private": false,
"homepage": "https://surmon.me",
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/surmon.me"
},
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server --experimental-modules",
"dev:tool": "devtool server/index.js --watch",
"build": "nuxt build --no-lock",
"analyz": "nuxt build --analyzer",
"generate": "nuxt generate",
"start": "cross-env NODE_ENV=production node server/index.js",
"install:python": "npm i --python=python2.7",
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"format": "prettier-eslint --write *.js,*.vue"
},
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/component-cache": "^1.1.5",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/style-resources": "^1.0.0",
"bezier-easing": "^2.1.0",
"cross-env": "^6.0.3",
"emoji-233333": "^0.2.2",
"esm": "^3.2.25",
"express": "^4.17.1",
"favico.js": "^0.3.10",
"fs-extra": "^8.1.0",
"gravatar": "^1.8.0",
"highlight.js": "^9.15.10",
"howler": "^2.1.2",
"intersection-observer": "^0.7.0",
"lozad": "^1.9.0",
"marked": "0.6.3",
"node-uuid": "^1.4.8",
"normalize.css": "^8.0.1",
"nuxt": "^2.10.0",
"particles.js": "^2.0.0",
"simplewebrtc": "^3.0.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"sticky-events": "^3.1.0",
"ua-parser-js": "^0.7.20",
"vue-analytics": "^5.17.2",
"vue-awesome-swiper": "^3.1.3",
"vue-google-adsense": "^1.7.0",
"vue-script2": "^2.1.0",
"webrtc-adapter": "6.4.8",
"yargs": "^14.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.12.0",
"nodemon": "^1.19.3",
"prettier": "1.18.2",
"prettier-eslint-cli": "^5.0.0",
"request": "^2.88.0",
"sass-loader": "^8.0.0"
}
}