forked from surmon-china/surmon.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 2.11 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
{
"name": "surmon.me",
"version": "2.0.0",
"description": "Surmon.me blog",
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "https://surmon.me"
},
"private": false,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server.js --watch server.js",
"dev:tool": "devtool ./server.js --watch",
"build": "nuxt build",
"analyz": "nuxt build --analyzer",
"generate": "nuxt generate",
"start": "cross-env NODE_ENV=production node server.js",
"install": "cnpm i --python=python2.7",
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"format": "prettier-eslint --write *.js,*.vue"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.3",
"@nuxtjs/pwa": "^2.0.8",
"bezier-easing": "^2.1.0",
"cross-env": "^5.2.0",
"emoji-233333": "^0.2.2",
"express": "^4.16.3",
"fs-extra": "^7.0.0",
"gravatar": "^1.6.0",
"highlight.js": "^9.12.0",
"howler": "^2.0.14",
"marked": "^0.5.1",
"node-uuid": "^1.4.8",
"nuxt": "^2.1.0",
"particles.js": "^2.0.0",
"simplewebrtc": "^3.0.2",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"vue-analytics": "^5.16.0",
"vue-awesome-swiper": "^3.1.3",
"webrtc-adapter": "^6.3.1",
"yargs": "^12.0.1"
},
"devDependencies": {
"@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@nuxtjs/babel-preset-app": "^0.7.0",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.2.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.9.2",
"nodemon": "^1.11.0",
"prettier": "1.14.3",
"prettier-eslint-cli": "^4.7.1",
"request": "^2.88.0",
"sass-loader": "^7.0.3"
}
}