mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
cd41c45d91
Apart from updating jQuery Migrate, the setup is now changed so that exact Migrate versions are only references when fetching npm packages; other than that, they're represented as `jquery-migrate-1.x` & `jquery-migrate-3.x`. This will allow smaller changes when updating jQuery Migrate in the future. Closes gh-2273
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "jquery-ui",
|
|
"ignore": [
|
|
"**/.*",
|
|
"build",
|
|
"demos",
|
|
"external",
|
|
"tests"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jquery": ">=1.12.0 <5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"jquery-color": "3.0.0",
|
|
"jquery-mousewheel": "3.1.12",
|
|
"jquery-simulate": "1.1.1",
|
|
"qunit": "2.19.4",
|
|
"requirejs": "2.1.14",
|
|
"jquery-1.12.4": "jquery#1.12.4",
|
|
"jquery-3.x": "jquery#3.7.1",
|
|
"jquery-2.2.4": "jquery#2.2.4",
|
|
"jquery-3.0.0": "jquery#3.0.0",
|
|
"jquery-3.1.0": "jquery#3.1.0",
|
|
"jquery-3.1.1": "jquery#3.1.1",
|
|
"jquery-3.2.0": "jquery#3.2.0",
|
|
"jquery-3.2.1": "jquery#3.2.1",
|
|
"jquery-3.3.0": "jquery#3.3.0",
|
|
"jquery-3.3.1": "jquery#3.3.1",
|
|
"jquery-3.4.0": "jquery#3.4.0",
|
|
"jquery-3.4.1": "jquery#3.4.1",
|
|
"jquery-3.5.0": "jquery#3.5.0",
|
|
"jquery-3.5.1": "jquery#3.5.1",
|
|
"jquery-3.6.0": "jquery#3.6.0",
|
|
"jquery-3.6.1": "jquery#3.6.1",
|
|
"jquery-3.6.2": "jquery#3.6.2",
|
|
"jquery-3.6.3": "jquery#3.6.3",
|
|
"jquery-3.6.4": "jquery#3.6.4",
|
|
"jquery-3.7.0": "jquery#3.7.0",
|
|
"jquery-3.7.1": "jquery#3.7.1",
|
|
"jquery-migrate-1.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz",
|
|
"jquery-migrate-3.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.5.2.tgz"
|
|
}
|
|
}
|