加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "Discuz-Q-Web",
"version": "2.1.201112",
"private": true,
"scripts": {
"dev": "SCENE=default nuxt --fix",
"build:spa": "SCENE=default nuxt build --spa",
"build": "SCENE=default nuxt build",
"start": "SCENE=default nuxt start",
"build:ssr": "npm run build && npm run start",
"generate": "nuxt generate",
"analyze": "nuxt build --analyze",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"dev:pay": "SCENE=pay nuxt",
"build:pay-spa": "SCENE=pay nuxt build --spa",
"build:pay": "SCENE=pay nuxt build",
"start:pay": "SCENE=pay nuxt start",
"build:pay-ssr": "npm run build:pay && npm run start:pay"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"dayjs": "^1.8.32",
"element-ui": "^2.13.2",
"jsonpath-plus": "^3.0.0",
"lodash": "^4.17.19",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"nuxt": "^2.14.0",
"nuxt-i18n": "^6.13.7",
"qs": "^6.5.2",
"v-viewer": "^1.5.1",
"vditor": "^3.5.2",
"vue-cropper": "^0.5.5",
"vue-virtual-scroller": "^1.0.10",
"xss": "^1.0.8"
},
"devDependencies": {
"@nuxtjs/babel-preset-app": "^0.8.0",
"@nuxtjs/proxy": "^2.0.1",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"js-conditional-compile-loader": "^1.0.14",
"qrcodejs2": "^0.0.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"svg-sprite-loader": "^5.0.0",
"video.js": "^7.8.4",
"vod-js-sdk-v6": "^1.4.10"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": 3000
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化