-
-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.91 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.91 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
{
"name": "lizmap-web-client",
"version": "3.11.0-pre",
"description": "Lizmap Web Client",
"license": "ISC",
"author": "3Liz",
"directories": {
"doc": "docs",
"test": "tests"
},
"workspaces": [
"assets",
"tests/js-units",
"tests/end2end"
],
"scripts": {
"build": "rspack build --config assets/webpack.prod.js",
"bats": "bats ./tests/end2end/bats/",
"js:test": "mocha --recursive ./tests/js-units/node",
"jsdoc": "make version-doc && make js-doc",
"pr:open": "playwright test --config tests/end2end/playwright.config.ts --ui tests/end2end/",
"pretest-fix": "eslint -c eslint.config.mjs --fix",
"pretest": "eslint -c eslint.config.mjs",
"style-fix": "stylelint \"**/*.css\" --fix",
"style-check": "stylelint \"**/*.css\"",
"watch": "rspack --watch --config assets/webpack.dev.js"
},
"devDependencies": {
"@eslint/js": "^9.39.x",
"@nieuwlandgeo/sldreader": "^0.6.2",
"@playwright/test": "^1.58.x",
"@rspack/cli": "~1.7.x",
"@rspack/core": "~1.7.x",
"@stylistic/eslint-plugin-js": "^4.2.x",
"@turf/line-split": "^7.3.x",
"bats": "^1.13.0",
"bats-assert": "^2.2.4",
"bats-support": "^0.3.0",
"chai": "^6.2.x",
"datatables.net-bs5": "^2.3.7",
"datatables.net-buttons-bs5": "^3.2.6",
"datatables.net-datetime": "^1.6.3",
"datatables.net-searchbuilder-bs5": "^1.8.4",
"dompurify": "^3.3.x",
"dotenv": "^17.2.3",
"eslint-plugin-jsdoc": "^61.5.x",
"flatgeobuf": "^4.4.x",
"jsts": "^2.11.x",
"lit-html": "^3.3.x",
"mocha": "^11.7.x",
"ol": "^10.8.x",
"ol-ext": "^4.0.x",
"ol-wfs-capabilities": "^2.0.x",
"playwright-ctrf-json-reporter": "^0.0.x",
"postcss-lit": "^1.3.x",
"proj4rs": "^0.1.8",
"shpjs": "^6.1.x",
"stylelint": "^16.26.x",
"stylelint-config-standard": "^39.0.x",
"undici": "^7.24.x",
"webpack-merge": "^6.0.x",
"xmldoc": "^2.0.3"
}
}