@atlassian/aui
Version:
Atlassian User Interface library
75 lines (74 loc) • 2.7 kB
JSON
{
"name": "@atlassian/aui",
"description": "Atlassian User Interface library",
"version": "9.3.0",
"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",
"CHANGELOG.md",
"CONTRIBUTING.md",
"LICENSE.md",
"README.md",
"yarn.lock"
],
"peerDependencies": {
"jquery": "^2 || ^3"
},
"dependencies": {
"@atlassian/tipsy": "^1.3.1",
"@popperjs/core": "^2.4.4",
"backbone": "^1.3.3",
"css.escape": "1.5.0",
"fancy-file-input": "~2.0.4",
"jquery-ui": "^1.12.1",
"skatejs": "0.13.17",
"skatejs-template-html": "0.0.0",
"trim-extra-html-whitespace": "1.3.0",
"underscore": "^1.10.2"
},
"devDependencies": {
"@atlassian/adg-server-iconfont": "3.1.0",
"@atlassian/aui-webpack-config": "2.0.0",
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"bundlesize": "^1.0.0-beta.2",
"cross-env": "^5.1.3",
"eslint": "^4.10.0",
"glob": "^7.1.2",
"ignore-emit-webpack-plugin": "^2.0.2",
"jquery": "^3",
"jquery-migrate": "^3",
"less": "3.11.1",
"webpack-cli": "^3.3.11"
},
"scripts": {
"prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn build",
"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:prototyping": "webpack --config webpack/dist.prototyping.webpack.config.js",
"build": "yarn dist/build:prototyping",
"watch": "yarn dist/build:prototyping --watch",
"bundlesize/verify-dist": "node scripts/verify-dist-structure.js",
"bundlesize/gzipped": "node scripts/generate-bundlesize-config.js > configs/bundlesize-gzipped.json && bundlesize --config configs/bundlesize-gzipped.json",
"bundlesize/raw": "node scripts/generate-bundlesize-config.js raw > configs/bundlesize-raw.json && bundlesize --config configs/bundlesize-raw.json"
}
}