mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
35 lines
890 B
JSON
35 lines
890 B
JSON
{
|
|
"name": "chameleon-client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^2.6.5",
|
|
"material-design-icons-iconfont": "^5.0.1",
|
|
"msgpack5": "^4.2.1",
|
|
"vue": "^2.6.10",
|
|
"vue-native-websocket": "^2.0.13",
|
|
"vue-router": "^3.0.3",
|
|
"vuetify": "^2.0.0",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@mdi/font": "^4.4.95",
|
|
"@vue/cli-plugin-babel": "^3.11.0",
|
|
"@vue/cli-plugin-eslint": "^3.11.0",
|
|
"@vue/cli-service": "^3.11.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"sass": "^1.17.4",
|
|
"sass-loader": "^7.1.0",
|
|
"vue-cli-plugin-vuetify": "^0.6.3",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"vuetify-loader": "^1.2.2"
|
|
}
|
|
}
|