UNPKG

hart-estate-widget

Version:

HART Estate widget

88 lines (87 loc) 2.52 kB
{ "name": "hart-estate-widget", "description": "HART Estate widget", "author": "HART", "license": "GPL-3.0", "type": "module", "keywords": [ "estate", "widget", "hart" ], "sideEffects": [ "*.sass" ], "version": "4.8.26", "private": false, "main": "build/createWidget.js", "module": "build/createWidget.js", "files": [ "build", "README.md" ], "scripts": { "cleanup": "rm -rf build", "local-tunnel": "Lt --port 9000 --subdomain estate-widget --local-host localhost", "start-prod": "npm run cleanup && webpack-dev-server --config webpack-development.config.js --mode=production", "start": "npm run cleanup && webpack-dev-server --config webpack-development.config.js", "start-stats": "npm run cleanup && webpack-dev-server --stats-children --config webpack-development.config.js", "build": "npm run cleanup && webpack --config webpack-production.config.js", "lint": "eslint src", "lint-fix": "eslint --fix src", "ts-lint": "tsc --noemit" }, "devDependencies": { "@eslint/css": "^0.7.0", "@eslint/js": "^9.26.0", "@types/geometric": "^2.5.3", "@types/lodash": "^4.17.23", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@types/three": "^0.169.0", "@types/ua-parser-js": "^0.7.39", "css-loader": "^6.11.0", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.4.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-simple-import-sort": "^12.1.1", "globals": "^16.1.0", "html-webpack-plugin": "^5.6.3", "path": "^0.12.7", "prettier": "^3.4.2", "raw-loader": "^4.0.2", "react-select": "^5.9.0", "resolve-url-loader": "^5.0.0", "sass": "=1.77.6", "sass-loader": "^12.6.0", "style-loader": "^3.3.4", "ts-loader": "^9.5.2", "typescript": "^5.7.3", "typescript-eslint": "^8.32.1", "webpack": "^5.97.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.2", "worker-loader": "^3.0.8" }, "dependencies": { "@sentry/integrations": "^7.114.0", "@sentry/react": "^8.50.0", "lodash": "^4.17.21", "mobx": "^6.13.5", "mobx-react-lite": "^4.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", "screenfull": "^6.0.2", "three": "^0.158.0", "ua-parser-js": "^1.0.40", "uuid": "^13.0.0", "zod": "^4.3.6" }, "browserslist": [ ">0.2%", "not dead", "not op_mini all" ] }