UNPKG

globular-mvc

Version:

Generic template to create web-application that made use of globular as backend and materialize as css (wrap in web-component's)

141 lines (140 loc) 4.84 kB
{ "name": "globular-mvc", "version": "1.0.82", "description": "Generic template to create web-application that made use of globular as backend and materialize as css (wrap in web-component's)", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build_": "tsc && cp package.json dist/ ", "build": "", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/davecourtois/globular-mvc.git" }, "keywords": [ "Globular", "Web-components", "Materialize", "MVC", "TypeScript" ], "author": "Dave Courtois", "license": "Apache-2.0", "bugs": { "url": "https://github.com/davecourtois/globular-mvc/issues" }, "homepage": "https://github.com/davecourtois/globular-mvc#readme", "dependencies": { "@mistio/mist-password": "^2.0.1", "@modern-dev/namegen": "^0.1.0", "@polymer/app-layout": "^3.1.0", "@polymer/iron-autogrow-textarea": "^3.0.3", "@polymer/iron-collapse": "^3.0.1", "@polymer/iron-icons": "^3.0.1", "@polymer/iron-selector": "^3.0.1", "@polymer/neon-animation": "^3.0.1", "@polymer/paper-badge": "^3.1.0", "@polymer/paper-button": "^3.0.1", "@polymer/paper-card": "^3.0.1", "@polymer/paper-checkbox": "^3.1.0", "@polymer/paper-dropdown-menu": "^3.2.0", "@polymer/paper-icon-button": "^3.0.2", "@polymer/paper-input": "^3.2.1", "@polymer/paper-item": "^3.0.1", "@polymer/paper-listbox": "^3.0.1", "@polymer/paper-progress": "^3.0.1", "@polymer/paper-radio-button": "^3.0.1", "@polymer/paper-radio-group": "^3.0.1", "@polymer/paper-ripple": "^3.0.2", "@polymer/paper-slider": "^3.0.1", "@polymer/paper-spinner": "^3.0.2", "@polymer/paper-tabs": "^3.1.0", "@polymer/paper-toggle-button": "^3.0.1", "@polymer/paper-tooltip": "^3.0.1", "@types/google.visualization": "0.0.68", "@types/materialize-css": "^1.0.9", "@types/source-map-support": "^0.5.3", "@types/uuidv4": "^5.0.0", "ace-builds": "^1.7.1", "ace-code-editor": "^1.2.3", "brace": "^0.11.1", "chart.js": "^3.6.1", "cssbeautifier": "^1.0.0", "docker-names": "^1.1.1", "docx-preview": "^0.1.13", "dom-to-image": "^2.6.0", "editorjs-html": "^3.4.2", "emoji-picker-element": "^1.8.2", "globular-web-client": "^1.1.338", "google-charts": "^2.0.0", "hls.js": "^1.1.5-0.canary.8270", "html-beautify": "^1.0.4", "html-element-to-image": "^2.1.1", "html2canvas": "^1.4.1", "iptv-playlist-parser": "^0.12.1", "js-beautify": "^1.14.4", "m3u8-parser": "^6.1.0", "masonry-layout": "^4.2.2", "materialize-css": "^1.0.0", "mp-slider": "^2.0.0", "namesgenerator": "0.0.1", "plyr": "^3.6.12", "random-sentence": "^1.0.4", "sentencer": "^0.2.1", "slide-panel": "^1.1.1", "source-map-support": "^0.5.19", "sourcemapped-stacktrace": "^1.1.11", "txtgen": "^2.2.8", "uint8-to-base64": "^0.2.0", "uuid": "^8.3.2", "uuid-by-string": "^3.0.4", "wavesurfer.js": "^6.2.0", "web-animations-js": "^2.3.2", "webrtc-adapter": "^7.7.0", "webxr-polyfill": "^2.0.3" }, "devDependencies": { "@editorjs/attaches": "^1.2.0", "@editorjs/checklist": "^1.3.0", "@editorjs/code": "^2.7.0", "@editorjs/delimiter": "^1.2.0", "@editorjs/editorjs": "^2.22.2", "@editorjs/embed": "^2.4.6", "@editorjs/header": "^2.6.1", "@editorjs/image": "^2.8.1", "@editorjs/inline-code": "^1.3.1", "@editorjs/link": "^2.3.1", "@editorjs/list": "^1.6.2", "@editorjs/marker": "^1.2.2", "@editorjs/nested-list": "^1.0.2", "@editorjs/paragraph": "^2.8.0", "@editorjs/quote": "^2.4.0", "@editorjs/raw": "^2.3.0", "@editorjs/simple-image": "^1.4.1", "@editorjs/table": "^2.0.1", "@editorjs/underline": "^1.0.0", "@types/ace": "0.0.48", "@types/jwt-decode": "^2.2.1", "@types/masonry-layout": "^4.2.5", "@types/web-animations-js": "^2.2.12", "css-loader": "^3.5.3", "editorjs-drag-drop": "^1.1.13", "editorjs-paragraph-with-alignment": "^3.0.0", "editorjs-undo": "^2.0.20", "file-loader": "^6.0.0", "jwt-decode": "^2.2.0", "mini-css-extract-plugin": "^0.9.0", "sass": "^1.55.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" } }