{
    "name": "@atlassian/aui",
    "description": "Atlassian User Interface Framework",
    "version": "8.0.0-alpha.3",
    "author": "Atlassian Pty Ltd.",
    "homepage": "https://aui.atlassian.com",
    "license": "SEE LICENSE IN LICENSE.md",
    "browser": "dist/aui/js/aui.bundle.js",
    "main": "dist/aui/js/aui.bundle.js",
    "files": [
        "dist",
        "entry",
        "lib",
        "licenses",
        "src",
        "CHANGELOG.md",
        "LICENSE.md",
        "README.md",
        "yarn.lock"
    ],
    "engines": {
        "node": ">= 6",
        "yarn": "^1.6.0"
    },
    "peerDependencies": {
        "jquery": "^1.7.2 || ^1.8.3 || ^2"
    },
    "dependencies": {
        "backbone": "1.1.2",
        "css.escape": "1.5.0",
        "fancy-file-input": "2.0.3",
        "jquery-ui": "^1.12.1",
        "object-assign": "4.0.1",
        "skatejs": "0.13.17",
        "skatejs-template-html": "0.0.0",
        "tether": "atlassian/tether#amd-with-global",
        "trim-extra-html-whitespace": "1.3.0",
        "underscore": "1.6.0"
    },
    "devDependencies": {
        "@atlaskit/util-shared-styles": "2.10.4",
        "@atlassian/adg-server-iconfont": "3.0.1-alpha.2",
        "@atlassian/aui-webpack-config": "8.0.0-alpha.3",
        "babel-core": "^6.26.0",
        "babel-plugin-add-module-exports": "0.2.1",
        "babel-preset-es2015": "6.24.1",
        "cross-env": "^5.1.3",
        "eslint": "4.10.0",
        "glob": "7.1.2",
        "jquery": "^2.2.4",
        "jquery-migrate": "^1.4.1",
        "less": "^2.7.3",
        "webpack": "^4.9.1",
        "webpack-merge": "4.1.1"
    },
    "repository": {
        "type": "git",
        "url": "https://bitbucket.org/atlassian/aui"
    },
    "bugs": "https://ecosystem.atlassian.net/browse/AUI",
    "scripts": {
        "clean": "rm -rf ./dist",
        "dist/build:core": "webpack --config webpack/dist.aui-lib.webpack.config.js",
        "dist/build:exts": "webpack --config webpack/dist.aui-extensions.webpack.config.js",
        "dist/build:legacy": "yarn dist/build:core && yarn dist/build:exts",
        "dist/build:everything": "webpack --config webpack/dist.everything.webpack.config.js",
        "dist/build": "yarn dist/build:everything",
        "prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn dist/build"
    }
}
