{
    "name": "@oat-sa/tao-core-ui",
    "version": "1.61.1",
    "displayName": "TAO Core UI",
    "description": "UI libraries of TAO",
    "scripts": {
        "test": "npx qunit-testrunner",
        "test:keepAlive": "npx qunit-testrunner --keepalive --port 5400",
        "test:cov": "npm run build:cov && npx qunit-testrunner --cov",
        "test:dev": "run-p test:keepAlive build:watch",
        "coverage": "nyc report",
        "coverage:clover": "nyc report --reporter=clover",
        "coverage:html": "nyc report --reporter=lcov && open-cli coverage/lcov-report/index.html",
        "build": "cross-env NODE_ENV=production rollup --config ./build/rollup.config.js",
        "build:dev": "npm run build:watch",
        "build:watch": "rollup --config ./build/rollup.config.js --watch",
        "build:cov": "rollup --config ./build/rollup.config.js --environment COVERAGE",
        "build:all": "npm run buildScss && npm run build",
        "buildScss": "node ./build/scss.js",
        "lint:src": "eslint -c .eslintrc.js src",
        "lint:test": "eslint -c test/.eslintrc.js test",
        "lint:report": "eslint -c .eslintrc.js --output-file eslint_report.json --format json src | true",
        "prepare": "npm run build:all"
    },
    "keywords": [
        "tao",
        "ui",
        "core",
        "fe",
        "frontend"
    ],
    "files": [
        "dist/",
        "src/",
        "scss"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/oat-sa/tao-core-ui-fe.git"
    },
    "publishConfig": {
        "access": "public"
    },
    "license": "GPL-2.0",
    "devDependencies": {
        "@babel/core": "^7.15.5",
        "@babel/preset-env": "^7.15.6",
        "@oat-sa/browserslist-config-tao": "^0.3.1",
        "@oat-sa/eslint-config-tao": "^1.1.1",
        "@oat-sa/expr-eval": "^1.3.0",
        "@oat-sa/prettier-config": "^0.1.1",
        "@oat-sa/rollup-plugin-wildcard-external": "^0.1.0",
        "@oat-sa/tao-core-libs": "^0.4.4",
        "@oat-sa/tao-core-sdk": "^1.20.0",
        "@oat-sa/tao-core-shared-libs": "^1.4.0",
        "@oat-sa/tao-qunit-testrunner": "^1.0.3",
        "async": "^0.2.10",
        "autoprefixer": "^9.5.1",
        "cross-env": "^7.0.2",
        "decimal.js": "10.1.1",
        "devbridge-autocomplete": "^1.2.20",
        "dompurify": "^1.0.10",
        "eslint": "^7.32.0",
        "eslint-plugin-jsdoc": "^36.1.0",
        "flatpickr": "4.5.7",
        "fs-extra": "^8.0.1",
        "gamp": "^0.2.1",
        "glob": "^7.1.4",
        "handlebars": "1.3.0",
        "interactjs": "1.3.4",
        "jquery": "1.9.1",
        "jquery-mockjax": "^2.5.0",
        "lodash": "2.4.1",
        "moment": "2.11.1",
        "moment-timezone": "0.5.10",
        "moo": "^0.5.0",
        "npm-run-all": "^4.1.5",
        "nyc": "^15.0.1",
        "open-cli": "^7.0.1",
        "popper.js": "^1.14.5",
        "postcss": "^7.0.16",
        "postcss-node-sass": "^2.1.8",
        "postcss-scss": "^2.0.0",
        "promise-limit": "^2.7.0",
        "qunit": "^2.17.2",
        "raphael": "2.3.0",
        "require-css": "^0.1.10",
        "requirejs-plugins": "^1.0.2",
        "rollup": "^1.12.1",
        "rollup-plugin-alias": "^1.5.1",
        "rollup-plugin-babel": "^4.3.2",
        "rollup-plugin-clear": "^2.0.7",
        "rollup-plugin-handlebars-plus": "^0.2.4",
        "rollup-plugin-istanbul": "^2.0.1",
        "rollup-plugin-node-resolve": "^5.0.0",
        "select2": "^3.5.1",
        "text": "github:requirejs/text#2.0.16",
        "tooltip.js": "^1.3.1"
    },
    "browserslist": [
        "extends @oat-sa/browserslist-config-tao"
    ],
    "prettier": "@oat-sa/prettier-config",
    "bugs": {
        "url": "https://github.com/oat-sa/tao-core-ui-fe/issues"
    },
    "homepage": "https://github.com/oat-sa/tao-core-ui-fe#readme"

,"_resolved": "git+https://github.com/oat-sa/tao-core-ui-fe.git#3527e2dcafdab3bdd5aed5ae59fd1f3751fb75d0"
,"_integrity": ""
,"_from": "@oat-sa/tao-core-ui@1.61.1"
}