-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.94 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
{
"name": "react-easy-render",
"version": "0.0.57",
"description": "easy-render",
"scripts": {
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"dev": "npx father-build --watch",
"build": "npx father-build",
"pub": "npm run build && npm version prerelease && npm publish"
},
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"async-validator": "^3.5.1",
"axios": "^1.2.1",
"color": "^3.1.2",
"decimal.js": "^10.4.3",
"jsep": "^1.3.8",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.34.1",
"nanoid": "^3.1.20",
"rc-color-picker": "^1.2.6",
"smooth-scroll": "^16.1.3",
"virtualizedtableforantd4": "^1.1.2"
},
"peerDependencies": {
"@ant-design/icons": "^4.0.2",
"@ant-design/pro-components": ">=2.3.47",
"antd": "4.x",
"query-string": "^8.1.0",
"rc-field-form": "^1.22.0",
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"dayjs": ">=1.11.10"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"babel-plugin-import": "^1.13.5",
"deep-equal": "^2.0.3",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"father-build": "^1.22.5",
"rollup-plugin-copy": "^3.4.0"
},
"author": "liusheng96gentle",
"license": "ISC",
"files": [
"es",
"lib",
"package.json"
]
}