-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.65 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
{
"name": "@geoblocks/ngv",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "./lib/types/src/index.d.ts",
"scripts": {
"i18n-extract": "lit-localize extract",
"i18n-build": "lit-localize build",
"build": "vite build",
"start": "vite serve",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"prettier": "prettier . --check",
"prettier-fix": "prettier -w .",
"typing": "tsc --noEmit",
"api-extractor": "api-extractor run --local --verbose --typescript-compiler-folder node_modules/typescript",
"api-extractor-check": "api-extractor run --verbose --typescript-compiler-folder node_modules/typescript",
"api-documenter": "api-documenter markdown -i temp/ -o docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Guillaume Beraudo",
"license": "BSD-3",
"description": "Next Generation 3D Viewer framework",
"type": "module",
"devDependencies": {
"@cesium/engine": "12.0.1",
"@cesium/widgets": "9.0.1",
"@eslint/js": "9.15.0",
"@geoblocks/ifc-gltf": "^0.0.2",
"@geoblocks/oidcjs": "0.5.12",
"@lit/context": "1.1.3",
"@lit/localize": "^0.12.2",
"@lit/localize-tools": "^0.8.0",
"@lit/task": "^1.0.1",
"@microsoft/api-documenter": "7.25.22",
"@microsoft/api-extractor": "7.47.12",
"@trevoreyre/autocomplete-js": "3.0.3",
"csstype": "^3.1.3",
"eslint": "9.15.0",
"eslint-config-prettier": "^9.1.0",
"lit": "3.2.1",
"prettier": "3.3.3",
"typescript": "5.6.3",
"typescript-eslint": "8.15.0",
"vite": "5.4.11"
},
"dependencies": {
"@shoelace-style/shoelace": "2.18.0",
"@types/geojson": "^7946.0.14"
}
}