xukang 4 months ago
parent
commit
1ce359a08d
3 changed files with 39 additions and 0 deletions
  1. 4 0
      .vscode/settings.json
  2. 30 0
      package-lock.json
  3. 5 0
      package.json

+ 4 - 0
.vscode/settings.json

@@ -0,0 +1,4 @@
+{
+    "plantuml.server": "http://127.0.0.1:8080",
+    "plantuml.render": "PlantUMLServer"
+}

+ 30 - 0
package-lock.json

@@ -0,0 +1,30 @@
+{
+  "name": "ss202226701017",
+  "lockfileVersion": 3,
+  "requires": true,
+  "packages": {
+    "": {
+      "dependencies": {
+        "swiper": "^11.1.15"
+      }
+    },
+    "node_modules/swiper": {
+      "version": "11.1.15",
+      "resolved": "https://registry.npmmirror.com/swiper/-/swiper-11.1.15.tgz",
+      "integrity": "sha512-IzWeU34WwC7gbhjKsjkImTuCRf+lRbO6cnxMGs88iVNKDwV+xQpBCJxZ4bNH6gSrIbbyVJ1kuGzo3JTtz//CBw==",
+      "funding": [
+        {
+          "type": "patreon",
+          "url": "https://www.patreon.com/swiperjs"
+        },
+        {
+          "type": "open_collective",
+          "url": "http://opencollective.com/swiper"
+        }
+      ],
+      "engines": {
+        "node": ">= 4.7.0"
+      }
+    }
+  }
+}

+ 5 - 0
package.json

@@ -0,0 +1,5 @@
+{
+  "dependencies": {
+    "swiper": "^11.1.15"
+  }
+}