nebula/package.json

39 lines
929 B
JSON
Raw Normal View History

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",
"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",
2021-03-06 21:48:53 +08:00
"@nuxtjs/axios": "^5.13.1",
"babel-plugin-lodash": "^3.3.4",
2020-07-03 11:04:25 +08:00
"cookieparser": "^0.1.0",
2020-09-14 21:15:36 +08:00
"echarts": "^4.9.0",
2021-12-10 08:31:24 +08:00
"element-ui": "^2.15.6",
2021-12-22 13:46:13 +08:00
"express": "^4.17.2",
2020-07-03 11:04:25 +08:00
"js-cookie": "^2.2.1",
2021-03-25 21:48:05 +08:00
"net": "^1.0.2",
2021-08-12 11:35:53 +08:00
"nuxt": "^2.15.8",
2020-10-18 18:55:48 +08:00
"raw-loader": "^4.0.2",
"save-svg-as-png": "^1.4.17",
2022-01-26 13:37:11 +08:00
"simple-icons": "^6.7.0",
2021-12-10 08:31:24 +08:00
"sockjs-client": "^1.5.2",
2021-03-25 21:48:05 +08:00
"stompjs": "^2.3.3",
2022-01-26 13:37:11 +08:00
"vditor": "^3.8.11",
2021-03-06 21:48:53 +08:00
"vue-cropperjs": "^4.2.0",
"vuejs-avataaars": "^4.0.1"
2020-06-19 17:10:44 +08:00
},
2020-06-22 17:13:42 +08:00
"devDependencies": {
2021-03-06 21:48:53 +08:00
"@nuxtjs/proxy": "^2.1.0",
"lodash-webpack-plugin": "^0.11.6",
2021-03-25 21:48:05 +08:00
"node-sass": "^5.0.0",
2022-01-26 14:56:58 +08:00
"sass-loader": "^10.2.0"
2020-06-22 17:13:42 +08:00
}
2020-06-19 17:10:44 +08:00
}