-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.38 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.38 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@impargo/react-here-maps",
"version": "4.3.0",
"description": "React.js HERE Maps component",
"main": "dist/main.js",
"scripts": {
"prepublishOnly": "tsc",
"build": "tsc",
"lint": "eslint 'src/**/*.{js,ts,tsx}' 'tests/**/*.{js,ts,tsx}' 'testbench/**/*.{js,ts,tsx}'",
"dev": "parcel testbench/index.html",
"test": "jest",
"test:coverage": "jest --coverage",
"test:coverage:ci": "jest --reporters=default --reporters=jest-junit --coverage --colors --collectCoverageFrom=src/**/*.{ts,tsx}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/impargo/react-here-maps.git"
},
"keywords": [
"React.js",
"React",
"react-component",
"react",
"component",
"here",
"map",
"maps",
"heremap",
"here-map",
"heremaps",
"here-maps",
"here",
"map",
"here",
"maps"
],
"author": "Josh-ES",
"license": "MIT",
"bugs": {
"url": "https://github.com/impargo/react-here-maps/issues"
},
"homepage": "https://github.com/impargo/react-here-maps#readme",
"devDependencies": {
"@impargo/eslint-config": "^1.4.0",
"@swc/core": "^1.10.1",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.14.68",
"@types/node": "^14.14.8",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"canvas": "^2.11.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"parcel": "^2.13.3",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.0.5",
"whatwg-fetch": "^3.6.20"
},
"dependencies": {
"@here/maps-api-for-javascript": "^1.66.0",
"lodash": "^4.15.0"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"jest-junit": {
"outputDirectory": "reports",
"outputName": "jest-junit.xml",
"ancestorSeparator": " › ",
"uniqueOutputName": "false",
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}