-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
165 lines (165 loc) · 4.7 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "onex-utils",
"version": "1.0.11",
"description": "沉淀业务开发过程中编写的一些业务函数和实现上采用的一些方案,避免业务开发过程中多仓库之间的代码的复制粘贴,将业务开发过程中将一些能力沉淀的此仓库中进行长期维护和迭代",
"main": "build/index.js",
"types": "./build",
"browser": {
"fs": false,
"net": false,
"tls": false
},
"keywords": [
"tools",
"utils",
"util",
"stdlib"
],
"files": [
"build",
"dist",
"es",
"lib"
],
"scripts": {
"commit": "git-cz",
"build:plugin": "tsc -p './script/plugin'",
"build:theme": "webpack --config ./script/theme/webpack.config.js",
"build:tsdoc": "typedoc",
"tsdoc": "npm run build:theme && npm run build:plugin && npm run build:tsdoc",
"build": "build-scripts build",
"test": "jest --config=jest.config.js --coverage",
"start": "build-scripts start",
"eslint": "eslint --ext .js,.jsx,.ts,.tsx ./",
"eslint-fix": "npm run eslint -- --fix",
"lint": "npm run eslint",
"prepublishOnly": "npm run build",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"release": "semantic-release"
},
"peerDependencies": {
"rax": "^1.1.0"
},
"engines": {
"npm": ">=3.0.0"
},
"bugs": {
"url": "https://github.com/unity-template/onex-utils/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/unity-template/utils.git"
},
"author": {
"name": "Genluo",
"email": "[email protected]",
"url": "https://github.com/Genluo"
},
"contributors": [
{
"name": "Genluo",
"email": "[email protected]",
"url": "https://github.com/Genluo"
}
],
"dependencies": {
"axios": "^0.26.1",
"class": "^0.1.4",
"class-transformer": "^0.4.0",
"dayjs": "^1.9.6",
"joi": "^17.4.2",
"lodash.chunk": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.5.0",
"object-hash": "^2.2.0",
"qs": "^6.9.4",
"reflect-metadata": "^0.1.13",
"uuid": "^8.3.2"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-transform-strict-mode": "^7.12.1",
"@iceworks/spec": "^1.5.0",
"@microsoft/tsdoc": "^0.12.24",
"@types/axios": "^0.14.0",
"@types/babel-core": "^6.25.6",
"@types/fs-extra": "^9.0.4",
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.182",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.defaults": "^4.2.6",
"@types/lodash.last": "^3.0.6",
"@types/lodash.throttle": "^4.1.6",
"@types/lodash.uniq": "^4.5.6",
"@types/lunr": "^2.3.3",
"@types/node": "^14.14.10",
"@types/object-hash": "^2.2.1",
"@types/qs": "^6.9.5",
"@types/rax": "^1.0.0",
"babel-core": "^6.26.3",
"babel-jest": "^26.1.0",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"babel-preset-env": "^1.7.0",
"build-plugin-utils": "^0.4.0",
"clean-webpack-plugin": "^3.0.0",
"conventional-changelog-cli": "2.0.0",
"copy-webpack-plugin": "6.3.2",
"css-loader": "^5.0.1",
"current-git-branch": "^1.1.0",
"driver-universal": "^3.1.0",
"eslint": "^6.8.0",
"eslint-plugin-tsdoc": "^0.2.10",
"file-loader": "^6.2.0",
"fs-extra": "^9.0.1",
"git-cz": "^4.7.1",
"handlebars": "^4.7.6",
"husky": "^4.3.0",
"jest": "^26.1.0",
"jest-canvas-mock": "^2.3.0",
"lint-staged": "^10.2.11",
"lodash.defaults": "^4.2.0",
"lodash.last": "^3.0.0",
"lunr": "^2.3.9",
"mini-css-extract-plugin": "^1.3.3",
"rax": "^1.1.0",
"rax-test-renderer": "^1.0.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"semantic-release": "^18.0.1",
"sinon": "^9.2.1",
"stats-filelist": "^1.0.1",
"sync-request": "^6.1.0",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"ts-node": "^9.1.1",
"tsutils": "^3.17.1",
"type-fest": "^0.20.2",
"typedoc": "^0.20.33",
"typedoc-plugin-nojekyll": "^1.0.1",
"typescript": "4.0.3",
"url-loader": "^4.1.1",
"webpack": "^4.27.1",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"defaultLanguage": "zh-cn",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"./src/**/*.{ts,tsx}": [
"eslint --cache --fix",
"git add"
]
},
"homepage": "https://unity-template.github.io/onex-utils/index.html"
}