54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "@speckle/viewer",
|
|
"version": "2.0.0",
|
|
"description": "A 3d viewer for Speckle, based on threejs.",
|
|
"homepage": "https://speckle.systems",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/specklesystems/speckle-server.git",
|
|
"directory": "packages/viewer"
|
|
},
|
|
"main": "dist/Speckle.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"serve": "webpack serve --env dev --config webpack.config.example.js",
|
|
"dev": "webpack --progress --watch --env dev",
|
|
"build": "webpack --env dev && webpack --env build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"author": "AEC Systems",
|
|
"license": "Apache-2.0",
|
|
"keywords": ["speckle", "aec", "3d", "3d viewer", "threejs"],
|
|
"devDependencies": {
|
|
"@babel/cli": "7.12.10",
|
|
"@babel/core": "7.12.10",
|
|
"@babel/eslint-parser": "^7.12.1",
|
|
"@babel/plugin-proposal-class-properties": "7.12.1",
|
|
"@babel/preset-env": "7.12.11",
|
|
"@babel/preset-react": "7.12.10",
|
|
"@babel/preset-typescript": "7.12.7",
|
|
"babel-jest": "26.6.3",
|
|
"babel-loader": "^8.0.0-beta.4",
|
|
"babel-plugin-add-module-exports": "1.0.4",
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"cross-env": "7.0.3",
|
|
"eslint": "^7.17.0",
|
|
"html-webpack-plugin": "^5.0.0-beta.4",
|
|
"jest": "26.6.3",
|
|
"mocha": "^4.0.1",
|
|
"webpack": "5.11.0",
|
|
"webpack-cli": "^4.3.1",
|
|
"webpack-dev-server": "^3.11.1",
|
|
"yargs": "^10.0.3",
|
|
"@speckle/objectloader": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"camera-controls": "^1.26.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"three": "^0.124.0"
|
|
}
|
|
}
|