Browse Source

:bug: add package.json

zhanghe 6 năm trước cách đây
mục cha
commit
88477ff871
2 tập tin đã thay đổi với 24 bổ sung1 xóa
  1. 1 1
      .gitignore
  2. 23 0
      src/package.json

+ 1 - 1
.gitignore

@@ -15,7 +15,7 @@ mods/.sass-cache/
 build/
 buildLocal/
 .eslintrc.js
-package.json
+# package.json
 # Mock API config file
 api.json
 src/models/*

+ 23 - 0
src/package.json

@@ -0,0 +1,23 @@
+{
+  "name": "efunbox-to-b",
+  "version": "1.0.0",
+  "description": "",
+  "author": {
+    "name": "efunbox",
+    "email": ""
+  },
+  "repository": {
+    "type": "git",
+    "url": ""
+  },
+  "main": "index.js",
+  "babel": {},
+  "license": "ISC",
+  "keywords": [
+    "EfunboxTvYunosToB"
+  ],
+  "dependencies": {
+    "redux": "^3.7.2"
+  },
+  "devDependencies": {}
+}