Files
PhotonVision/chameleon-client/package.json

39 lines
996 B
JSON
Raw Normal View History

2019-03-10 22:29:29 +02:00
{
"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": {
2020-03-19 14:02:49 +02:00
"axios": "^0.19.2",
2020-01-08 00:11:34 -08:00
"core-js": "^2.6.11",
2020-03-19 14:02:49 +02:00
"downloadjs": "^1.4.7",
"material-design-icons-iconfont": "^5.0.1",
"msgpack5": "^4.2.1",
2020-01-08 00:11:34 -08:00
"vue": "^2.6.11",
"vue-axios": "^2.1.5",
2020-03-19 14:02:49 +02:00
"vue-native-websocket": "^2.0.14",
"vue-router": "^3.1.6",
"vuetify": "^2.2.17",
"vuex": "^3.1.3"
2019-03-10 22:29:29 +02:00
},
"devDependencies": {
2020-03-19 14:02:49 +02:00
"@mdi/font": "^4.9.95",
2020-01-08 00:11:34 -08:00
"@vue/cli-plugin-babel": "^3.12.1",
2020-03-19 14:02:49 +02:00
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
2020-01-08 00:11:34 -08:00
"papaparse": "^5.1.1",
2020-03-19 14:02:49 +02:00
"sass": "^1.26.3",
"sass-loader": "^7.1.0",
"vue-cli-plugin-vuetify": "^0.6.3",
2020-01-08 00:11:34 -08:00
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
}
2019-03-10 22:29:29 +02:00
}