{
    "name": "@atlassian/aui",
    "description": "Atlassian User Interface library",
    "version": "10.1.10",
    "author": "Atlassian Pty Ltd.",
    "homepage": "https://aui.atlassian.com",
    "license": "Apache-2.0",
    "bugs": "https://ecosystem.atlassian.net/browse/AUI",
    "repository": {
        "type": "git",
        "url": "https://bitbucket.org/atlassian/aui"
    },
    "engines": {
        "node": "^6 || >=8",
        "yarn": "^1.6"
    },
    "browser": "dist/aui/aui-prototyping.js",
    "main": "dist/aui/aui-prototyping.js",
    "files": [
        "dist",
        "entry",
        "lib",
        "licenses",
        "src/js",
        "src/js-vendor/jquery",
        "src/js-vendor-effective",
        "src/less",
        "CHANGELOG.md",
        "CONTRIBUTING.md",
        "LICENSE",
        "README.md",
        "yarn.lock"
    ],
    "//": "AUI's publishConfig is managed by its build scripts.",
    "peerDependencies": {
        "jquery": "^2 || ^3 || ^4"
    },
    "dependencies": {
        "@atlaskit/tokens": "4.9.1",
        "@atlassian/adg-server-iconfont": "3.1.1",
        "@popperjs/core": "2.11.8",
        "backbone": "1.6.0",
        "css.escape": "1.5.1",
        "dompurify": "^3.2.5",
        "@atlassian/fancy-file-input": "3.0.0",
        "jquery-form": "4.3.0",
        "jquery-ui": "1.14.1",
        "skatejs": "0.13.17",
        "skatejs-template-html": "0.0.0",
        "underscore": "1.13.7"
    },
    "devDependencies": {
        "@atlassian/aui-webpack-config": "3.0.2",
        "@babel/core": "7.29.0",
        "@babel/helper-function-name": "^7.24.7",
        "@babel/helper-hoist-variables": "^7.24.7",
        "@babel/preset-env": "7.29.0",
        "@types/backbone": "1.4.22",
        "@types/jqueryui": "1.12.23",
        "fs-extra": "9.1.0",
        "ignore-emit-webpack-plugin": "^2.0.6",
        "jquery": "4.0.0",
        "jquery-3": "npm:jquery@3.7.1",
        "less": "4.2.0",
        "react": "18.3.1",
        "webpack-merge": "6.0.1"
    },
    "scripts": {
        "prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn build && node scripts/prepublishOnly.js",
        "postpublish": "node scripts/postpublish.js",
        "clean": "rm -rf ./dist",
        "dist/build:prototyping": "rspack --config webpack/dist.prototyping.webpack.config.js",
        "build": "yarn dist/build:prototyping",
        "watch": "yarn dist/build:prototyping --watch"
    }
}