package.json
2.0 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
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
{
"name": "workai-components",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"father:dev": "father dev",
"father:build": "father build",
"dev": "vite",
"build": "vite build&&tsc",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"lint-staged": "lint-staged",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": "prettier --ignore-unknown --write",
"*.{json,less,md}": "prettier --ignore-unknown --write"
},
"keywords": [],
"author": "juvenile <juvenile.business01@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-react": "^4.0.0",
"braft-editor": "^2.3.9",
"classnames": "^2.3.2",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jquery": "^3.7.0",
"less": "^4.1.3",
"lint-staged": "^13.2.2",
"moment": "^2.29.4",
"prettier": "^2.8.8",
"styled-components": "^5.3.11",
"stylelint": "^15.6.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.1.0",
"umi-request": "^1.4.0",
"vite": "^4.3.9"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@ant-design/icons": "^5.1.4",
"@formily/antd-v5": "1.1.0-beta.3",
"@formily/core": "^2.2.24",
"@formily/react": "^2.2.24",
"antd": "5.3.2",
"father": "^4.2.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.0.2"
}
}