Commit c2deee20 authored by liuzheng712's avatar liuzheng712

add jquery

parent 2b68de5c
...@@ -5092,6 +5092,11 @@ ...@@ -5092,6 +5092,11 @@
"integrity": "sha1-2llSddGuYx3nNqwKfH2Fyfc+9lI=", "integrity": "sha1-2llSddGuYx3nNqwKfH2Fyfc+9lI=",
"dev": true "dev": true
}, },
"jquery": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
"integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c="
},
"js-base64": { "js-base64": {
"version": "2.1.9", "version": "2.1.9",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz", "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"angular2-logger": "^0.6.0", "angular2-logger": "^0.6.0",
"clipboard": "^1.7.1", "clipboard": "^1.7.1",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"jquery": "^3.2.1",
"ng2-cookies": "^1.0.12", "ng2-cookies": "^1.0.12",
"pty.js": "^0.3.1", "pty.js": "^0.3.1",
"rxjs": "^5.4.2", "rxjs": "^5.4.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment