-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.46 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
{
"name": "ptr-ui",
"version": "0.1.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint:check": "eslint .",
"lint:fix": "eslint . --fix",
"lint-changes:check": "eslint -c .eslintrc_strict.js $(git diff --name-only --diff-filter=ACMRTUXB origin/dev | grep -E \"(.js$|.vue$)\")",
"lint-changes:fix": "eslint -c .eslintrc_strict.js $(git diff --name-only --diff-filter=ACMRTUXB origin/dev | grep -E \"(.js$|.vue$)\") --fix",
"cypress:open": "cypress open"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.8.1",
"@fortawesome/fontawesome-free": "^5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@fullcalendar/bootstrap": "^4.4.0",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/moment": "^4.4.0",
"@fullcalendar/moment-timezone": "^4.4.0",
"@fullcalendar/resource-common": "^4.4.0",
"@fullcalendar/resource-daygrid": "^4.4.0",
"@fullcalendar/resource-timegrid": "^4.4.0",
"@fullcalendar/resource-timeline": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@fullcalendar/timeline": "^4.4.0",
"@fullcalendar/vue": "^4.4.0",
"@googlemaps/markerclusterer": "^1.0.12",
"@mapbox/timespace": "^2.0.4",
"@mdi/font": "^4.9.95",
"@mdi/js": "^4.9.95",
"axios": "^0.21.1",
"buefy": "^0.9.19",
"bulma": "^0.9.1",
"chart.js": "^2.9.3",
"core-js": "^2.5.7",
"css-loader": "^3.5.3",
"d3": "^5.16.0",
"d3-array": "^2.11.0",
"d3-brush": "^2.1.0",
"d3-celestial": "^0.7.35",
"d3-context-menu": "^1.1.2",
"d3-drag": "^2.0.0",
"d3-fetch": "^1.1.2",
"d3-selection": "^2.0.0",
"d3-transition": "^2.0.0",
"fabric": "^2.7.0",
"isomorphic-ws": "^4.0.1",
"jquery": "^3.5.1",
"json-vuer": "^0.1.2",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"normalizr": "^3.6.1",
"npm-check": "^5.9.2",
"perf_hooks": "0.0.1",
"reconnecting-websocket": "^4.4.0",
"register-service-worker": "^1.7.1",
"serialize-javascript": "^3.1.0",
"suncalc": "^1.8.0",
"upgrade": "^1.1.0",
"vue": "^2.7.16",
"vue-chartjs": "^3.5.0",
"vue-json-viewer": "^2.2.21",
"vue-loader": "^15.9.2",
"vue-material-design-icons": "^4.6.0",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"vuex-persistedstate": "^4.1.0",
"ws": "^7.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/runtime-dom": "^3.2.47",
"babel-eslint": "^10.1.0",
"cypress": "^3.8.3",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-no-autofix": "^1.2.3",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-vue": "^9.5.1",
"sass": "^1.49.0",
"sass-loader": "^10.2.1",
"style-loader": "^0.23.1",
"vue-plugin-load-script": "^1.3.6",
"vue-template-babel-compiler": "^1.0.5",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.46.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}