UNPKG

2.25 kBJSONView Raw
1{
2 "name": "@atlassian/aui",
3 "description": "Atlassian User Interface library",
4 "version": "9.12.6",
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/js",
25 "src/js-vendor/jquery",
26 "src/js-vendor-effective",
27 "src/less",
28 "CHANGELOG.md",
29 "CONTRIBUTING.md",
30 "LICENSE",
31 "README.md",
32 "yarn.lock"
33 ],
34 "//": "AUI's publishConfig is managed by its build scripts.",
35 "peerDependencies": {
36 "jquery": "^2 || ^3"
37 },
38 "dependencies": {
39 "@atlassian/adg-server-iconfont": "3.1.0",
40 "@atlaskit/tokens": "1.58.0",
41 "@atlassian/tipsy": "1.3.3",
42 "@popperjs/core": "2.11.8",
43 "backbone": "1.6.0",
44 "css.escape": "1.5.1",
45 "dompurify": "2.5.7",
46 "fancy-file-input": "2.0.4",
47 "jquery-ui": "1.13.3",
48 "skatejs": "0.13.17",
49 "skatejs-template-html": "0.0.0",
50 "trim-extra-html-whitespace": "1.3.0",
51 "underscore": "1.13.7"
52 },
53 "devDependencies": {
54 "@atlassian/aui-webpack-config": "3.0.1",
55 "@babel/core": "7.24.9",
56 "@babel/preset-env": "7.24.8",
57 "fs-extra": "9.1.0",
58 "ignore-emit-webpack-plugin": "2.0.6",
59 "jquery": "3.5.1",
60 "jquery-migrate": "3.5.2",
61 "less": "4.2.0",
62 "react": "18.3.1"
63 },
64 "scripts": {
65 "prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn build && node scripts/prepublishOnly.js",
66 "postpublish": "node scripts/postpublish.js",
67 "clean": "rm -rf ./dist",
68 "dist/build:prototyping": "webpack --config webpack/dist.prototyping.webpack.config.js",
69 "build": "yarn dist/build:prototyping",
70 "watch": "yarn dist/build:prototyping --watch"
71 }
72}
\No newline at end of file