-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 KB
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
{
"name": "react-tehran-map",
"author": "Mohammad Esmaeilzadeh",
"version": "2.0.9",
"description": "Tehran's map in SVG format for React JS applications.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/buglessir/react-tehran-map.git"
},
"bugs": {
"url": "https://github.com/buglessir/react-tehran-map/issues"
},
"homepage": "https://github.com/buglessir/react-tehran-map",
"keywords": [
"react",
"iran",
"tehran",
"map",
"react-tehran-map"
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"rollup": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.8.1",
"typescript": "^5.1.0"
}
}