UNPKG

2.47 kBJSONView Raw
1{
2 "name": "@atlassian/aui",
3 "description": "Atlassian User Interface library",
4 "version": "9.4.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 "//": "AUI's publishConfig is managed by its build scripts.",
32 "peerDependencies": {
33 "jquery": "^2 || ^3"
34 },
35 "dependencies": {
36 "@atlassian/tipsy": "1.3.3",
37 "@popperjs/core": "2.4.4",
38 "backbone": "1.4.0",
39 "css.escape": "1.5.0",
40 "fancy-file-input": "2.0.4",
41 "jquery-ui": "1.13.0",
42 "skatejs": "0.13.17",
43 "skatejs-template-html": "0.0.0",
44 "trim-extra-html-whitespace": "1.3.0",
45 "underscore": "1.13.1"
46 },
47 "devDependencies": {
48 "@atlassian/adg-server-iconfont": "3.1.0",
49 "@atlassian/aui-webpack-config": "3.0.1",
50 "@babel/core": "7.14.0",
51 "@babel/preset-env": "7.14.1",
52 "bundlesize": "1.0.0-beta.2",
53 "cross-env": "7.0.3",
54 "eslint": "7.26.0",
55 "glob": "7.1.6",
56 "ignore-emit-webpack-plugin": "2.0.6",
57 "jquery": "3.5.1",
58 "jquery-migrate": "3.3.2",
59 "less": "3.13.1"
60 },
61 "scripts": {
62 "prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn build",
63 "clean": "rm -rf ./dist",
64 "dist/build:prototyping": "webpack --config webpack/dist.prototyping.webpack.config.js",
65 "build": "yarn dist/build:prototyping",
66 "watch": "yarn dist/build:prototyping --watch",
67 "bundlesize/verify-dist": "node scripts/verify-dist-structure.js",
68 "bundlesize/gzipped": "node scripts/generate-bundlesize-config.js > configs/bundlesize-gzipped.json && bundlesize --config configs/bundlesize-gzipped.json",
69 "bundlesize/raw": "node scripts/generate-bundlesize-config.js raw > configs/bundlesize-raw.json && bundlesize --config configs/bundlesize-raw.json"
70 }
71}