mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
This should reduce loading time as browsers show a blank screen while they try and load the inaccessible Google Fonts. Fontsource simply provides an easy way to integrate the font without much work on our end.
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "photon-client",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@femessage/log-viewer": "^1.4.2",
|
|
"@fontsource/prompt": "^4.5.10",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"axios": "^0.19.2",
|
|
"core-js": "^2.6.11",
|
|
"downloadjs": "^1.4.7",
|
|
"jspdf": "^2.4.0",
|
|
"material-design-icons-iconfont": "^5.0.1",
|
|
"msgpack5": "^4.2.1",
|
|
"three-full": "^28.0.2",
|
|
"vue": "^2.6.12",
|
|
"vue-axios": "^2.1.5",
|
|
"vue-native-websocket": "git+https://git@github.com/PhotonVision/vue-native-websocket.git#5189f29",
|
|
"vue-router": "^3.4.3",
|
|
"vuetify": "^2.3.10",
|
|
"vuex": "^3.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@mdi/font": "^4.9.95",
|
|
"@vue/cli-plugin-babel": "^3.12.1",
|
|
"@vue/cli-plugin-eslint": "^4.5.4",
|
|
"@vue/cli-service": "^4.5.4",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"papaparse": "^5.3.0",
|
|
"sass": "^1.26.10",
|
|
"sass-loader": "^7.1.0",
|
|
"vue-cli-plugin-vuetify": "^0.6.3",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuetify-loader": "^1.6.0"
|
|
}
|
|
}
|