{ "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", "start-test": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.config.dev.js --content-base web/ --port 3000", "pack": "node ./node_modules/webpack/bin/webpack.js --config webpack.config.js --progress --profile --colors", "build": "grunt", "lint": "eslint web/app" }, "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": "6.26.0", "babel-core": "6.26.0", "babel-eslint": "8.0.2", "babel-loader": "7.1.2", "babel-preset-es2015": "6.24.1", "babel-preset-stage-2": "6.24.1", "babel-polyfill": "6.26.0", "babel-preset-react": "6.24.1", "css-loader": "0.28.7", "less-loader": "4.0.5", "eslint": "4.13.1", "eslint-plugin-babel": "4.1.2", "eslint-plugin-import": "2.8.0", "eslint-plugin-react": "7.5.1", "style-loader": "0.13.1", "webpack": "3.10.0", "webpack-dev-server": "2.9.7", "grunt": "1.0.1", "grunt-contrib-copy": "1.0.0" }, "dependencies": { "react": "16.2.0", "react-dom": "16.2.0", "prop-types": "15.6.0", "clipper-lib": "6.2.1", "diff-match-patch": "1.0.0", "earcut": "2.1.1", "handlebars": "4.0.11", "handlebars-loader": "1.6.0", "jquery": "2.1.0", "json-loader": "0.5.4 ", "mousetrap": "1.6.1", "less": "2.7.3", "libtess": "1.2.2", "numeric": "1.2.6", "sprintf": "0.1.5", "classnames": "2.2.5", "three": "0.89.0" } }