2020-06-19 17:10:44 +08:00
|
|
|
{
|
|
|
|
"name": "nebula",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "nuxt",
|
|
|
|
"build": "nuxt build",
|
|
|
|
"start": "nuxt start",
|
2020-08-12 17:22:23 +08:00
|
|
|
"generate": "nuxt generate",
|
|
|
|
"analyze": "nuxt build -a"
|
2020-06-19 17:10:44 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-02 23:55:08 +08:00
|
|
|
"@chenfengyuan/vue-qrcode": "^1.0.2",
|
2020-08-12 11:31:34 +08:00
|
|
|
"@nuxtjs/axios": "^5.12.1",
|
2020-08-12 17:22:23 +08:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2020-07-03 11:04:25 +08:00
|
|
|
"cookieparser": "^0.1.0",
|
2020-08-11 14:42:45 +08:00
|
|
|
"echarts": "^4.8.0",
|
2020-06-19 17:10:44 +08:00
|
|
|
"element-ui": "^2.13.2",
|
2020-06-22 17:13:42 +08:00
|
|
|
"express": "^4.17.1",
|
2020-07-03 11:04:25 +08:00
|
|
|
"js-cookie": "^2.2.1",
|
2020-08-12 11:31:34 +08:00
|
|
|
"nuxt": "^2.14.1",
|
2020-08-02 19:25:40 +08:00
|
|
|
"save-svg-as-png": "^1.4.17",
|
2020-08-10 00:44:27 +08:00
|
|
|
"socket.io": "^2.3.0",
|
|
|
|
"socket.io-client": "^2.3.0",
|
2020-08-12 11:31:34 +08:00
|
|
|
"vditor": "^3.4.6",
|
2020-08-02 19:25:40 +08:00
|
|
|
"vuejs-avataaars": "^4.0.1"
|
2020-06-19 17:10:44 +08:00
|
|
|
},
|
2020-06-22 17:13:42 +08:00
|
|
|
"devDependencies": {
|
2020-07-31 16:17:12 +08:00
|
|
|
"@nuxtjs/proxy": "^2.0.1",
|
2020-08-12 17:22:23 +08:00
|
|
|
"lodash-webpack-plugin": "^0.11.5",
|
2020-06-23 17:40:43 +08:00
|
|
|
"node-sass": "^4.14.1",
|
2020-08-12 11:31:34 +08:00
|
|
|
"sass-loader": "^9.0.3"
|
2020-06-22 17:13:42 +08:00
|
|
|
}
|
2020-06-19 17:10:44 +08:00
|
|
|
}
|