UNPKG

globular_panel

Version:
50 lines (49 loc) 1.52 kB
{ "name": "globular_panel", "version": "1.0.0", "description": "Globular Configuration Panel", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production && cp -r images dist && cp index.html dist && sudo /home/dave/Documents/Project/src/github.com/davecourtois/Globular/Globular deploy -u=sa -p=adminadmin -name=globular_panel -a=localhost -path=dist" }, "repository": { "type": "git", "url": "git+https://github.com/davecourtois/globular_panel.git" }, "keywords": [ "Globular", "Configuration", "Admin", "Devops" ], "author": "Dave Courtois, Steve Queron", "license": "ISC", "bugs": { "url": "https://github.com/davecourtois/globular_panel/issues" }, "dependencies": { "@polymer/paper-dropdown-menu": "^3.1.0", "globular-mvc": "^1.0.43", "globular-web-client": "^1.1.43", "materialize-css": "^1.0.0", "uuid": "^8.1.0", "web-animations-js": "^2.3.2" }, "devDependencies": { "@types/jwt-decode": "^2.2.1", "css-loader": "^3.5.3", "file-loader": "^6.0.0", "jwt-decode": "^2.2.0", "mini-css-extract-plugin": "^0.9.0", "node-sass": "^4.13.0", "sass-loader": "^8.0.0", "style-loader": "^1.2.1", "ts-loader": "^7.0.4", "typescript": "^3.9.2", "typescript-plugin-css-modules": "^2.3.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.12" }, "homepage": "https://github.com/davecourtois/globular_panel#readme" }