-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.18 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
{
"name": "ymap3-components",
"version": "1.1.8",
"description": "React yamps3 wrapper. Get ymaps3 components via import.",
"main": "dist/index.umd.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc"
},
"keywords": [
"ymaps3",
"react-ymaps3",
"ymap3",
"ymap",
"ymaps3-wrapper",
"react-yandex-maps",
"yandex-maps",
"ymaps",
"ymaps3",
"ymaps3-components",
"yandex-map"
],
"author": "https://github.com/fede4ka1245",
"repository": {
"type": "git",
"url": "git+https://github.com/fede4ka1245/ymap3-components.git"
},
"bugs": {
"url": "https://github.com/fede4ka1245/ymap3-components.git/issues"
},
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.19",
"@yandex/ymaps3-types": "^0.0.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.9.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"publishConfig": {
"@fede4ka1245:registry": "https://npm.pkg.github.com"
}
}