-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
95 lines (95 loc) · 3.07 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
{
"name": "frontend",
"version": "1.38.1",
"description": "MyAEGEE Frontend",
"homepage": "https://my.aegee.eu",
"license": "MIT",
"author": {
"name": "Sergey Peshkov",
"email": "[email protected]",
"url": "https://github.com/serge1pescoff"
},
"scripts": {
"serve": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"build-and-test": "NODE_ENV=test npm run build && npm test",
"build-and-refresh": "npm run build && npm run refresh",
"lint": "eslint --ext .js,.vue .",
"refresh": "chmod 775 -R dist && docker restart myaegee_frontend_1",
"test": "npm run cypress:run && npm run nyc:report",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"nyc:report": "nyc report",
"prepare": "husky install"
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/types": "^7.22.17",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.10",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/vue": "^6.1.10",
"@gfx/zopfli": "^1.0.15",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-router": "^4.5.15",
"@vue/cli-plugin-vuex": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/eslint-config-airbnb": "^7.0.0",
"animate.css": "^4.1.1",
"axios": "^1.6.5",
"buefy": "^0.8.20",
"chart.js": "^2.9.4",
"compression-webpack-plugin": "^6.1.1",
"css-loader": "^5.2.7",
"dompurify": "^3.0.11",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.24.0",
"eslint-plugin-vuejs-accessibility": "^2.2.1",
"ical": "^0.8.0",
"lodash": "^4.17.21",
"mapbox-gl": "^0.53.0",
"marked": "^3.0.8",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"qs": "^6.11.2",
"sass": "^1.78.0",
"sass-loader": "^10.4.1",
"v-tooltip": "^2.1.3",
"vue": "^2.6.14",
"vue-axios": "^3.5.2",
"vue-bulma-collapse": "^1.0.3",
"vue-chartjs": "^3.5.1",
"vue-flatpickr-component": "^8.1.7",
"vue-infinite-loading": "^2.4.5",
"vue-input-tag": "^2.0.7",
"vue-loader": "^16.8.3",
"vue-mapbox": "^0.4.1",
"vue-multiselect": "^2.1.8",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.16",
"vue2-touch-events": "^3.2.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.4.4",
"@cypress/code-coverage": "3.12.18",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"commitlint": "^18.4.4",
"conventional-changelog": "^5.1.0",
"cypress": "^13.6.3",
"husky": "^8.0.3",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-coverage": "^3.2.2",
"semantic-release": "^22.0.12"
},
"optionalDependencies": {
"iltorb": "^2.4.5"
}
}