-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
94 lines (94 loc) · 2.71 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
88
89
90
91
92
93
94
{
"name": "ebbx",
"version": "3.0.0",
"description": "A Vue.js project that powers a certain magical website",
"author": "ebb developers",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"lint": "eslint --ext .js,.vue src",
"build": "node build/build.js"
},
"dependencies": {
"axios": "^0.18.0",
"color-functions": "^1.2.0",
"core-js": "^2.5.7",
"danmaku": "^1.3.5",
"fscreen": "^1.0.2",
"jaro-winkler": "^0.2.8",
"js-base64": "^2.4.9",
"js-md5": "^0.7.3",
"lodash": "^4.17.11",
"lz-string": "^1.4.4",
"moment": "^2.22.2",
"portal-vue": "^1.4.0",
"qs-lite": "0.0.1",
"socket.io-client": "^2.1.1",
"spliddit": "^2.1.1",
"store": "^2.0.12",
"twemoji": "^11.2.0",
"vue": "^2.5.17",
"vue-recaptcha-v3": "^1.1.1",
"vue-router": "^3.0.1",
"vue-socket.io": "^3.0.4",
"vue-virtual-scroller": "^1.0.0-beta.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"chalk": "^2.4.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.9.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^2.30.1",
"node-notifier": "^5.3.0",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^2.1.0",
"portfinder": "^1.0.19",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.6",
"postcss-url": "^7.3.2",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"semver": "^5.6.0",
"shelljs": "^0.8.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^0.6.2",
"vue-loader": "^14.2.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-dev-server": "^2.11.3",
"webpack-merge": "^4.1.4"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 9"
]
}