-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage_old1.json
77 lines (77 loc) · 2.19 KB
/
package_old1.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
{
"name": "vue-f3i2-spa",
"version": "0.1.5",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-regular-svg-icons": "^5.10.1",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@fullcalendar/bootstrap": "^4.3.0",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/list": "^4.3.0",
"@fullcalendar/moment": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@fullcalendar/vue": "^4.3.1",
"@syncfusion/ej2-vue-gantt": "^17.4.44",
"@syncfusion/ej2-data": "^17.4.43",
"@vuex-orm/core": "^0.34.0",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.1.0",
"element-ui": "^2.13.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"perfect-scrollbar": "^1.4.0",
"push.js": "^1.0.12",
"sortablejs": "^1.10.1",
"sweetalert2": "^9.5.4",
"v-tooltip": "^2.0.2",
"vue": "^2.6.10",
"vue-clickaway": "^2.2.2",
"vue-form-wizard": "^0.8.4",
"vue-nav-tabs": "^0.5.7",
"vue-notifyjs": "^0.4.3",
"vue-router": "^3.1.3",
"vuejs-tree": "^2.0.0-0",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.0.1",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-bootstrap": "^1.0.0-alpha.1",
"vue-cli-plugin-bootstrap-vue": "^0.6.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"repository": {
"type": "git",
"url": "https://github.com/danwalker-caci/vue-f3i2-spa.git"
}
}