- Add package.json dependencies: jquery, jquery-ui, moment, daterangepicker, wavesurfer.js, air-datepicker - Create scripts/setup-vendor.js to copy npm packages to public/assets/vendor - Update view templates to use vendor paths instead of old /js/ or CDN URLs - Clean up legacy commented-out scripts in master layout
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"active": true,
|
|
"name": "Instantiator",
|
|
"slug": "instantiator",
|
|
"docsSlug": "doctrine-instantiator",
|
|
"codePath": "/src",
|
|
"versions": [
|
|
{
|
|
"name": "1.5",
|
|
"branchName": "1.5.x",
|
|
"slug": "latest",
|
|
"upcoming": true
|
|
},
|
|
{
|
|
"name": "1.4",
|
|
"branchName": "1.4.x",
|
|
"slug": "1.4",
|
|
"aliases": [
|
|
"current",
|
|
"stable"
|
|
],
|
|
"maintained": true,
|
|
"current": true
|
|
},
|
|
{
|
|
"name": "1.3",
|
|
"branchName": "1.3.x",
|
|
"slug": "1.3",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.2",
|
|
"branchName": "1.2.x",
|
|
"slug": "1.2"
|
|
},
|
|
{
|
|
"name": "1.1",
|
|
"branchName": "1.1.x",
|
|
"slug": "1.1"
|
|
},
|
|
{
|
|
"name": "1.0",
|
|
"branchName": "1.0.x",
|
|
"slug": "1.0"
|
|
}
|
|
]
|
|
}
|