-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
{
"name": "lod-vis",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "VUE_APP_SPARQL_ENDPOINT=https://stad.gent/sparql VUE_APP_SUBDOMAIN= vue-cli-service build",
"lint": "vue-cli-service lint",
"build:qa": "VUE_APP_DIST=qa vue-cli-service build"
},
"dependencies": {
"@digipolis-gent/modal": "^1.0.4",
"@triply/yasgui": "^4.2.28",
"@triply/yasqe": "^4.2.28",
"@triply/yasr": "^4.2.28",
"axios": "^1.4.0",
"d3-force": "^3.0.0",
"google": "^2.1.0",
"markdown": "^0.5.0",
"util": "^0.12.5",
"v-network-graph": "^0.9.3",
"vue": "^3.3.4",
"vue-gtag": "^2.0.1",
"vue-router": "^4.2.2",
"vuex": "^4.1.0",
"vuex-composition-helpers": "^1.1.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-transform-object-assign": "^7.22.5",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"breakpoint-sass": "^3.0.0",
"eslint": "^8.42.0",
"eslint-plugin-vue": "^9.14.1",
"gent_styleguide": "^5.1.4",
"node-sass": "^9.0.0",
"sass-loader": "^13.3.2",
"susy": "^3.0.8",
"vue-template-compiler": "^2.7.14"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}