1 | {
|
2 | "name": "@atlassian/aui",
|
3 | "description": "Atlassian User Interface library",
|
4 | "version": "9.5.1",
|
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.1",
|
39 | "css.escape": "1.5.1",
|
40 | "dompurify": "2.4.0",
|
41 | "fancy-file-input": "2.0.4",
|
42 | "jquery-ui": "1.13.1",
|
43 | "skatejs": "0.13.17",
|
44 | "skatejs-template-html": "0.0.0",
|
45 | "trim-extra-html-whitespace": "1.3.0",
|
46 | "underscore": "1.13.4"
|
47 | },
|
48 | "devDependencies": {
|
49 | "@atlassian/adg-server-iconfont": "3.1.0",
|
50 | "@atlassian/aui-webpack-config": "3.0.1",
|
51 | "@babel/core": "7.18.6",
|
52 | "@babel/preset-env": "7.18.6",
|
53 | "bundlesize": "1.0.0-beta.2",
|
54 | "cross-env": "7.0.3",
|
55 | "eslint": "7.32.0",
|
56 | "glob": "7.2.3",
|
57 | "ignore-emit-webpack-plugin": "2.0.6",
|
58 | "jquery": "3.5.1",
|
59 | "jquery-migrate": "3.4.0",
|
60 | "less": "3.13.1"
|
61 | },
|
62 | "scripts": {
|
63 | "prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn build",
|
64 | "clean": "rm -rf ./dist",
|
65 | "dist/build:prototyping": "webpack --config webpack/dist.prototyping.webpack.config.js",
|
66 | "build": "yarn dist/build:prototyping",
|
67 | "watch": "yarn dist/build:prototyping --watch",
|
68 | "bundlesize/verify-dist": "node scripts/verify-dist-structure.js",
|
69 | "bundlesize/gzipped": "node scripts/generate-bundlesize-config.js > configs/bundlesize-gzipped.json && bundlesize --config configs/bundlesize-gzipped.json",
|
70 | "bundlesize/raw": "node scripts/generate-bundlesize-config.js raw > configs/bundlesize-raw.json && bundlesize --config configs/bundlesize-raw.json"
|
71 | }
|
72 | }
|