-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
81 lines (81 loc) · 2.8 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
{
"name": "research-workflow",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"doc": "jsdoc -c conf.json",
"test": "vue-cli-service test:unit",
"build-dev": "vue-cli-service build --mode development",
"build-prod": "vue-cli-service build --mode production",
"cypress:open": "cypress open",
"deploy-dev": "firebase use dev && firebase deploy --only hosting:ruxailab-dev",
"deploy-prod": "firebase use prod && firebase deploy --only hosting:ruxailab-prod",
"test-playwright": "playwright test --browser=all",
"test-html-report": "playwright test --browser=all --reporter=html",
"test-json-report": "PLAYWRIGHT_JSON_OUTPUT_NAME=results.json playwright test --browser=chromium --reporter=json"
},
"dependencies": {
"@estruyf/github-actions-reporter": "^1.7.0",
"axios": "^1.5.0",
"bluebird": "^3.7.2",
"caniuse-lite": "^1.0.30001534",
"chart.js": "^2.9.4",
"core-js": "^3.32.2",
"csvtojson": "^2.0.10",
"email-templates": "^7.2.0",
"firebase": "^9.23.0",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.7.0",
"handlebars": "^4.7.8",
"jsdoc-vuex-plugin": "^1.0.0",
"material-components-web": "^14.0.0",
"nodemailer": "^6.9.5",
"stylus-loader": "^3.0.2",
"tiptap": "^1.32.2",
"tiptap-extensions": "^1.35.2",
"uid-generator": "^2.0.0",
"vue": "^2.6.12",
"vue-apexcharts": "^1.6.2",
"vue-chartjs": "^3.5.1",
"vue-clamp": "^0.3.2",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vue-toastification": "^1.7.14",
"vuedraggable": "^2.24.3",
"vuetify": "^2.7.1",
"vuex": "^3.6.2",
"webpack": "^4.47.0"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^1.1.0",
"@playwright/test": "^1.44.1",
"@testing-library/cypress": "^10.0.1",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "12",
"@testing-library/vue": "^5.9.0",
"@types/node": "^20.12.12",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-unit-jest": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/test-utils": "^1.3.0",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-require-context": "^0.1.1",
"cypress": "^13.8.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"jsdoc": "^3.6.11",
"sass": "~1.32.6",
"sass-loader": "~8.0.0",
"vue-cli-plugin-i18n": "~1.0.1",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.6.0"
}
}