-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
HopeFE
committed
Sep 10, 2018
1 parent
86b5ed8
commit 44ba14c
Showing
25 changed files
with
3,052 additions
and
1,028 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/wepy.js":1519786782000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy-async-function/index.js":1487759227000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/app.js":1519786782000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/page.js":1519786782000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/component.js":1519786782000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/event.js":1519786782000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/base.js":1519786782000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/util.js":1519786782000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/mixin.js":1519786782000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy-async-function/global.js":1487760749000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/promise-polyfill/promise.js":1511627065000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/regenerator-runtime/runtime.js":1493390741000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/native.js":1519786782000} | ||
{"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/wepy.js":499162500000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy-async-function/index.js":1523427808000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/app.js":499162500000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/page.js":499162500000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/component.js":499162500000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/event.js":499162500000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/base.js":499162500000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/util.js":499162500000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/mixin.js":499162500000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy-async-function/global.js":1517302333000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/promise-polyfill/promise.js":1511627065000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/regenerator-runtime/runtime.js":1493390741000,"/Users/liyingkun/Documents/WEAPP/WEAPP_GNB_PRIMARY/node_modules/wepy/lib/native.js":499162500000} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,43 @@ | ||
{ | ||
"name": "gnb_primary_math", | ||
"version": "1.0.0", | ||
"name": "gnb_primary", | ||
"version": "3.5.0", | ||
"description": "", | ||
"main": "dist/app.js", | ||
"scripts": { | ||
"dev": "wepy build --watch", | ||
"build": "cross-env NODE_ENV=production wepy build --no-cache", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "eslint --ext .js,.wpy src --fix" | ||
}, | ||
"author": "Hope", | ||
"license": "MIT", | ||
"dependencies": { | ||
"wepy": "^1.7.1", | ||
"wepy-async-function": "^1.4.4", | ||
"wepy-compiler-sass": "^1.3.12" | ||
"wepy": "^1.7.0", | ||
"wepy-async-function": "^1.4.6" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^7.2.1", | ||
"babel-eslint": "^9.0.0", | ||
"babel-plugin-syntax-export-extensions": "^6.13.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-export-extensions": "^6.22.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"cross-env": "^5.1.3", | ||
"eslint": "^3.18.0", | ||
"eslint-config-standard": "^7.1.0", | ||
"eslint-friendly-formatter": "^2.0.7", | ||
"eslint-plugin-html": "^2.0.1", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-standard": "^2.0.1", | ||
"wepy-compiler-babel": "^1.5.1", | ||
"wepy-compiler-less": "^1.3.10", | ||
"wepy-eslint": "^1.5.3" | ||
"babel-preset-env": "^1.7.0", | ||
"cross-env": "^5.2.0", | ||
"eslint": "^5.5.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-friendly-formatter": "^4.0.1", | ||
"eslint-plugin-html": "^4.0.5", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"wepy-compiler-babel": "^1.5.3", | ||
"wepy-compiler-less": "^1.3.12", | ||
"wepy-compiler-sass": "^1.3.12", | ||
"wepy-compiler-stylus": "^1.3.12", | ||
"wepy-eslint": "^1.5.4", | ||
"wepy-plugin-imagemin": "^1.5.3", | ||
"wepy-plugin-uglifyjs": "^1.3.7" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.