-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
56 lines (56 loc) · 1.97 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
{
"name": "@needle-tools/engine-documentation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run docs:dev",
"docs:dev": "vuepress dev documentation",
"docs:build": "vuepress build documentation",
"docs:build-api": "node tools/build_api_docs.mjs",
"docs:dev-build-api": "node tools/build_api_docs.mjs -- --dev",
"docs:dev-api": "npm run docs:dev-build-api && npx serve api/@needle-tools/engine",
"docs:build-examples": "node tools/build_examples.mjs",
"test:links": "node tools/build_check_links.mjs"
},
"author": "",
"license": "ISC",
"dependencies": {
"diff2html": "^3.4.48",
"dotenv": "^16.0.3",
"vue-github-button": "^3.1.0"
},
"devDependencies": {
"@needle-tools/engine": "^3.47.8",
"@needle-tools/gltf-progressive": "^1.2.14",
"@needle-tools/helper": "^0.11.0",
"@shikijs/twoslash": "^1.17.7",
"@tweenjs/tween.js": "^25.0.0",
"@types/hast": "^3.0.4",
"@types/three": "^0.162.0",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/plugin-docsearch": "2.0.0-rc.43",
"@vuepress/plugin-external-link-icon": "2.0.0-rc.0",
"@vuepress/plugin-google-analytics": "2.0.0-rc.42",
"@vuepress/plugin-pwa": "2.0.0-rc.43",
"@vuepress/plugin-register-components": "2.0.0-rc.42",
"@vuepress/plugin-search": "2.0.0-rc.43",
"@vuepress/plugin-shiki": "2.0.0-rc.43",
"@vuepress/plugin-sitemap": "^2.0.0-rc.47",
"@vuepress/theme-default": "2.0.0-rc.43",
"ftp-deploy": "^2.4.7",
"linkinator": "^6.0.4",
"markdown-it": "^14.1.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-to-hast": "^13.2.0",
"node-fetch": "^3.3.1",
"sass-embedded": "^1.78.0",
"three": "npm:@needle-tools/three@^0.162.10",
"typedoc": "0.26.8",
"typedoc-plugin-coverage": "^3.3.0",
"typedoc-plugin-extras": "3.1.0",
"typedoc-plugin-inline-sources": "1.1.0",
"typedoc-plugin-mdn-links": "3.3.2",
"vuepress": "2.0.0-rc.15"
}
}