-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.31 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.31 KB
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
{
"name": "readerbench-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"production": "vue-cli-service serve --mode production",
"pregenerate-icons": "npm list vue-pwa-asset-generator -g || npm i vue-pwa-asset-generator -g",
"generate-icons": "vue-asset-generate -a ./public/favicon.svg --no-manifest",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.29",
"@amcharts/amcharts4-geodata": "^4.1.26",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@recogito/recogito-js": "^1.8.2",
"@tinymce/tinymce-vue": "^5.0.0",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"axios": "^1.1.3",
"bulma": "^0.9.4",
"core-js": "^3.8.3",
"dotenv": "^16.0.3",
"echarts": "^5.4.0",
"json-as-xlsx": "^2.5.4",
"lodash": "^4.17.21",
"primeicons": "^6.0.1",
"primevue": "3.29.1",
"register-service-worker": "^1.7.2",
"tinymce": "^6.3.2",
"vee-validate": "^4.8.6",
"vue": "^3.2.13",
"vue-charts": "^0.2.1",
"vue-echarts": "^6.2.3",
"vue-highlight-words": "^3.0.1",
"vue-router": "^4.0.3",
"vue2-text-annotation": "^0.0.8",
"vuelidate": "^0.7.7",
"vuex": "^4.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-e2e-cypress": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-unit-mocha": "^5.0.8",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-0",
"chai": "^4.2.0",
"cypress": "^13.3.1",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"typescript": "~4.5.5"
}
}