-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.89 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 3.89 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "fairsharing.github.io",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build",
"test": "vitest run",
"test:ui": "vitest --ui --coverage.enabled=true",
"test:coverage": "vitest run --coverage",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"lint:fix": "prettier . --write",
"doc:full": "jsdoc -c documentation/doc.conf.json -R README.md",
"doc:dev": "jsdoc -c documentation/doc.conf.json -d docTemp",
"stats": "vite build --mode production && open stats.html",
"generate-coverage-report": "generate-coverage-report -p ./coverage/badges"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@tsparticles/vue3": "^3.0.1",
"axios": "^1.15.2",
"bibtex": "^0.9.0",
"bootstrap": "^4.5.2",
"deep-object-diff": "^1.1.0",
"dompurify": "^3.3.1",
"dotenv": "^16.0.3",
"graphology": "^0.26.0",
"graphology-layout": "^0.6.1",
"graphology-layout-forceatlas2": "^0.10.1",
"highcharts": "12.1.2",
"highcharts-vue": "2.0.1",
"jquery": "^3.5.1",
"json-to-graphql-query": "^2.2.5",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"query-builder-vue-3": "^1.0.1",
"roboto-fontface": "*",
"sigma": "^2.4.0",
"simple-analytics-vue": "^3.0.2",
"trace-unhandled": "^2.0.1",
"tsparticles": "^3.5.0",
"vue": "^3.4.35",
"vue-3-sanitize": "^0.1.4",
"vue-code-highlight": "^0.7.8",
"vue-country-flag-next": "^2.3.2",
"vue-eslint-parser": "^9.4.3",
"vue-gtag": "^2.1.0",
"vue-json-pretty": "^2.6.0",
"vue-meta": "^3.0.0-alpha.10",
"vue-router": "^4.4.3",
"vue-scrollto": "^2.20.0",
"vuetify": "^3.6.14",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-async-generator-functions": "^7.25.0",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-json-strings": "^7.24.7",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/plugin-transform-optional-catch-binding": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/plugin-transform-unicode-property-regex": "^7.24.7",
"@babel/preset-env": "^7.25.8",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@vitejs/plugin-legacy": "^6.1.1",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"@vue/babel-preset-app": "^5.0.8",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"baseline-browser-mapping": "^2.9.11",
"deepmerge": "^4.2.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vuetify": "^2.4.0",
"fs": "*",
"happy-dom": "^20.0.10",
"ink-docstrap": "^1.3.2",
"jsdoc": "^4.0.4",
"jsdoc-vuejs": "^4.0.0",
"linkifyjs": "^3.0.5",
"lint-staged": "^9.5.0",
"node-gyp": "^12.3.0",
"npm-check": "^6.0.1",
"path": "*",
"postcss": "^8.4.21",
"prettier": "3.4.2",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-visualizer": "^6.0.11",
"sass": "^1.77.8",
"sinon": "^18.0.0",
"stylelint": "^16.12.0",
"stylelint-scss": "^6.10.0",
"taffydb": "^2.7.3",
"terser": "^5.46.1",
"vite": "^6.4.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.26.0",
"vite-plugin-vuetify": "^2.1.3",
"vitest": "^3.2.4",
"vue-3-linkify": "^1.1.0",
"yaml": "^2.8.3"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"overrides": {
"rollup": "^4.0.0"
},
"browserslist": [
"> 0.25%",
"last 2 versions",
"not dead"
]
}