mirror of
https://github.com/owntracks/frontend.git
synced 2026-04-29 02:36:34 +00:00
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"name": "owntracks-frontend",
|
|
"version": "2.9.0",
|
|
"author": {
|
|
"name": "Linus Groh",
|
|
"email": "mail@linusgroh.de"
|
|
},
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"cors-proxy": "node scripts/corsProxy.js",
|
|
"format:js": "vue-cli-service lint",
|
|
"format:md": "prettier --write '{*.md,docs/**/*.md,src/**/*.md}'",
|
|
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
|
|
"lint:js": "vue-cli-service lint --no-fix",
|
|
"lint:md": "prettier --check '{*.md,docs/**/*.md,src/**/*.md}'",
|
|
"test": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"clipboard-copy": "^4.0.1",
|
|
"core-js": "^3.11.1",
|
|
"deepmerge": "^4.2.2",
|
|
"leaflet": "^1.7.1",
|
|
"leaflet.heat": "^0.2.0",
|
|
"moment": "^2.29.1",
|
|
"vue": "^2.6.12",
|
|
"vue-ctk-date-time-picker": "^2.5.0",
|
|
"vue-feather-icons": "^5.1.0",
|
|
"vue-i18n": "^8.24.4",
|
|
"vue-js-modal": "^1.3.33",
|
|
"vue-mq": "^1.0.1",
|
|
"vue-outside-events": "^1.1.3",
|
|
"vue-router": "^3.5.1",
|
|
"vue2-leaflet": "^2.7.0",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.12",
|
|
"@vue/cli-plugin-eslint": "~4.5.12",
|
|
"@vue/cli-plugin-unit-jest": "~4.5.12",
|
|
"@vue/cli-service": "~4.5.12",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/test-utils": "1.2.0",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^26.6.3",
|
|
"cors-anywhere": "^0.4.4",
|
|
"eslint": "^7.25.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^7.9.0",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"lint-staged": "^10.5.4",
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
|
"prettier": "^2.2.1",
|
|
"sass": "^1.32.12",
|
|
"sass-loader": "^10.1.1",
|
|
"vue-cli-plugin-i18n": "~2.1.0",
|
|
"vue-template-compiler": "^2.6.12"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/owntracks/frontend.git"
|
|
}
|
|
}
|