package.json 1.4 KB
Newer Older
abergavenny's avatar
abergavenny committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "name": "dreiprozent-plus-client",
  "version": "1.0.0",
  "description": "",
  "main": "src/main.js",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview --port 4173",
    "test:unit": "vitest --environment jsdom",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abergavenny/dreiprozent-plus.git"
  },
  "keywords": [],
  "author": "abergavenny",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abergavenny/dreiprozent-plus/issues"
  },
  "homepage": "https://github.com/abergavenny/dreiprozent-plus#readme",
  "dependencies": {
    "@capacitor/android": "4.0.1",
    "@capacitor/cli": "4.0.1",
    "@capacitor/core": "4.0.1",
    "@fortawesome/fontawesome-svg-core": "6.1.2",
    "@fortawesome/free-regular-svg-icons": "6.1.2",
    "@fortawesome/free-solid-svg-icons": "6.1.2",
    "@fortawesome/vue-fontawesome": "3.0.1",
    "@vuelidate/core": "2.0.0-alpha.44",
    "@vuelidate/validators": "2.0.0-alpha.31",
    "axios": "0.27.2",
    "jwt-decode": "3.1.2",
    "pinia": "2.0.17",
    "vue": "3.2.37",
    "vue-router": "4.1.3"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^3.0.1",
    "@vue/test-utils": "^2.0.2",
    "eslint": "^8.5.0",
    "eslint-plugin-vue": "^9.0.0",
    "jsdom": "^20.0.0",
    "vite": "^3.0.4",
    "vitest": "^0.21.1"
  }
}