-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.61 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
{
"name": "oslo-codelijsten",
"version": "1.19.2",
"private": true,
"engines": {
"npm": ">=8.0.0",
"node": ">=20.0.0"
},
"scripts": {
"dev": "nuxi dev",
"build": "nuxt build",
"start": "nuxi preview",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"prepare": "husky"
},
"resolutions": {
"wrap-ansi": "^7.0.0"
},
"dependencies": {
"@comunica/query-sparql": "^4.4.1",
"@govflanders/vl-ui-design-system-style": "^3.2.1",
"@govflanders/vl-ui-design-system-vue3": "^7.1.1",
"@govflanders/vl-widget-polyfill": "^1.4.1",
"@oslo-flanders/core": "^1.0.15",
"axios": "^1.14.0",
"core-js": "^3.15.1",
"rdf-serialize": "^5.1.0",
"sass": "^1.85.0",
"sass-loader": "^13.3.2"
},
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@commitlint/types": "^21.0.1",
"@nuxt/devtools": "latest",
"@nuxt/types": "^2.17.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@types/n3": "^1.26.1",
"@types/node": "^24.8.1",
"eslint": "^8.57.0",
"husky": "^9.1.7",
"nuxt": "^3.6.5",
"postcss-html": "^1.5.0",
"prettier": "^3.5.1",
"stylelint": "^15.10.3",
"stylelint-config-recommended-vue": "^1.6.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.2.1",
"ts-node": "^10.9.1",
"typescript": "^5.7.3"
}
}