-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.53 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "vue-f3i2-spa",
"version": "0.1.5",
"private": false,
"scripts": {
"postinstall": "node scripts/replace-relative-path-syncfusion.js",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"build-dev": "vue-cli-service build --mode development",
"build-test": "vue-cli-service build --mode test",
"buildwithreport": "vue-cli-service build --modern --report",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@syncfusion/ej2-vue-base": "18.4.34",
"@syncfusion/ej2-vue-buttons": "18.4.33",
"@syncfusion/ej2-vue-calendars": "18.4.35",
"@syncfusion/ej2-vue-documenteditor": "^18.4.35",
"@syncfusion/ej2-vue-dropdowns": "18.4.35",
"@syncfusion/ej2-vue-gantt": "18.4.35",
"@syncfusion/ej2-vue-grids": "18.4.35",
"@syncfusion/ej2-vue-inputs": "18.4.33",
"@syncfusion/ej2-vue-kanban": "^18.4.33",
"@syncfusion/ej2-vue-navigations": "18.4.35",
"@syncfusion/ej2-vue-popups": "18.4.34",
"@syncfusion/ej2-vue-richtexteditor": "18.4.35",
"@syncfusion/ej2-vue-schedule": "18.4.35",
"@syncfusion/ej2-vue-spreadsheet": "^18.4.35",
"@vuex-orm/core": "^0.34.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"caci-docx": "^1.1.41",
"file-saver": "^2.0.5",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"push.js": "^1.0.12",
"vue": "^2.6.12",
"vue-clickaway": "^2.2.2",
"vue-crono": "^2.0.9",
"vue-lodash": "^2.1.2",
"vue-moment": "^4.1.0",
"vue-router": "^3.5.1",
"vuex": "^3.6.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@vue/cli-plugin-babel": "^4.5.10",
"@vue/cli-plugin-eslint": "^4.5.10",
"@vue/cli-plugin-router": "^4.5.10",
"@vue/cli-plugin-vuex": "^4.5.10",
"@vue/cli-service": "^4.5.10",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"gulp": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.1.0",
"node-sass": "^4.14.1",
"replace-in-file": "^6.1.0",
"sass-loader": "^8.0.2",
"vue-cli-plugin-bootstrap": "^1.0.0-alpha.1",
"vue-cli-plugin-bootstrap-vue": "^0.6.0",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"globals": {
"moment": "readonly",
"SP": "readonly"
},
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"plugin:prettier/recommended",
"@vue/prettier",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"prettier/prettier": [
"error",
{
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"code": 350,
"printWidth": 350,
"ignoreComments": true,
"ignoreStrings": true,
"ignoreTemplateLiterals": true
}
]
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "https://github.com/danwalker-caci/vue-f3i2-spa.git"
}
}