-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.52 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": "react-clustered-map",
"version": "0.0.14",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"tsc-build": "tsc --project tsconfig.build.json",
"tsc-build-watch": "tsc --project tsconfig.build.json --watch"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"kdbush": "3.0.0",
"lodash": "4.17.20",
"react-async-script": "1.2.0"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-dom": ">=16.13.1"
},
"devDependencies": {
"@types/googlemaps": "3.40.0",
"@types/kdbush": "3.0.0",
"@types/lodash": "4.14.162",
"@types/node": "14.11.8",
"@types/react": "16.9.52",
"@typescript-eslint/eslint-plugin": "4.2.0",
"@typescript-eslint/parser": "4.2.0",
"eslint": "7.9.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-airbnb-typescript": "10.0.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "5.2.1",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "24.0.2",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.21.0",
"eslint-plugin-react-hooks": "4.1.2",
"next": "9.5.5",
"prettier": "2.1.2",
"react": "17.0.0-rc.3",
"react-dom": "17.0.0-rc.3",
"type-fest": "0.18.0",
"typescript": "4.0.3"
}
}