|
@@ -1,34 +1,87 @@
|
|
|
{
|
|
|
- "name": "collocation",
|
|
|
- "version": "0.0.0",
|
|
|
+ "name": "queen.cloud",
|
|
|
+ "version": "0.0.1",
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
- "dev": "vite",
|
|
|
- "build": "run-p type-check build-only",
|
|
|
- "preview": "vite preview",
|
|
|
- "build-only": "vite build",
|
|
|
- "type-check": "vue-tsc --noEmit",
|
|
|
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
- "format": "prettier --write src/"
|
|
|
+ "serve": "vue-cli-service serve",
|
|
|
+ "serve:local": "cross-env --APP_MODE=local vue-cli-service serve",
|
|
|
+ "build": "vue-cli-service build",
|
|
|
+ "build:local": "cross-env --APP_MODE=local vue-cli-service build",
|
|
|
+ "lint": "vue-cli-service lint",
|
|
|
+ "svg": "node ./scripts/svg-generator.js",
|
|
|
+ "uploadOss": "node scripts/deployAssetsToOss.js",
|
|
|
+ "uploadServer": "node scripts/deployHtmlToServer.js",
|
|
|
+ "deploy": "npm run build && npm run uploadOss && npm run uploadServer"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "vue": "^3.2.47",
|
|
|
- "vue-router": "^4.1.6"
|
|
|
+ "@linaria/core": "^4.1.1",
|
|
|
+ "@queenjs-modules/auth": "^0.0.18",
|
|
|
+ "@queenjs-modules/queditor": "^0.0.9",
|
|
|
+ "@queenjs-modules/queentree": "^0.0.8",
|
|
|
+ "@queenjs/components": "^0.0.5",
|
|
|
+ "@queenjs/controllers": "^0.0.6",
|
|
|
+ "@queenjs/icons": "^0.0.20",
|
|
|
+ "@queenjs/theme": "^0.0.8",
|
|
|
+ "@queenjs/ui": "^0.0.2",
|
|
|
+ "@queenjs/use": "^0.0.4",
|
|
|
+ "@queenjs/utils": "^0.0.2",
|
|
|
+ "@simonwep/pickr": "^1.8.2",
|
|
|
+ "@types/file-saver": "^2.0.5",
|
|
|
+ "@types/qrcode": "^1.5.0",
|
|
|
+ "@vueuse/core": "^9.13.0",
|
|
|
+ "ali-oss": "^6.17.1",
|
|
|
+ "ant-design-vue": "^3.2.18",
|
|
|
+ "clipboard": "^2.0.11",
|
|
|
+ "co": "^4.6.0",
|
|
|
+ "core-js": "^3.8.3",
|
|
|
+ "echarts": "^5.4.0",
|
|
|
+ "file-saver": "^2.0.5",
|
|
|
+ "hotkeys-js": "^3.10.1",
|
|
|
+ "jszip": "^3.10.1",
|
|
|
+ "load-asset": "^1.2.0",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
+ "moment": "^2.29.4",
|
|
|
+ "nanoid": "^4.0.2",
|
|
|
+ "nats.ws": "^1.12.0",
|
|
|
+ "proto.gl": "^1.0.0",
|
|
|
+ "qrcode": "^1.5.1",
|
|
|
+ "queen3d": "^0.0.80",
|
|
|
+ "queenjs": "^1.0.0-beta.69",
|
|
|
+ "queentree": "^0.1.86-nocheck",
|
|
|
+ "rimraf": "^3.0.2",
|
|
|
+ "scp2": "^0.5.0",
|
|
|
+ "swiper": "^8.4.4",
|
|
|
+ "three": "^0.146.0",
|
|
|
+ "vue": "^3.2.45",
|
|
|
+ "vue-router": "^4.0.3",
|
|
|
+ "vue-types": "^4.2.1"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@rushstack/eslint-patch": "^1.2.0",
|
|
|
- "@types/node": "^18.14.2",
|
|
|
- "@vitejs/plugin-vue": "^4.0.0",
|
|
|
- "@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
|
- "@vue/eslint-config-prettier": "^7.1.0",
|
|
|
- "@vue/eslint-config-typescript": "^11.0.2",
|
|
|
- "@vue/tsconfig": "^0.1.3",
|
|
|
- "eslint": "^8.34.0",
|
|
|
- "eslint-plugin-vue": "^9.9.0",
|
|
|
- "npm-run-all": "^4.1.5",
|
|
|
- "prettier": "^2.8.4",
|
|
|
- "typescript": "~4.8.4",
|
|
|
- "vite": "^4.1.4",
|
|
|
- "vue-tsc": "^1.2.0"
|
|
|
+ "@linaria/babel-preset": "^4.1.2",
|
|
|
+ "@linaria/webpack-loader": "^4.1.2",
|
|
|
+ "@queenjs/webpack-loader": "^0.0.2",
|
|
|
+ "@types/color-convert": "^2.0.0",
|
|
|
+ "@types/lodash": "^4.14.186",
|
|
|
+ "@types/three": "^0.146.0",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
|
+ "@typescript-eslint/parser": "^5.4.0",
|
|
|
+ "@vue/babel-plugin-jsx": "^1.1.1",
|
|
|
+ "@vue/cli-plugin-babel": "~5.0.0",
|
|
|
+ "@vue/cli-plugin-eslint": "~5.0.0",
|
|
|
+ "@vue/cli-plugin-router": "~5.0.0",
|
|
|
+ "@vue/cli-plugin-typescript": "~5.0.0",
|
|
|
+ "@vue/cli-service": "~5.0.0",
|
|
|
+ "@vue/eslint-config-typescript": "^9.1.0",
|
|
|
+ "babel-plugin-import": "^1.13.5",
|
|
|
+ "cross-env": "^7.0.3",
|
|
|
+ "eslint": "^7.32.0",
|
|
|
+ "eslint-config-prettier": "^8.3.0",
|
|
|
+ "eslint-plugin-prettier": "^4.0.0",
|
|
|
+ "eslint-plugin-vue": "^8.0.3",
|
|
|
+ "less": "^4.1.3",
|
|
|
+ "less-loader": "^11.0.0",
|
|
|
+ "prettier": "^2.4.1",
|
|
|
+ "typescript": "^4.7.4",
|
|
|
+ "vue-cli-plugin-windicss": "^1.1.6"
|
|
|
}
|
|
|
}
|