44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "three-dxf",
|
|
"version": "1.3.1",
|
|
"description": "A dxf viewer for the browser using three.js.",
|
|
"main": "dist/three-dxf.js",
|
|
"module": "src/index.js",
|
|
"scripts": {
|
|
"build-dev": "webpack -c webpack.dev.js",
|
|
"build": "webpack -c webpack.prod.js",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gdsestimating/three-dxf"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gdsestimating/three-dxf/issues",
|
|
"email": "bzuillsmith@gmail.com"
|
|
},
|
|
"homepage": "https://github.com/gdsestimating/three-dxf",
|
|
"author": "GDS Storefront Estimating (gdsestimating.com)",
|
|
"contributors": [
|
|
"Ben Zuill-Smith <bzuillsmith@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"webpack": "^5.52.1",
|
|
"webpack-cli": "^4.8.0",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"three": "0.x.x"
|
|
},
|
|
"keywords": [
|
|
"dxf",
|
|
"cad",
|
|
"viewer"
|
|
],
|
|
"dependencies": {
|
|
"@dxfom/mtext": "^0.3.2",
|
|
"troika-three-text": "^0.42.0"
|
|
}
|
|
}
|