N°5621 Move ace 1.2.8 to NPM

As the package sizes 37.5MB (!!!!), we are keeping only the directory we are using (src-min).
The rest (demo, src, src-min-noconflict, src-noconflict) is added in the root .gitignore and not present in the index.
Description of those directories content is available in the GitHub repo README : https://github.com/ajaxorg/ace-builds
This commit is contained in:
Pierre Goiffon
2024-02-28 16:49:58 +01:00
parent 39d1ddeab8
commit d4c54b6e1c
373 changed files with 1282 additions and 4 deletions

11
package-lock.json generated
View File

@@ -7,6 +7,7 @@
"dependencies": {
"@fontsource/raleway": "^4.5.0",
"@popperjs/core": "^2.4.4",
"ace-builds": "^1.2.8",
"bulma-scss": "^0.9.4",
"datatables.net": "^1.11.3",
"datatables.net-fixedheader": "^3.1.2",
@@ -34,6 +35,11 @@
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/ace-builds": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.2.8.tgz",
"integrity": "sha512-L4m91PcWa1Zj4PA+/JflGAlz86mtoZP96vJmfByUmuNgS+b7odNPBfWRY2gOFhy1kh4J9lresLeINN0yQec8hA=="
},
"node_modules/bulma-scss": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/bulma-scss/-/bulma-scss-0.9.4.tgz",
@@ -127,6 +133,11 @@
"@popperjs/core": {
"version": "2.4.4"
},
"ace-builds": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.2.8.tgz",
"integrity": "sha512-L4m91PcWa1Zj4PA+/JflGAlz86mtoZP96vJmfByUmuNgS+b7odNPBfWRY2gOFhy1kh4J9lresLeINN0yQec8hA=="
},
"bulma-scss": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/bulma-scss/-/bulma-scss-0.9.4.tgz",