UNPKG

2.67 kBJSONView Raw
1{
2 "name": "@atlassian/aui",
3 "description": "Atlassian User Interface library",
4 "version": "9.1.5",
5 "author": "Atlassian Pty Ltd.",
6 "homepage": "https://aui.atlassian.com",
7 "license": "Apache-2.0",
8 "bugs": "https://ecosystem.atlassian.net/browse/AUI",
9 "repository": {
10 "type": "git",
11 "url": "https://bitbucket.org/atlassian/aui"
12 },
13 "engines": {
14 "node": "^6 || >=8",
15 "yarn": "^1.6"
16 },
17 "browser": "dist/aui/aui-prototyping.js",
18 "main": "dist/aui/aui-prototyping.js",
19 "files": [
20 "dist",
21 "entry",
22 "lib",
23 "licenses",
24 "src",
25 "CHANGELOG.md",
26 "CONTRIBUTING.md",
27 "LICENSE.md",
28 "README.md",
29 "yarn.lock"
30 ],
31 "peerDependencies": {
32 "jquery": "^2 || ^3"
33 },
34 "dependencies": {
35 "@atlassian/tipsy": "^1.3.1",
36 "@popperjs/core": "^2.4.4",
37 "backbone": "^1.3.3",
38 "css.escape": "1.5.0",
39 "fancy-file-input": "~2.0.4",
40 "jquery-ui": "^1.12.1",
41 "skatejs": "0.13.17",
42 "skatejs-template-html": "0.0.0",
43 "trim-extra-html-whitespace": "1.3.0",
44 "underscore": "^1.10.2"
45 },
46 "devDependencies": {
47 "@atlassian/adg-server-iconfont": "3.1.0",
48 "@atlassian/aui-webpack-config": "1.0.0",
49 "@babel/core": "^7.10.1",
50 "@babel/preset-env": "^7.10.1",
51 "bundlesize": "^1.0.0-beta.2",
52 "cross-env": "^5.1.3",
53 "eslint": "^4.10.0",
54 "glob": "^7.1.2",
55 "ignore-emit-webpack-plugin": "^2.0.2",
56 "jquery": "^3",
57 "jquery-migrate": "^3",
58 "less": "^3.10.3"
59 },
60 "scripts": {
61 "prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn build",
62 "clean": "rm -rf ./dist",
63 "dist/build:core": "webpack --config webpack/dist.aui-lib.webpack.config.js",
64 "dist/build:exts": "webpack --config webpack/dist.aui-extensions.webpack.config.js",
65 "dist/build:legacy": "yarn dist/build:core && yarn dist/build:exts",
66 "dist/build:prototyping": "webpack --config webpack/dist.prototyping.webpack.config.js",
67 "build": "yarn dist/build:prototyping",
68 "watch": "yarn dist/build:prototyping --watch",
69 "bundlesize/verify-dist": "node scripts/verify-dist-structure.js",
70 "bundlesize/gzipped": "node scripts/generate-bundlesize-config.js > configs/bundlesize-gzipped.json && bundlesize --config configs/bundlesize-gzipped.json",
71 "bundlesize/raw": "node scripts/generate-bundlesize-config.js raw > configs/bundlesize-raw.json && bundlesize --config configs/bundlesize-raw.json"
72 }
73}