CoolFace
Apppublic

exbert-project/exbert

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
183likes
package.json76 linesDownload Raw Back to src
1{2  "name": "exbert",3  "version": "0.0.2",4  "description": "",5  "main": "webpack.config.js",6  "scripts": {7    "test": "ava",8    "ps": "parcel index.html exBERT.html -d ../dist",9    "pb": "parcel build exBERT.html index.html -d ../dist --public-url ./ --no-minify",10    "pw": "parcel watch exBERT.html index.html -d ../dist --public-url ./",11    "wp": "npm run build:dev",12    "ww": "npm run watch",13    "stats": "webpack --mode production --json --profile > stats.json",14    "build": "webpack --mode production",15    "build:dev": "webpack --mode development --devtool=inline-source-map",16    "watch": "webpack --mode development --devtool=inline-source-map --watch",17    "start": "webpack-dev-server --mode development --devtool=inline-source-map"18  },19  "author": "",20  "license": "Apache-2.0",21  "dependencies": {22    "@types/d3-scale": "^2.1.1",23    "@types/object-hash": "^1.3.0",24    "@types/webgl2": "0.0.5",25    "d3": "^5.12.0",26    "d3-extended": "^2.0.0",27    "d3-selection": "^1.4.0",28    "d3-selection-multi": "^1.0.1",29    "d3-shape": "^1.3.5",30    "font-awesome": "~4.7.0",31    "install": "^0.12.1",32    "jquery": "^3.4.1",33    "lodash": "^4.17.15",34    "mathjs": "^5.10.3",35    "npm": "^6.12.0",36    "numjs": "^0.16.0",37    "object-hash": "^2.0.0",38    "ramda": "^0.26.1",39    "rxjs": "^6.5.3",40    "webcola": "^3.4.0"41  },42  "devDependencies": {43    "@tensorflow/tfjs": "^1.2.11",44    "@types/d3": "^5.7.2",45    "@types/d3-selection": "^1.4.1",46    "@types/d3-selection-multi": "^1.0.1",47    "@types/jquery": "^3.3.31",48    "@types/lodash": "^4.14.144",49    "@types/mathjs": "^5.0.1",50    "@types/node": "^9.6.52",51    "@types/numjs": "^0.14.4",52    "@types/ramda": "^0.26.33",53    "ava": "^1.4.1",54    "ava-ts": "^0.25.2",55    "cache-loader": "^1.2.5",56    "copy-webpack-plugin": "^5.0.4",57    "css-loader": "^0.28.11",58    "file-loader": "^1.1.11",59    "fork-ts-checker-webpack-plugin": "^0.4.15",60    "mini-css-extract-plugin": "^0.4.5",61    "node-sass": "^4.12.0",62    "sass": "^1.23.1",63    "sass-loader": "^7.3.1",64    "style-loader": "^0.20.3",65    "thread-loader": "^1.1.5",66    "ts-loader": "^4.2.0",67    "ts-node": "^8.4.1",68    "typescript": "^3.6.4",69    "uglifyjs-webpack-plugin": "^1.2.4",70    "url-loader": "^1.0.1",71    "webpack": "^4.41.2",72    "webpack-cli": "^3.3.9",73    "webpack-dev-server": "^3.9.0"74  }75}76