1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "author": "Uncled1023",
- "dependencies": {
- "block-ui": "^2.70.1",
- "bootbox": "^4.4.0",
- "bootstrap": "^3.4.1",
- "bootstrap-select": "^1.13.10",
- "bootstrap-switch": "^3.3.4",
- "crypto-js": "^3.1.9-1",
- "dropzone": "^5.5.1",
- "file-saver": "^1.3.8",
- "filesize": "^3.6.1",
- "font-awesome": "^4.7.0",
- "highcharts": "^6.2.0",
- "highlight.js": "^9.15.9",
- "jquery": "^3.4.1",
- "jquery-validation": "^1.19.1",
- "marked": "^0.4.0",
- "oidc-client": "^1.8.2",
- "sanitize-html": "^1.20.1",
- "underscore": "^1.9.1"
- },
- "description": "Teknik Services",
- "devDependencies": {
- "babel-eslint": "^10.0.2",
- "del": "^3.0.0",
- "eslint": "^5.16.0",
- "eslint-config-defaults": "^9.0.0",
- "eslint-plugin-react": "^7.14.3",
- "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.4.0",
- "gulp-replace": "^1.0.0",
- "gulp-uglify": "^3.0.2",
- "merge-stream": "^1.0.1",
- "natives": "^1.1.6",
- "plugin-error": "^1.0.1",
- "pump": "^3.0.0",
- "rimraf": "^2.6.3",
- "uglify-es": "^3.3.10"
- },
- "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"
- }
|