mirror of
https://github.com/owntracks/frontend.git
synced 2026-04-05 00:56:50 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "owntracks-ui",
|
|
"version": "2.0.0-alpha",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"test": "vue-cli-service test:unit",
|
|
"cors-proxy": "node scripts/corsProxy.js"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^4.0.0",
|
|
"leaflet": "^1.5.1",
|
|
"leaflet.heat": "^0.2.0",
|
|
"vue": "^2.6.6",
|
|
"vue-feather-icons": "^5.0.0",
|
|
"vue-js-modal": "^1.3.31",
|
|
"vue-router": "^3.1.3",
|
|
"vue2-leaflet": "^2.2.1",
|
|
"vue2-leaflet-heatmap": "^1.0.5",
|
|
"vuejs-datepicker": "^1.6.2",
|
|
"vuex": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.11.0",
|
|
"@vue/cli-plugin-eslint": "^3.11.0",
|
|
"@vue/cli-plugin-unit-jest": "^3.11.0",
|
|
"@vue/cli-service": "^3.11.0",
|
|
"@vue/eslint-config-prettier": "^5.0.0",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-jest": "^23.6.0",
|
|
"cors-anywhere": "^0.4.1",
|
|
"eslint": "^6.4.0",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
"jest-fetch-mock": "^2.1.2",
|
|
"lint-staged": "^9.4.0",
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-template-compiler": "^2.5.21"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Linus Groh",
|
|
"email": "mail@linusgroh.de"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/owntracks/frontend.git"
|
|
}
|
|
}
|