Use npm for gridstack, remove unnecessary folders using our dedicated service

This commit is contained in:
Stephen Abello
2026-01-09 15:07:34 +01:00
parent 1538596db8
commit 7b193dd737
134 changed files with 405 additions and 15344 deletions

12
node_modules/gridstack/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "12.3.3",
"version": "12.4.2",
"license": "MIT",
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
"contributors": [
@@ -25,10 +25,10 @@
}
],
"scripts": {
"build": "yarn --no-progress && yarn build:ng && grunt && webpack && tsc --stripInternal && yarn doc",
"build:ng": "cd angular && yarn --no-progress && yarn build lib",
"build": "yarn build:ng && grunt && webpack && tsc --project tsconfig.build.json --stripInternal && yarn doc",
"build:ng": "cd angular && yarn build lib",
"w": "webpack",
"t": "rm -rf dist/* && grunt && tsc --stripInternal",
"t": "rm -rf dist/* && grunt && tsc --project tsconfig.build.json --stripInternal",
"doc": "doctoc ./README.md && doctoc ./doc/CHANGES.md && node scripts/generate-docs.js",
"doc:main": "node scripts/generate-docs.js --main-only",
"doc:angular": "node scripts/generate-docs.js --angular-only",
@@ -44,7 +44,7 @@
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"lint": "tsc --noEmit && eslint src/*.ts",
"lint": "tsc --project tsconfig.build.json --noEmit && eslint src/*.ts angular/projects/lib/src/**/*.ts",
"reset": "rm -rf dist node_modules",
"prepublishOnly": "yarn build"
},
@@ -93,7 +93,7 @@
"grunt-protractor-runner": "^5.0.0",
"grunt-protractor-webdriver": "^0.2.5",
"grunt-sass": "3.1.0",
"happy-dom": "^15.7.4",
"happy-dom": "^20.0.0",
"jsdom": "^25.0.0",
"protractor": "^7.0.0",
"sass": "^1.62.0",