소스 검색

:bug: add package.json

zhanghe 6 년 전
부모
커밋
88477ff871
2개의 변경된 파일24개의 추가작업 그리고 1개의 파일을 삭제
  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": {}
+}