nebula/package.json
dependabot[bot] f02e8fefcc
⬆️ Bump vditor from 3.8.11 to 3.8.13
Bumps [vditor](https://github.com/Vanessa219/vditor) from 3.8.11 to 3.8.13.
- [Release notes](https://github.com/Vanessa219/vditor/releases)
- [Changelog](https://github.com/Vanessa219/vditor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Vanessa219/vditor/compare/v3.8.11...v3.8.13)

---
updated-dependencies:
- dependency-name: vditor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 22:04:22 +00:00

40 lines
956 B
JSON

{
"name": "nebula",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"analyze": "nuxt build -a"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@nuxtjs/axios": "^5.13.1",
"babel-plugin-lodash": "^3.3.4",
"cookieparser": "^0.1.0",
"echarts": "^4.9.0",
"element-ui": "^2.15.6",
"express": "^4.17.3",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"net": "^1.0.2",
"nuxt": "^2.15.8",
"raw-loader": "^4.0.2",
"save-svg-as-png": "^1.4.17",
"simple-icons": "^6.12.0",
"sockjs-client": "^1.5.2",
"stompjs": "^2.3.3",
"vditor": "^3.8.13",
"vue-cropperjs": "^4.2.0",
"vuejs-avataaars": "^4.0.1"
},
"devDependencies": {
"@nuxtjs/proxy": "^2.1.0",
"lodash-webpack-plugin": "^0.11.6",
"node-sass": "^5.0.0",
"sass-loader": "^10.2.0"
}
}