package.json 1.78 KB
Newer Older
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
1
{
2
  "name": "SIGI",
krlsnvz93's avatar
krlsnvz93 committed
3
  "version": "0.0.1",
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
4 5 6 7 8 9 10 11 12 13
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "postversion": "node scripts/postversion.js"
  },
  "dependencies": {
    "@mdi/font": "^5.9.55",
    "@types/lodash": "^4.14.170",
14
    "axios": "^0.21.1",
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
15
    "crypto-js": "^4.1.1",
16 17
    "es6-promise": "^4.2.8",
    "msw": "^0.30.1",
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
18
    "numeral": "^2.0.6",
19
    "query-string": "^7.0.1",
krlsnvz93's avatar
krlsnvz93 committed
20
    "vee-validate": "^3.4.10",
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
21
    "vue": "^2.6.11",
krlsnvz93's avatar
krlsnvz93 committed
22
    "vue-cli": "^2.9.6",
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
23 24
    "vue-meta": "^2.3.3",
    "vue-router": "^3.1.6",
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
25
    "vue-toastification": "^1.7.11",
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
26
    "vuebar": "0.0.20",
krlsnvz93's avatar
krlsnvz93 committed
27
    "vuelidate": "^0.7.6",
28 29
    "vuetify": "^2.2.26",
    "vuex": "^3.6.2"
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
30 31 32 33 34 35 36 37 38 39 40 41 42 43
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@vue/cli-plugin-babel": "^4.3.1",
    "@vue/cli-plugin-router": "~4.3.1",
    "@vue/cli-service": "^4.3.1",
    "@vue/eslint-config-standard": "^5.1.2",
    "@vuetify/vue-cli-plugin-preset-base": "~0.3.2",
    "archiver": "^4.0.1",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "dotenv": "^8.2.0",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.1",
krlsnvz93's avatar
krlsnvz93 committed
44
    "eslint-config-vuetify": "^0.6.1",
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
45 46 47 48 49 50 51 52 53 54 55
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^6.2.2",
    "eslint-plugin-vuetify": "^1.0.0-beta.6",
    "lodash": "^4.17.15",
    "open": "^7.0.3",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2",
    "shelljs": "^0.8.4",
krlsnvz93's avatar
krlsnvz93 committed
56
    "vue-cli-plugin-vuetify": "^2.4.1",
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
57 58 59 60
    "vue-template-compiler": "^2.6.11",
    "vuetify-loader": "^1.4.3",
    "webfontloader": "^1.6.28",
    "webpack": "^4.43.0"
61 62 63
  },
  "msw": {
    "workerDirectory": "public"
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
64
  }
Yoelvis Gonzalez's avatar
Yoelvis Gonzalez committed
65
}