@atlassian/webresource-webpack-plugin
Version:
Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.
136 lines (135 loc) • 3.75 kB
JSON
{
"name": "@atlassian/webresource-webpack-plugin",
"version": "7.1.6",
"description": "Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.",
"main": "dist/WrmPlugin.js",
"types": "dist/WrmPlugin.d.ts",
"license": "Apache-2.0",
"contributors": [
{
"name": "Tim Sebastian",
"email": "tsebastian@atlassian.com"
},
{
"name": "Felipe Reis",
"email": "freis@atlassian.com"
},
{
"name": "Scott Harwood",
"email": "sharwood@atlassian.com"
},
{
"name": "Christopher Darroch",
"email": "cdarroch@atlassian.com"
},
{
"name": "Maciej Adamczak",
"email": "madamczak@atlassian.com"
},
{
"name": "Felipe Reis",
"email": "freis@atlassian.com"
},
{
"name": "Dariusz Luksza",
"email": "dluksza@adaptavist.com"
},
{
"name": "Dick Wiggers",
"email": "hwiggers@atlassian.com"
},
{
"name": "Matthieu Di Berardino",
"email": "mdiberardino@atlassian.com"
},
{
"name": "Pietro Pereira",
"email": "ppereira@atlassian.com"
}
],
"homepage": "https://bitbucket.org/atlassianlabs/fe-server",
"bugs": "https://ecosystem.atlassian.net/jira/software/c/projects/SPFE/issues/",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/atlassianlabs/fe-server.git",
"directory": "packages/webresource-webpack-plugin"
},
"publishConfig": {
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
},
"dependencies": {
"lodash": "4.17.23",
"pretty-data": "0.40.0",
"tapable": "2.2.3",
"url-join": "4.0.1",
"uuid": "8.3.2"
},
"devDependencies": {
"@atlassian/adg-server-iconfont": "^3.1.0",
"@atlassian/clientside-extensions-components": "5.1.3",
"@atlassian/clientside-extensions-webpack-plugin": "5.1.3",
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@compiled/babel-plugin": "^0.38.1",
"@compiled/babel-plugin-strip-runtime": "^0.38.0",
"@compiled/react": "^0.19.0",
"@compiled/webpack-loader": "^0.20.0",
"@rspack/core": "1.7.4",
"@types/glob": "7.2.0",
"@types/lodash": "4.17.23",
"@types/node": "25.2.0",
"@types/pretty-data": "0.40.3",
"@types/url-join": "4.0.3",
"@types/uuid": "8.3.4",
"@types/webpack-sources": "3.2.3",
"@types/xml-parser": "1.2.33",
"babel-loader": "^10.0.0",
"css-loader": "5.2.7",
"css-minimizer-webpack-plugin": "^7.0.2",
"del": "6.1.1",
"esbuild": "0.27.2",
"esbuild-register": "3.6.0",
"eslint-plugin-local-rules": "^3.0.2",
"file-loader": "6.2.0",
"glob": "13.0.5",
"jest": "30.2.0",
"jquery": "3.6.0",
"mini-css-extract-plugin": "2.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"style-loader": "2.0.0",
"ts-node": "10.4.0",
"typescript": "5.9.3",
"underscore": "1.13.7",
"webpack": "5.104.1",
"webpack-cli": "4.10.0",
"webpack-sources": "2.3.1",
"xml-parser": "1.2.1"
},
"engines": {
"node": ">=12",
"npm": ">=6.9"
},
"keywords": [
"atlassian",
"webpack",
"wrm",
"server",
"web",
"webresource",
"resource",
"manager"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -p tsconfig.build.json",
"verify": "tsc -p tsconfig.build.json --noEmit",
"test": "jest",
"test:webpack": "jest --selectProjects=webpack",
"test:rspack": "jest --selectProjects=rspack",
"test:watch": "jest --watch",
"test:ci": "jest --ci --silent --runInBand"
},
"gitHead": "415d6e97aecdf8cf776fcc6697757531cf7d5c31"
}