-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "@jdultra/threedtiles",
"version": "9.1.7",
"description": "An OGC 3DTiles viewer for Three.js",
"main": "dist/threedtiles.min.js",
"files": [
"dist/threedtiles.min.js",
"README.md",
"LICENSE"
],
"scripts": {
"build": "webpack --config webpack.prod.config.js",
"watch": "webpack --watch --config webpack.dev.config.js",
"dev": "webpack-dev-server --config webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ebeaufay/3DTilesViewer"
},
"keywords": [
"OGC",
"3D",
"3DTiles",
"Tiles",
"Three.js",
"Three"
],
"author": "Emeric Beaufays",
"license": "MIT",
"peerDependencies": {
"three": "^0.152.0"
},
"dependencies": {
"js-utils-z": "^1.2.1",
"path-browserify": "^1.0.1",
"regenerator-runtime": "^0.13.11",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.21.4",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^6.3.2",
"core-js": "^3.27.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.6.2",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2",
"webpack-glsl-loader": "^1.0.1",
"webpack-node-externals": "^3.0.0",
"whatwg-fetch": "^3.5.0"
}
}