[PhotonClient] Vite and Typescript complete refactor (#884)

This commit is contained in:
Sriman Achanta
2023-08-21 01:51:35 -04:00
committed by GitHub
parent 8397b43bef
commit f623e4a1cc
119 changed files with 11821 additions and 19318 deletions

View File

@@ -1,37 +1,41 @@
{
"name": "photon-client",
"version": "3.0.0",
"name": "photonclient",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"dev": "vite",
"build": "run-p build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@fontsource/prompt": "^4.5.10",
"@fontsource/prompt": "^5.0.5",
"@mdi/font": "^7.2.96",
"@msgpack/msgpack": "^3.0.0-beta2",
"axios": "^1.4.0",
"core-js": "^3.30.2",
"jspdf": "^2.5.1",
"msgpack5": "^6.0.2",
"three": "^0.153.0",
"pinia": "^2.1.4",
"three": "^0.154.0",
"vue": "^2.7.14",
"vue-axios": "^3.5.2",
"vue-router": "^3.6.5",
"vuetify": "^2.6.15",
"vuex": "^3.6.2"
"vuetify": "^2.6.15"
},
"devDependencies": {
"@mdi/font": "^7.2.96",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"papaparse": "^5.4.1",
"sass": "^1.62.1",
"sass-loader": "^10.4.1",
"vue-cli-plugin-vuetify": "^0.6.3",
"vue-template-compiler": "^2.7.14",
"vuetify-loader": "^1.9.2"
"@types/node": "^16.11.45",
"@types/three": "^0.154.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.1.3",
"deepmerge": "^4.3.1",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.0.0",
"npm-run-all": "^4.1.5",
"sass": "~1.32",
"sass-loader": "^13.3.2",
"terser": "^5.14.2",
"typescript": "~4.7.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9"
}
}