瀏覽代碼

OFMJY7KXJWH

LenDoc 2 年之前
父節點
當前提交
7516546c62
共有 3 個文件被更改,包括 860 次插入7 次删除
  1. 857 2
      package-lock.json
  2. 1 0
      package.json
  3. 2 5
      public/index.html

File diff suppressed because it is too large
+ 857 - 2
package-lock.json


+ 1 - 0
package.json

@@ -6,6 +6,7 @@
     "@testing-library/jest-dom": "^5.14.1",
     "@testing-library/react": "^11.2.7",
     "@testing-library/user-event": "^12.8.3",
+    "node-sass": "^6.0.1",
     "react": "^17.0.2",
     "react-dom": "^17.0.2",
     "react-scripts": "4.0.3",

+ 2 - 5
public/index.html

@@ -5,14 +5,11 @@
     <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="theme-color" content="#000000" />
-    <meta
-      name="description"
-      content="Web site created using create-react-app"
-    />
+    <meta name="description" content="Web site created using create-react-app"/>
   </head>
   <body>
   
-    <div id="root"></div>
+    <div id="root"> </div>
 
   </body>
 </html>