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",
|
2023-01-05 09:45:45 +08:00
|
|
|
"analyze": "nuxt build -a",
|
|
|
|
"commit": "czg",
|
|
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
|
|
"prepare": "husky install"
|
2020-06-19 17:10:44 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-02 23:55:08 +08:00
|
|
|
"@chenfengyuan/vue-qrcode": "^1.0.2",
|
2022-11-25 15:10:55 +08:00
|
|
|
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54",
|
2021-03-06 21:48:53 +08:00
|
|
|
"@nuxtjs/axios": "^5.13.1",
|
2020-08-12 17:22:23 +08:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2023-05-26 15:34:59 +08:00
|
|
|
"core-js": "^2.6.12",
|
|
|
|
"defu": "^5.0.1",
|
2020-09-14 21:15:36 +08:00
|
|
|
"echarts": "^4.9.0",
|
2022-11-25 15:10:55 +08:00
|
|
|
"element-ui": "^2.15.12",
|
2022-03-03 11:27:59 +08:00
|
|
|
"lodash": "^4.17.21",
|
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",
|
2020-08-02 19:25:40 +08:00
|
|
|
"save-svg-as-png": "^1.4.17",
|
2022-05-23 12:56:16 +08:00
|
|
|
"simple-icons": "^6.23.0",
|
2022-11-25 15:10:55 +08:00
|
|
|
"vditor": "^3.8.18",
|
2021-03-06 21:48:53 +08:00
|
|
|
"vue-cropperjs": "^4.2.0",
|
2023-05-26 15:34:59 +08:00
|
|
|
"vue-sse": "^2.5.2",
|
|
|
|
"vuejs-avataaars": "^4.0.1"
|
2020-06-19 17:10:44 +08:00
|
|
|
},
|
2020-06-22 17:13:42 +08:00
|
|
|
"devDependencies": {
|
2023-01-05 09:45:45 +08:00
|
|
|
"@commitlint/cli": "^17.4.0",
|
|
|
|
"@commitlint/config-conventional": "^17.4.0",
|
2023-04-06 19:31:55 +08:00
|
|
|
"@nuxt/types": "~2.16.0",
|
2021-03-06 21:48:53 +08:00
|
|
|
"@nuxtjs/proxy": "^2.1.0",
|
2023-01-05 09:45:45 +08:00
|
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
|
|
"cz-git": "^1.4.1",
|
|
|
|
"czg": "^1.4.1",
|
|
|
|
"husky": "^8.0.3",
|
2022-11-25 15:10:55 +08:00
|
|
|
"less": "^4.1.3",
|
2022-05-23 12:56:16 +08:00
|
|
|
"less-loader": "^7.0.0",
|
|
|
|
"lodash-webpack-plugin": "^0.11.6"
|
2020-06-22 17:13:42 +08:00
|
|
|
}
|
2020-06-19 17:10:44 +08:00
|
|
|
}
|