Browse Source

I should problably ck this into a version tage before I start rewriting :bomb:

windhamdavid 5 years ago
parent
commit
48d5ddb5b6
4 changed files with 41 additions and 3 deletions
  1. 5 2
      README.md
  2. 0 0
      gulpfile.js
  3. 30 0
      package-lock.json
  4. 6 1
      package.json

+ 5 - 2
README.md

@@ -9,7 +9,7 @@
 
 *****
 
-#### 2020 - Updates - v.3.0
+#### 2020.04.04 - Updates - v.3.0
 Bring thissite up to speed  
 just making some notes:    
 * changed theme name from dw -> daw becuase of [davidwindham.com](https://davidwindham.com)   
@@ -19,6 +19,9 @@ just making some notes:
 update libraries:  
 * move the dependecies to npm pkgs    
 * jquery 3.1.0 -> 3.4.1
+* bootstrap 3.4.5 -> 4.4.1
+* jasny bootstrap 3.1.3 -> 4.0.0
+
 
 deprecated libaries:   
-* [https://github.com/alexk111/SVG-Morpheus](https://github.com/alexk111/SVG-Morpheus)
+* [https://github.com/alexk111/SVG-Morpheus](https://github.com/alexk111/SVG-Morpheus)

+ 0 - 0
gulpfile.js


+ 30 - 0
package-lock.json

@@ -10,6 +10,12 @@
       "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
       "dev": true
     },
+    "animate.css": {
+      "version": "3.7.2",
+      "resolved": "https://registry.npmjs.org/animate.css/-/animate.css-3.7.2.tgz",
+      "integrity": "sha512-0bE8zYo7C0KvgOYrSVfrzkbYk6IOTVPNqkiHg2cbyF4Pq/PXzilz4BRWA3hwEUBoMp5VBgrC29lQIZyhRWdBTw==",
+      "dev": true
+    },
     "ansi-regex": {
       "version": "2.1.1",
       "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
@@ -57,6 +63,12 @@
       "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
       "dev": true
     },
+    "bootstrap": {
+      "version": "4.4.1",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz",
+      "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==",
+      "dev": true
+    },
     "brace-expansion": {
       "version": "1.1.11",
       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -851,6 +863,18 @@
       "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
       "dev": true
     },
+    "jasny-bootstrap": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/jasny-bootstrap/-/jasny-bootstrap-4.0.0.tgz",
+      "integrity": "sha512-NDaZxaxizDjnH/5XESqC8inuas7aAuOn8RkCma4z9xAYfT/UQpZRvnH92oXtAbPA4Hn3jyjqWHzTmd2cyD+DDA==",
+      "dev": true
+    },
+    "jquery": {
+      "version": "3.4.1",
+      "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
+      "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==",
+      "dev": true
+    },
     "js-yaml": {
       "version": "3.13.1",
       "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
@@ -1153,6 +1177,12 @@
         "pinkie": "^2.0.0"
       }
     },
+    "popper.js": {
+      "version": "1.16.1",
+      "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
+      "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==",
+      "dev": true
+    },
     "pretty-bytes": {
       "version": "3.0.1",
       "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz",

+ 6 - 1
package.json

@@ -9,11 +9,16 @@
   },
   "dependencies": {},
   "devDependencies": {
+    "animate.css": "^3.7.2",
+    "bootstrap": "^4.4.1",
     "grunt": "^1.0.4",
     "grunt-contrib-concat": "^1.0.1",
     "grunt-contrib-cssmin": "^3.0.0",
     "grunt-contrib-htmlmin": "^3.1.0",
     "grunt-contrib-jshint": "^2.1.0",
-    "grunt-contrib-uglify": "^4.0.1"
+    "grunt-contrib-uglify": "^4.0.1",
+    "jasny-bootstrap": "^4.0.0",
+    "jquery": "^3.4.1",
+    "popper.js": "^1.16.1"
   }
 }