{ "name": "exbert", "version": "0.0.2", "description": "", "main": "webpack.config.js", "scripts": { "test": "ava", "ps": "parcel index.html exBERT.html -d ../dist", "pb": "parcel build exBERT.html index.html -d ../dist --public-url ./ --no-minify", "pw": "parcel watch exBERT.html index.html -d ../dist --public-url ./", "wp": "npm run build:dev", "ww": "npm run watch", "stats": "webpack --mode production --json --profile > stats.json", "build": "webpack --mode production", "build:dev": "webpack --mode development --devtool=inline-source-map", "watch": "webpack --mode development --devtool=inline-source-map --watch", "start": "webpack-dev-server --mode development --devtool=inline-source-map" }, "author": "", "license": "Apache-2.0", "dependencies": { "@types/d3-scale": "^2.1.1", "@types/object-hash": "^1.3.0", "@types/webgl2": "0.0.5", "d3": "^5.12.0", "d3-extended": "^2.0.0", "d3-selection": "^1.4.0", "d3-selection-multi": "^1.0.1", "d3-shape": "^1.3.5", "font-awesome": "~4.7.0", "install": "^0.12.1", "jquery": "^3.4.1", "lodash": "^4.17.15", "mathjs": "^5.10.3", "npm": "^6.12.0", "numjs": "^0.16.0", "object-hash": "^2.0.0", "ramda": "^0.26.1", "rxjs": "^6.5.3", "webcola": "^3.4.0" }, "devDependencies": { "@tensorflow/tfjs": "^1.2.11", "@types/d3": "^5.7.2", "@types/d3-selection": "^1.4.1", "@types/d3-selection-multi": "^1.0.1", "@types/jquery": "^3.3.31", "@types/lodash": "^4.14.144", "@types/mathjs": "^5.0.1", "@types/node": "^9.6.52", "@types/numjs": "^0.14.4", "@types/ramda": "^0.26.33", "ava": "^1.4.1", "ava-ts": "^0.25.2", "cache-loader": "^1.2.5", "copy-webpack-plugin": "^5.0.4", "css-loader": "^0.28.11", "file-loader": "^1.1.11", "fork-ts-checker-webpack-plugin": "^0.4.15", "mini-css-extract-plugin": "^0.4.5", "node-sass": "^4.12.0", "sass": "^1.23.1", "sass-loader": "^7.3.1", "style-loader": "^0.20.3", "thread-loader": "^1.1.5", "ts-loader": "^4.2.0", "ts-node": "^8.4.1", "typescript": "^3.6.4", "uglifyjs-webpack-plugin": "^1.2.4", "url-loader": "^1.0.1", "webpack": "^4.41.2", "webpack-cli": "^3.3.9", "webpack-dev-server": "^3.9.0" } }