-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.1 KB
/
package.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "certificate_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "aws s3 sync ./dist s3://impakter-vue"
},
"dependencies": {
"3": "^2.1.0",
"-": "0.0.1",
"@auth0/auth0-spa-js": "^1.14.0",
"@braid/vue-formulate": "^2.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^3.0.0-3",
"@vue/composition-api": "*",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.11.1",
"jquery": ">=3.5.0",
"package.json": "^2.0.1",
"rxjs": "^7.0.0",
"shared.code": "git+https://github.com/Impakter/SHARED.CODE.git",
"tiptap": "^1.32.1",
"uicomponents": "git+https://github.com/Impakter/SHARED.UI.git",
"vue": "^2.6.11",
"vue-jwt-decode": "^0.1.0",
"vue-loading-overlay": "^4.0.2",
"vue-mc": "^0.6.0",
"vue-resource": "^1.5.3",
"vue-router": "^3.4.9",
"vue-scrollview": "^3.0.1",
"vue-search-select": "^2.9.3",
"vue-simple-alert": "^1.1.1",
"vue-simple-spinner": "^1.2.10",
"vue-spinner": "^1.0.4",
"vue-uuid": "^2.0.2",
"vueditor": "^0.3.1",
"vuex": "^3.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^5.0.0",
"sass-loader": "^10.2.0",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"brace-style": [
"error",
"stroustrup"
]
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}