UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@fernandoherlo/vue-core",
3 "version": "0.17.111",
4 "author": "Fernando Herlo",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/fernandoherlo/vue-core.git"
8 },
9 "bugs": {
10 "url": "https://github.com/fernandoherlo/vue-core/issues"
11 },
12 "homepage": "https://github.com/fernandoherlo/vue-core#readme",
13 "license": "MIT",
14 "scripts": {
15 "build": "vue-cli-service build --target lib --name vue-core src/build.js",
16 "lint": "vue-cli-service lint",
17 "repo_a": "git add .",
18 "repo_u": "git add -u",
19 "repo_c": "git commit -m 'Bugs'",
20 "repo": "npm run repo_a && npm run repo_u && npm run repo_c",
21 "ver": "npm version patch",
22 "push": "git push origin master ",
23 "prod": "npm run build && npm run repo && npm run ver && npm run push && npm publish --access=public"
24 },
25 "main": "./dist/vue-core.common.js",
26 "dependencies": {
27 "auth0-js": "^9.13.2",
28 "axios": "^0.19.2",
29 "bootstrap-vue": "^2.14.0",
30 "eslint": "^6.8.0",
31 "eslint-plugin-vue": "^6.2.2",
32 "jwt-decode": "^2.2.0",
33 "vee-validate": "2.2.15",
34 "vue": "^2.6.11",
35 "vue-awesome": "^4.0.2",
36 "vue-good-table": "^2.19.2",
37 "vue-notification": "^1.3.20",
38 "vue-router": "^3.1.6",
39 "vuedraggable": "^2.23.2",
40 "vuejs-datepicker": "^1.6.2",
41 "vuejs-logger": "^1.5.4",
42 "vuex": "^3.4.0"
43 },
44 "devDependencies": {
45 "@vue/cli-plugin-babel": "^4.3.1",
46 "@vue/cli-plugin-eslint": "^4.3.1",
47 "@vue/cli-service": "^4.3.1",
48 "@vue/devtools": "^5.3.3",
49 "babel-eslint": "^10.1.0",
50 "node-sass": "^4.14.1",
51 "sass-loader": "^8.0.2",
52 "vue-template-compiler": "^2.6.11"
53 }
54}