-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 942 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
42
43
44
{
"version": "0.0.14",
"description": "a vika widget",
"engines": {
"node": ">=8.x"
},
"keywords": [
"vika",
"widgets",
"vika widgets"
],
"main": "./dist/index",
"module": "./dist/index",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"start": "widget-cli start",
"release": "widget-cli release"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@vikadata/components": "^0.0.3",
"@vikadata/icons": "^0.0.1",
"@vikadata/widget-sdk": "^0.0.2",
"ahooks": "^3.1.13",
"react-amap": "^1.2.8",
"typescript": "4.1.2"
},
"devDependencies": {
"@types/node": "^16.4.10"
},
"authorName": "__template__",
"authorLink": "https://vika.cn",
"authorEmail": "dev@vikadata.com"
}