UNPKG

@atlassian/aui

Version:

Atlassian User Interface library

72 lines 2.25 kB
{ "name": "@atlassian/aui", "description": "Atlassian User Interface library", "version": "9.13.2", "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" }, "dependencies": { "@atlassian/adg-server-iconfont": "3.1.0", "@atlaskit/tokens": "3.3.1", "@atlassian/tipsy": "1.3.3", "@popperjs/core": "2.11.8", "backbone": "1.6.0", "css.escape": "1.5.1", "dompurify": "2.5.7", "fancy-file-input": "2.0.4", "jquery-ui": "1.13.3", "skatejs": "0.13.17", "skatejs-template-html": "0.0.0", "trim-extra-html-whitespace": "1.3.0", "underscore": "1.13.7" }, "devDependencies": { "@atlassian/aui-webpack-config": "3.0.2", "@babel/core": "7.25.8", "@babel/preset-env": "7.25.8", "fs-extra": "9.1.0", "ignore-emit-webpack-plugin": "2.0.6", "jquery": "3.5.1", "jquery-migrate": "3.5.2", "less": "4.2.0", "react": "18.3.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": "webpack --config webpack/dist.prototyping.webpack.config.js", "build": "yarn dist/build:prototyping", "watch": "yarn dist/build:prototyping --watch" } }