forked from MrXujiang/xijs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.9 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
{
"name": "xijs",
"version": "1.2.5",
"description": "A business - oriented scene Js Library",
"author": "xuxiaoxi",
"keywords": [
"javascript tool",
"js tool",
"js lib",
"Js Library",
"lodash",
"lowcode tool"
],
"contributors": [
"徐小夕",
"wujixialan",
"EasyRo",
"bigFace2019"
],
"scripts": {
"start": "export NODE_OPTIONS=--openssl-legacy-provider && dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"build": "father-build",
"deploy": "npm run docs:build && npm run docs:deploy",
"release": "npm run build && npm publish --access public",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"lint": "eslint src/**/*.ts --fix"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"gitHooks": {
"pre-commit": "yarn test"
},
"lint-staged": {
"*.ts": [
"npm run lint"
]
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"lodash.clonedeep": "^4.5.0",
"lodash.difference": "^4.5.0",
"nanoid": "^3.1.30",
"qs": "^6.10.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.difference": "^4.5.7",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@umijs/test": "^3.0.5",
"dumi": "^1.0.17",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"father-build": "^1.17.2",
"gh-pages": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"prettier": "^2.8.8",
"yorkie": "^2.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
},
"license": "MIT"
}