12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "author": "Uncled1023",
- "dependencies": {
- "block-ui": "^2.70.1",
- "bootbox": "^4.4.0",
- "bootstrap": "3.3.7",
- "bootstrap-select": "^1.13.1",
- "bootstrap-switch": "^3.3.4",
- "crypto-js": "^3.1.9-1",
- "dropzone": "^5.4.0",
- "file-saver": "^1.3.8",
- "filesize": "^3.6.1",
- "font-awesome": "^4.7.0",
- "highcharts": "^6.1.0",
- "highlight.js": "^9.12.0",
- "jquery": "^3.3.1",
- "jquery-validation": "^1.17.0",
- "marked": "^0.4.0",
- "oidc-client": "^1.6.1",
- "sanitize-html": "^1.18.2",
- "underscore": "^1.9.1"
- },
- "description": "Teknik Services",
- "devDependencies": {
- "babel-eslint": "^10.0.1",
- "del": "^3.0.0",
- "eslint": "^5.12.1",
- "eslint-config-defaults": "^9.0.0",
- "eslint-plugin-react": "^7.12.4",
- "fancy-log": "^1.3.3",
- "git-rev-sync": "^1.12.0",
- "gulp": "3.9.1",
- "gulp-concat": "^2.6.1",
- "gulp-cssmin": "^0.2.0",
- "gulp-eslint": "^5.0.0",
- "gulp-rename": "^1.3.0",
- "gulp-replace": "^1.0.0",
- "gulp-uglify": "^3.0.0",
- "merge-stream": "^1.0.1",
- "plugin-error": "^1.0.1",
- "pump": "^3.0.0",
- "rimraf": "^2.6.2",
- "uglify-es": "^3.3.9"
- },
- "keywords": [
- "Teknik",
- "Upload",
- "Privacy",
- "Media"
- ],
- "license": "BSD-3-Clause",
- "main": "gulpfile.js",
- "name": "teknik",
- "repository": {
- "type": "git",
- "url": "https://git.teknik.io/Teknikode/TeknikCore"
- },
- "scripts": {
- "pre-publish": "npm install && gulp clean && gulp copy-assets && gulp watch",
- "build": "npm install && gulp clean && gulp copy-assets && gulp min && gulp update-version",
- "gulp": "gulp"
- },
- "version": "2.1.0"
- }
|