package.json: remove jquery
This commit is contained in:
parent
724a302c47
commit
a29b41ae54
2 changed files with 1 additions and 15 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
|
@ -16,7 +16,6 @@
|
||||||
"gulp-rename": "^2.0.0",
|
"gulp-rename": "^2.0.0",
|
||||||
"gulp-sass": "^5.1.0",
|
"gulp-sass": "^5.1.0",
|
||||||
"gulp-uglify": "^3.0.2",
|
"gulp-uglify": "^3.0.2",
|
||||||
"jquery": "~3.0.0",
|
|
||||||
"natives": "^1.1.6",
|
"natives": "^1.1.6",
|
||||||
"sass": "^1.54.0"
|
"sass": "^1.54.0"
|
||||||
}
|
}
|
||||||
|
|
@ -2196,12 +2195,6 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/jquery": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.0.0.tgz",
|
|
||||||
"integrity": "sha1-laKpVBKRqfgZ4Bb4W6JHEW0D5Ks=",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/json-stable-stringify-without-jsonify": {
|
"node_modules/json-stable-stringify-without-jsonify": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
||||||
|
|
@ -6153,12 +6146,6 @@
|
||||||
"integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
|
"integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"jquery": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.0.0.tgz",
|
|
||||||
"integrity": "sha1-laKpVBKRqfgZ4Bb4W6JHEW0D5Ks=",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"json-stable-stringify-without-jsonify": {
|
"json-stable-stringify-without-jsonify": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "HTTP Callback Tool",
|
"description": "HTTP Callback Tool",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@popperjs/core": "^2.11.5",
|
"@popperjs/core": "^2.11.5",
|
||||||
"bootstrap": "^5.2.0",
|
"bootstrap": "^5.2.0",
|
||||||
"gulp": "^4.0.0",
|
"gulp": "^4.0.0",
|
||||||
"gulp-concat": "^2.6.1",
|
"gulp-concat": "^2.6.1",
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
"gulp-rename": "^2.0.0",
|
"gulp-rename": "^2.0.0",
|
||||||
"gulp-sass": "^5.1.0",
|
"gulp-sass": "^5.1.0",
|
||||||
"gulp-uglify": "^3.0.2",
|
"gulp-uglify": "^3.0.2",
|
||||||
"jquery": "~3.0.0",
|
|
||||||
"natives": "^1.1.6",
|
"natives": "^1.1.6",
|
||||||
"sass": "^1.54.0"
|
"sass": "^1.54.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Reference in a new issue