-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
68 lines (68 loc) · 2.51 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"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": {
"convert-demo-models": "turbo run convert-demo-models",
"dev": "turbo run dev",
"build": "turbo run build",
"dist": "turbo run dist --concurrency 100",
"lint": "turbo run lint --concurrency 100",
"test": "turbo run test --concurrency 100 --continue || node scripts/test-html-report/index.mjs",
"docs-build": "rimraf docs && mkdir docs && turbo run docs-build --filter=docs && pnpm typedoc-gen",
"typedoc-gen": "turbo run docs --concurrency 100 && typedoc --entryPointStrategy merge \"docs/json/*.json\" --tsconfig packages/config/tsconfig.typedoc.json",
"docs-serve": "http-server ./docs --port 8080",
"publish-packages": "turbo run build lint test && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@kayahr/jest-electron-runner": "^29.11.0",
"@knodes/typedoc-plugin-pages": "^0.23.4",
"@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",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"awesome-typescript-loader": "^5.2.1",
"concurrently": "7.6.0",
"copyfiles": "^2.4.1",
"esbuild": "^0.20.0",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.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",
"prettier": "2.8.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",
"turbo": "^2.0.9",
"typedoc": "^0.25.2",
"typescript": "4.9.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.1",
"webpack-node-externals": "^3.0.0"
},
"optionalDependencies": {
"canvas": "^2.11.2"
},
"packageManager": "pnpm@8.7.6"
}