-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
140 lines (140 loc) · 4.86 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
{
"name": "parsex-frontend",
"version": "1.0.0",
"repository": "https://github.com/intsig-textin/parsex-frontend.git",
"license": "MIT",
"contributors": [
{
"name": "Cong Guo"
},
{
"name": "Fuller Xu"
}
],
"scripts": {
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider UMI_UI=none UMI_ENV=dev umi dev",
"start:legacy": "set NODE_OPTIONS=--openssl-legacy-provider && cross-env UMI_UI=none UMI_ENV=dev umi dev",
"start:console": "set NODE_OPTIONS=--openssl-legacy-provider && cross-env UMI_UI=none UMI_ENV=dev MENU=console umi dev",
"start:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider UMI_ENV=dev umi dev",
"start:analyze": "cross-env ANALYZE=1 UMI_ENV=dev umi dev",
"start:ie": "cross-env UMI_UI=none UMI_ENV=cloud umi dev",
"build:test": "cross-env NODE_OPTIONS=--max_old_space_size=4096 UMI_ENV=test umi build",
"build:legacy": "set NODE_OPTIONS=--openssl-legacy-provider && cross-env UMI_ENV=test umi build",
"build": "cross-env UMI_ENV=cloud NODE_OPTIONS=\"--max_old_space_size=4096 --openssl-legacy-provider\" umi build",
"analyze": "cross-env ANALYZE=1 umi build",
"postinstall": "umi generate tmp",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"clean_icon_page": "rimraf src/assets/icon.html",
"generate_icon_page": "node src/assets/icon_script.js",
"lint": "umi g tmp && npm run lint:js && npm run lint:prettier",
"lint-staged": "lint-staged",
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:prettier": "prettier -c --write \"src/**/*\" --end-of-line auto"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js",
"**/*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write"
]
},
"dependencies": {
"@ahooksjs/use-url-state": "^2.5.2",
"@ant-design/charts": "^1.3.3",
"@ant-design/pro-form": "^1.27.1",
"@ant-design/pro-layout": "6.32.0",
"@ant-design/pro-list": "^1.9.2",
"@ant-design/pro-table": "2.39.2",
"@microsoft/fetch-event-source": "^2.0.1",
"@sentry/react": "^8.25.0",
"@types/react-window": "^1.8.3",
"@types/utif": "^3.0.5",
"@umijs/plugin-esbuild": "^1.3.1",
"@umijs/preset-react": "^1.5.6",
"accounting": "^0.4.1",
"ahooks": "^2.9.6",
"antd": "4.16.1",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.2.6",
"dayjs": "^1.8.33",
"dva": "2.6.0-beta.22",
"exif-rotate-js": "^1.3.0",
"file-saver": "^2.0.5",
"immutability-helper": "^3.1.1",
"isomorphic-dompurify": "^2.12.0",
"jszip": "^3.10.1",
"md5": "^2.3.0",
"monaco-editor-webpack-plugin": "^4.1.2",
"p-limit": "3.1.0",
"p-queue": "6.6.2",
"qrcode": "^1.4.4",
"qrcode-react": "^0.1.16",
"qrcode.react": "^1.0.1",
"query-string": "^6.13.1",
"rc-util": "5.13.1",
"react": "^17.0.2",
"react-ace": "^9.4.3",
"react-content-loader": "^6.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.2",
"react-json-view": "^1.19.1",
"react-markdown": "^8.0.6",
"react-monaco-editor": "^0.44.0",
"react-pdf": "^5.5.0",
"react-split-pane": "^0.1.92",
"react-transition-group": "^4.4.1",
"react-virtualized": "^9.22.2",
"react-window": "^1.8.6",
"reactour": "^1.18.0",
"rehype-raw": "6.1.1",
"rehype-stringify": "9.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "5.1.1",
"styled-components": "^4.0.0",
"umi": "^3.4.11",
"umi-types": "^0.5.14",
"unstated-next": "^1.1.0",
"utif": "^3.1.0",
"vditor": "^3.10.6",
"webpack": "^5.37.1",
"yorkie": "^2.0.0"
},
"devDependencies": {
"@types/accounting": "^0.4.1",
"@types/body-scroll-lock": "^2.6.1",
"@types/classnames": "^2.2.10",
"@types/file-saver": "^2.0.1",
"@types/intl": "^1.2.0",
"@types/jest": "^26.0.20",
"@types/json2csv": "^5.0.3",
"@types/md5": "^2.2.0",
"@types/node": "^14.0.12",
"@types/qrcode": "^1.3.5",
"@types/qrcode.react": "^1.0.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-pdf": "^5.0.9",
"@types/react-transition-group": "^4.4.0",
"@types/react-virtualized": "^9.21.10",
"@types/reactour": "^1.17.1",
"@types/redux-logger": "^3.0.8",
"@types/uuid": "^8.0.0",
"@types/xlsx": "^0.0.36",
"@umijs/fabric": "^2.6.2",
"@umijs/test": "^3.4.11",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.31.0",
"jest": "^26.6.3",
"lint-staged": "^10.0.7",
"prettier": "^2.2.1",
"redux-logger": "^3.0.6",
"stylelint": "^13.13.1",
"umi-webpack-bundle-analyzer": "^3.6.0",
"xlsx": "^0.17.4"
}
}