-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
115 lines (115 loc) · 3.45 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
112
113
114
115
{
"name": "fairsharing.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"test:unit": "vue-cli-service test:unit --coverage --silent",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix",
"codacy": "cat ./coverage/lcov.info | codacy-coverage -t ",
"doc:full": "jsdoc -c documentation/doc.conf.json -R README.md",
"doc:dev": "jsdoc -c documentatioN/doc.conf.json -d docTemp"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/vue-fontawesome": "^0.1.9",
"axios": "^0.28.0",
"babel-core": "^7.0.0-bridge.0",
"bibtex": "^0.9.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.16.0",
"core-js": "^3.28.0",
"deep-object-diff": "^1.1.0",
"dotenv": "^16.0.3",
"graphology": "^0.25.1",
"graphology-layout": "^0.6.1",
"graphology-layout-forceatlas2": "^0.10.1",
"highcharts": "9.0.1",
"highcharts-vue": "1.3.5",
"jest": "^27.5.1",
"jest-offline": "^1.0.1",
"jquery": "^3.5.1",
"jsdoc-vuex-plugin": "^1.0.0",
"json-to-graphql-query": "^2.2.5",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-gyp": "^3.8.0",
"npm-check": "^6.0.1",
"prettier": "^2.8.6",
"query-builder-vue": "^1.2.0",
"regenerator-runtime": "^0.13.11",
"roboto-fontface": "*",
"sigma": "^2.4.0",
"simple-analytics-vue": "^2.0.0",
"trace-unhandled": "^2.0.1",
"tsparticles": "^2.8.0",
"v-clipboard": "^2.2.3",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-code-highlight": "^0.7.8",
"vue-country-flag": "^2.0.1",
"vue-eslint-parser": "^9.1.0",
"vue-gtag": "^1.16.1",
"vue-head": "^2.2.0",
"vue-jest": "^3.0.7",
"vue-json-pretty": "^1.7.1",
"vue-loader": "^15.9.3",
"vue-meta": "^2.4.0",
"vue-moment": "^4.1.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.4.3",
"vue-sanitize": "^0.2.3",
"vue-scrollto": "^2.20.0",
"vue2-particles": "^2.8.0",
"vuetify": "^2.6.10",
"vuex": "^3.6.2",
"webpack": "^5.88.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/preset-env": "^7.20.2",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.7",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "^1.1.3",
"@vue/vue2-jest": "^27.0.0-alpha.3",
"@vuese/cli": "^2.14.0",
"codacy-coverage": "^3.4.0",
"compression-webpack-plugin": "10.0.0",
"css-loader": "^5.2.7",
"deepmerge": "^4.2.2",
"eslint": "^8.42.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^8.0.3",
"fs": "*",
"ink-docstrap": "^1.3.2",
"jsdoc": "^4.0.0",
"jsdoc-vuejs": "^3.0.9",
"lint-staged": "^9.5.0",
"path": "*",
"postcss": "^8.4.21",
"sass": "~1.32.12",
"sass-loader": "^10.1.1",
"sinon": "^7.5.0",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-linkify": "^1.0.1",
"vue-template-compiler": "^2.7.15",
"vuetify-loader": "^1.7.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"browserslist": [
"> 0.25%",
"last 2 versions",
"not dead"
]
}