nebula/package.json

42 lines
1.1 KiB
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",
2020-11-09 22:02:24 +08:00
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
2020-11-09 22:02:24 +08:00
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
2020-09-14 21:15:36 +08:00
"@nuxtjs/axios": "^5.12.2",
"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",
2020-11-09 22:02:24 +08:00
"element-ui": "^2.14.0",
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-10-18 18:55:48 +08:00
"nuxt": "^2.14.7",
"raw-loader": "^4.0.2",
"save-svg-as-png": "^1.4.17",
"socket.io": "^2.4.0",
2020-10-18 18:55:48 +08:00
"socket.io-client": "^2.3.1",
2020-11-09 22:02:24 +08:00
"vditor": "^3.6.0",
"vue-cropperjs": "^4.1.0",
"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",
"lodash-webpack-plugin": "^0.11.5",
2020-10-18 18:55:48 +08:00
"node-sass": "^4.12.0",
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
}