forked from react-visual-design/react-visual-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
{
"private": true,
"version": "2.0.0",
"scripts": {
"start": "umi dev",
"build": "umi build",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"update-icon": "npx iconfont-h5",
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0"
},
"lint-staged": {
"*.{js,jsx,md,json}": [
"prettier --write",
"eslint --fix"
],
"*.less": [
"prettier --write",
"stylelint --fix"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@formily/antd": "^2.0.0-beta.88",
"@formily/core": "^2.0.0-beta.88",
"@formily/react": "^2.0.0-beta.88",
"@umijs/preset-react": "1.8.22",
"@umijs/test": "^3.5.15",
"antd": "^4.16.11",
"await-to-js": "^3.0.0",
"braft-editor": "^2.3.9",
"classnames": "^2.3.1",
"dayjs": "^1.10.6",
"interactjs": "^1.10.11",
"lodash": "^4.17.21",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-visual-design-components": "^2.0.8",
"umi": "^3.5.15",
"umi-request": "^1.3.9",
"uuid": "^8.3.2"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@umijs/fabric": "^2.6.2",
"antd-dayjs-webpack-plugin": "^1.0.6",
"babel-plugin-import": "^1.13.3",
"conventional-changelog-cli": "^2.1.1",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"react-iconfont-cli": "^2.0.1",
"webpack-version-file-plugin": "^0.4.0"
}
}