{ "name": "jsketcher", "version": "0.1.0", "description": "JS.Sketcher is a parametric 2D and 3D CAD modeler written in pure javascript", "scripts": { "start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.config.js --content-base web/ --port 3000 --host 0.0.0.0", "pack": "node ./node_modules/webpack/bin/webpack.js --config webpack.config.js --progress --profile --colors", "build": "grunt", "lint": "eslint web/app", "cypress": "npx cypress open" }, "repository": { "type": "git", "url": "https://github.com/xibyte/jsketcher.git" }, "keywords": [ "parametric", "cad" ], "author": "Val Erastov (http://github.com/xibyte)", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/xibyte/jsketcher/issues" }, "homepage": "https://github.com/xibyte/jsketcher", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/preset-env": "^7.9.0", "@babel/preset-flow": "^7.9.0", "@babel/preset-react": "^7.9.1", "@babel/preset-stage-2": "^7.8.3", "@babel/preset-typescript": "^7.9.0", "@cypress/webpack-preprocessor": "^4.1.3", "@types/react": "^16.9.34", "@types/react-dom": "^16.9.7", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-polyfill": "^6.26.0", "css-loader": "^3.4.2", "cypress": "^4.2.0", "eslint": "^6.8.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-react": "^7.19.0", "grunt": "^1.1.0", "grunt-contrib-copy": "1.0.0", "less-loader": "^5.0.0", "raw-loader": "^4.0.0", "style-loader": "^1.1.3", "ts-loader": "^7.0.2", "typescript": "^3.8.3", "typescript-loader": "^1.1.3", "webpack": "^4.42.1", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" }, "dependencies": { "classnames": "2.2.5", "clipper-lib": "6.2.1", "earcut": "2.1.1", "less": "^3.11.1", "libtess": "1.2.2", "lodash": "^4.17.15", "marked": "^1.0.0", "mousetrap": "1.6.1", "numeric": "1.2.6", "prop-types": "15.6.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-icons": "^3.10.0", "react-toastify": "^5.5.0", "sprintf": "0.1.5", "three": "0.89.0" } }