-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.78 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.78 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
65
{
"private": true,
"version": "0.1.0",
"name": "xeokit",
"author": "Lindsay Kay <xeolabs.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/xeokit/xeokit.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"examples:dev": "pnpm --filter @xeokit/examples dev",
"examples:build": "pnpm --filter @xeokit/examples build",
"examples:preview": "pnpm --filter @xeokit/examples preview",
"lint": "eslint --cache .",
"lint:fix": "eslint --fix .",
"sdk-dist": "pnpm --filter @xeokit/sdk sdk-dist",
"__sdk-test": "pnpm --filter @xeokit/sdk sdk-test || node scripts/test-html-report/index.mjs",
"sdk-publish": "pnpm --filter @xeokit/sdk sdk-publish",
"website-sdk-docs": "rimraf packages/website/docs && mkdir packages/website/docs && pnpm --filter @xeokit/sdk website-sdk-docs && typedoc --entryPointStrategy merge \"./packages/website/docs/json/*.json\" --tsconfig ./tsconfig.typedoc.json",
"website-build-xeokit-lib": "pnpm --filter @xeokit/website website-build-xeokit-lib",
"website-convert-models": "pnpm website-build-xeokit-lib && pnpm --filter @xeokit/website website-convert-models",
"website-example-snapshots": "pnpm website-convert-models && pnpm --filter @xeokit/website website-example-snapshots",
"website-build": "pnpm website-sdk-docs && pnpm --filter @xeokit/website website-build && pnpm website-example-snapshots",
"website-build-local": "pnpm website-sdk-docs && pnpm --filter @xeokit/website website-build-local && pnpm website-example-snapshots"
},
"devDependencies": {
"@boneskull/typedoc-plugin-mermaid": "^0.1.0",
"@changesets/cli": "^2.27.1",
"@kayahr/jest-electron-runner": "^29.11.0",
"@types/command-exists": "1.2.0",
"@types/jest": "^29.2.5",
"@types/ndarray": "1.0.11",
"@types/node": "18.11.10",
"@types/node-gzip": "1.1.0",
"concurrently": "7.6.0",
"copyfiles": "^2.4.1",
"esbuild": "^0.20.0",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"jsdom": "^24.0.0",
"microbundle": "^0.15.1",
"mikktspace": "1.1.1",
"mkdirp": "^3.0.1",
"node-html-parser": "^6.1.12",
"nyc": "15.1.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.0",
"source-map-support": "0.5.21",
"tap-spec": "5.0.0",
"ts-loader": "^9.4.2",
"ts-node": "10.9.1",
"typedoc": "^0.27.6",
"typescript": "^5.7.2"
},
"optionalDependencies": {
"canvas": "^2.11.2"
},
"packageManager": "pnpm@8.7.6",
"dependencies": {
"sharp": "^0.33.5"
}
}