caner 2 years ago
parent
commit
93d8c1f5d6
3 changed files with 1069 additions and 4 deletions
  1. 4 1
      .gitignore
  2. 7 3
      package.json
  3. 1058 0
      yarn.lock

+ 4 - 1
.gitignore

@@ -17,4 +17,7 @@ bin-release/
 
 # Ada Library Information
 *.ali
-
+node_modules
+dist
+yarn.lock
+.DS_Store

+ 7 - 3
package.json

@@ -6,9 +6,13 @@
     "dev": "vite",
     "build": "vite build"
   },
-  "dependencies": {
-  },
+  "dependencies": {},
   "devDependencies": {
-    "vite": "4.1.3"
+    "@vitejs/plugin-vue": "^4.2.3",
+    "fast-glob": "^3.2.12",
+    "sass": "^1.63.4",
+    "vite": "4.1.3",
+    "vite-plugin-svg-icons": "^2.0.1",
+    "vue": "^3.3.4"
   }
 }

File diff suppressed because it is too large
+ 1058 - 0
yarn.lock


Some files were not shown because too many files changed in this diff