forked from dilidili/react-drawing-board
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 895 Bytes
/
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
{
"name": "react-drawing-board",
"version": "0.5.0-beta.1",
"description": "",
"main": "lib/index.js",
"authors": {
"name": "",
"email": ""
},
"repository": "https://github.com/dilidili/react-drawing-board",
"files": [
"lib"
],
"scripts": {
"dev": "umi dev",
"build": "father build"
},
"dependencies": {
"classnames": "^2.2.6",
"react-intl": "^5.25.1",
"react-spring": "^8.0.27",
"react-use-gesture": "^7.0.15",
"uuid": "^3.3.3"
},
"peerDependencies": {
"react": ">=16.5.2",
"react-dom": ">=16.5.2"
},
"devDependencies": {
"@types/vfile-message": "^2.0.0",
"@types/uuid": "^3.4.6",
"father": "^2.29.1",
"react": ">=16.5.2",
"react-dom": ">=16.5.2",
"umi": "^2.9.0",
"umi-plugin-block-dev": "^2.0.0",
"umi-plugin-react": "^1.14.8",
"umi-types": "^0.3.0"
},
"license": "MIT"
}