package.json
1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "yoho-js-sdk",
"version": "1.3.20",
"description": "YOHO!前端js的功能封装包,主要用于在活动页面中,对主要功能的封装。",
"keywords": [
"YOHO!",
"JS-SDK"
],
"main": "index.js",
"scripts": {
"build": "rollup -c --no-treeshake",
"dev": "rollup -c --watch --no-treeshake",
"fix": "eslint --fix src/**/*",
"example": "http-server ./ -p 8081 -d -o"
},
"repository": {
"type": "git",
"url": "git@git.yoho.cn:fe/yoho-js-sdk.git"
},
"author": "shenzm <zhimin.shen@yoho.cn>",
"licenses": "MIT",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"cssnano": "^4.1.3",
"http-server": "^0.11.1",
"postcss-cssnext": "^3.1.0",
"postcss-nested": "^4.1.0",
"postcss-simple-vars": "^5.0.1",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-eslint": "^5.0.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-uglify": "^6.0.0",
"rollup-watch": "^4.3.1"
},
"dependencies": {
"jquery-lazyload": "^1.9.7",
"yoho-jquery": "^2.2.4"
}
}