-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "react-svgmap-india",
"version": "2.1.0",
"description": "Interactive SVG Map of India with hover and click functionality",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arav-ind/react-svgmap-india.git"
},
"keywords": [
"india",
"svgmap",
"indiamap",
"svgmap-india",
"react",
"map component"
],
"author": "Aravind D",
"license": "ISC",
"bugs": {
"url": "https://github.com/arav-ind/react-svgmap-india/issues"
},
"homepage": "https://github.com/arav-ind/react-svgmap-india#readme",
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/react": "^18.2.58",
"rollup": "^2.77.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
}
}