Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-sdk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huangyi
2018-10-09 19:54:29 +0800
Commit
a5fe164e70bf3c9241294868fbaf679ecd99d922
1 parent
01097cb5
活动sdk init
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
59 deletions
package.json
package.json
View file @
a5fe164
{
"name"
:
"yoho-activity-sdk"
,
"version"
:
"1.0.0"
,
"description"
:
"YOHO!前端js的功能封装包,主要用于在活动页面中,对主要功能的封装。"
,
"keywords"
:
[
"YOHO!"
,
"JS-SDK"
],
"main"
:
"build/sdk.js"
,
"scripts"
:
{
"build"
:
"webpack --mode development --config ./webpack.config.babel.js "
,
"lint-js"
:
"lint-js"
},
"config"
:
{
"lintJs"
:
[
{
"title"
:
"JS"
,
"path"
:
[
"."
]
}
"name"
:
"yoho-activity-sdk"
,
"version"
:
"1.0.2"
,
"description"
:
"YOHO!前端js的功能封装包,主要用于在活动页面中,对主要功能的封装。"
,
"keywords"
:
[
"YOHO!"
,
"JS-SDK"
],
"main"
:
"build/sdk.js"
,
"scripts"
:
{
"build"
:
"webpack --mode development --config ./webpack.config.babel.js "
,
"lint-js"
:
"lint-js"
},
"config"
:
{
"lintJs"
:
[
{
"title"
:
"JS"
,
"path"
:
[
"."
]
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://git.yoho.cn/fe/yoho-activity-sdk.git"
},
"author"
:
"y.huang@yoho.cn"
,
"licenses"
:
"MIT"
,
"devDependencies"
:
{
"babel-cli"
:
"^6.26.0"
,
"babel-core"
:
"^6.26.0"
,
"babel-loader"
:
"^7.1.4"
,
"babel-plugin-import"
:
"^1.7.0"
,
"babel-plugin-transform-runtime"
:
"^6.23.0"
,
"babel-plugin-syntax-dynamic-import"
:
"^6.18.0"
,
"babel-preset-env"
:
"^1.6.1"
,
"babel-preset-es2015"
:
"^6.24.1"
,
"babel-preset-stage-0"
:
"^6.24.1"
,
"clean-webpack-plugin"
:
"^0.1.19"
,
"compression-webpack-plugin"
:
"^1.1.11"
,
"copy-webpack-plugin"
:
"^4.5.1"
,
"extract-text-webpack-plugin"
:
"^4.0.0-beta.0"
,
"uglifyjs-webpack-plugin"
:
"^2.0.1"
,
"file-loader"
:
"^1.1.11"
,
"url-loader"
:
"^1.0.1"
,
"webpack"
:
"^4.17.2"
,
"webpack-cli"
:
"^2.0.14"
,
"weixin-js-sdk"
:
"^1.3.3"
,
"fetch-jsonp"
:
"^1.1.3"
,
"eslint"
:
"^3.19.0"
,
"eslint-config-yoho"
:
"^1.0.1"
,
"eslint-loader"
:
"^1.7.1"
,
"eslint-plugin-html"
:
"^2.0.3"
,
"promise-polyfill"
:
"^8.1.0"
},
"dependencies"
:
{},
"directories"
:
{
"example"
:
"example"
},
"license"
:
"ISC"
}
]
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://git.yoho.cn/fe/yoho-activity-sdk.git"
},
"author"
:
"y.huang@yoho.cn"
,
"licenses"
:
"MIT"
,
"devDependencies"
:
{
"babel-cli"
:
"^6.26.0"
,
"babel-core"
:
"^6.26.0"
,
"babel-loader"
:
"^7.1.4"
,
"babel-plugin-import"
:
"^1.7.0"
,
"babel-plugin-transform-runtime"
:
"^6.23.0"
,
"babel-plugin-syntax-dynamic-import"
:
"^6.18.0"
,
"babel-preset-env"
:
"^1.6.1"
,
"babel-preset-es2015"
:
"^6.24.1"
,
"babel-preset-stage-0"
:
"^6.24.1"
,
"clean-webpack-plugin"
:
"^0.1.19"
,
"compression-webpack-plugin"
:
"^1.1.11"
,
"copy-webpack-plugin"
:
"^4.5.1"
,
"extract-text-webpack-plugin"
:
"^4.0.0-beta.0"
,
"uglifyjs-webpack-plugin"
:
"^2.0.1"
,
"file-loader"
:
"^1.1.11"
,
"url-loader"
:
"^1.0.1"
,
"webpack"
:
"^4.17.2"
,
"webpack-cli"
:
"^2.0.14"
,
"weixin-js-sdk"
:
"^1.3.3"
,
"fetch-jsonp"
:
"^1.1.3"
,
"eslint"
:
"^3.19.0"
,
"eslint-config-yoho"
:
"^1.0.1"
,
"eslint-loader"
:
"^1.7.1"
,
"eslint-plugin-html"
:
"^2.0.3"
,
"promise-polyfill"
:
"^8.1.0"
},
"dependencies"
:
{},
"directories"
:
{
"example"
:
"example"
},
"license"
:
"ISC"
}
...
...
Please
register
or
login
to post a comment