{ "name": "p3x-play-ai-ui", "version": "2019.2.8-1", "description": "🤖 P3X Experimental AI / machine learning / tensors based UI playground", "corifeus": { "nodejs": "v11.9.0", "reponame": "play-ai-ui", "type": "p3x", "prefix": "p3x-", "opencollective": false, "build": true, "cdn": true, "icon": "fas fa-robot", "code": "Robo8X" }, "main": "src/index.js", "scripts": { "test": "grunt", "dev": "concurrently \"grunt watch:js\" \"grunt watch:sass\" \"webpack-dev-server --hot --inline --config ./src/builder/webpack.config.js\"", "dev-webpack": "webpack-dev-server --hot --inline --config ./src/builder/webpack.config.js", "build": "grunt build && webpack --config ./src/builder/webpack.config.js --production" }, "repository": { "type": "git", "url": "https://github.com/patrikx3/play-ai-ui.git" }, "keywords": [ "tensor", "ai", "tensorjs", "learn", "play", "ui", "material" ], "author": "Patrik Laszlo <alabard@gmail.com>", "license": "MIT", "devDependencies": { "clean-webpack-plugin": "^1.0.1", "concurrently": "^4.1.0", "copy-webpack-plugin": "^4.6.0", "corifeus-builder": "^2019.2.8-1", "css-loader": "^2.1.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^3.0.1", "grunt-injector": "^1.1.0", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "node-sass": "^4.11.0", "node-sass-css-importer": "0.0.3", "optimize-css-assets-webpack-plugin": "^5.0.1", "raw-loader": "^1.0.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "terser-webpack-plugin": "^1.2.2", "webpack": "^4.29.3", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.1.14" }, "engines": { "node": ">=10.13.0" }, "homepage": "https://pages.corifeus.com/play-ai-ui", "dependencies": { "@fortawesome/fontawesome-free": "^5.7.1", "@tensorflow/tfjs": "^0.15.0", "@uirouter/angularjs": "^1.0.22", "angular": "^1.7.7", "angular-animate": "^1.7.7", "angular-aria": "^1.7.7", "angular-bind-html-compile": "^1.4.1", "angular-cookies": "^1.7.7", "angular-material": "^1.1.12", "angular-messages": "^1.7.7", "angular-sanitize": "^1.7.7", "face-api.js": "^0.18.0", "highlight.js": "^9.14.2", "jquery": "^3.3.1", "lodash": "^4.17.11", "marked": "^0.6.0", "material-design-icons-iconfont": "^4.0.4", "ml5": "^0.2.1", "ng-media-events": "^1.0.3", "socket.io-client": "^2.2.0", "typeface-roboto": "0.0.54" } }