-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
62 lines (62 loc) · 1.36 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
{
"name": "react.tp",
"version": "1.5.3",
"private": true,
"homepage": ".",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vite test"
},
"dependencies": {
"@emoji-mart/data": "^1.0.6",
"@emoji-mart/react": "^1.0.1",
"@formily/antd": "^2.2.5",
"@formily/core": "^2.2.5",
"@formily/react": "^2.2.5",
"@formily/reactive": "^2.2.5",
"antd": "^4.23.2",
"clsx": "^1.2.1",
"emoji-mart": "^5.2.2",
"file-saver": "^2.0.5",
"html-to-image": "^1.10.8",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"moment": "^2.29.4",
"oh-popup": "^0.1.0",
"oh-popup-react": "^0.1.2",
"oh-router": "^0.3.0",
"oh-router-react": "^0.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^3.0.0",
"less": "^4.1.3",
"sass": "^1.30.0",
"typescript": "^4.8.2",
"vite": "^4.0.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}