-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.21 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
54
{
"name": "pigeon-maps-cluster",
"version": "1.0.8",
"description": "",
"private": false,
"author": "etoCondor",
"type": "module",
"license": "MIT",
"files": [
"dist/*"
],
"main": "dist/index.umd.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc && vite build"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"supercluster": "^8.0.1"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rollup-plugin-typescript-paths": "^1.5.0",
"typescript": "^5.4.5",
"tslib": "^2.6.2",
"vite": "^5.2.10"
},
"eslintConfig": {
"ignorePatterns": [
"node_modules",
"dist"
]
},
"keywords": [
"pigeon-maps",
"pigeon",
"cluster"
],
"repository": {
"type": "git",
"url": "https://github.com/etoCondor/pigeon-maps-cluster.git"
}
}