mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
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:
11
package-lock.json
generated
11
package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user