forked from yypkg/yypkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.05 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "yypkg",
"version": "2.0.15",
"description": "yypkg是一个实用的JavaScript工具函数集合,快速处理各种常见的通用性问题。使用极其简单,支持整体引入和模块化引入。",
"main": "index.js",
"scripts": {
"start": "lf-engine dev",
"dev": "lf-engine dev",
"build": "lf-engine build",
"standard:check": "eslint './core**/*.{js,ts}'",
"standard:fix": "eslint './core**/*.{js,ts}' --fix",
"release": "node ./shell/release.js",
"docs:dev": "vuepress dev docs",
"docs:publish": "node ./shell/copy-files.js && ./shell/publish-docs.sh",
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yypkg/yypkg.git"
},
"author": "YY.UED",
"license": "MIT",
"bugs": {
"url": "https://github.com/yypkg/yypkg/issues"
},
"homepage": "https://github.com/yypkg/yypkg",
"private": true,
"dependencies": {
"axios": "0.19.0",
"path-to-regexp": "2.4.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-typescript": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^2.32.0",
"art-template": "^4.13.2",
"art-template-loader": "^1.4.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.0",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.1",
"fs-extra": "^9.0.0",
"husky": "^2.2.0",
"jest": "^26.0.0",
"jquery": "^3.5.1",
"legoflow-engine": "^3.0.0-alpha.15",
"rollup": "^2.8.2",
"rollup-plugin-multi-input": "^1.1.1",
"rollup-plugin-terser": "^5.3.0",
"shelljs": "^0.8.4",
"tslib": "^1.10.0",
"vuepress": "^1.4.1"
}
}