forked from tonyraoul/react-here-maps
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
129 lines (129 loc) · 3.79 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@impargo/react-here-maps",
"version": "1.5.9",
"description": "React.js HERE Maps component",
"main": "dist/main.js",
"scripts": {
"test:prod": "npm run karma && npm run coverage && npm run coverage:post",
"test": "npm run karma && npm run coverage",
"karma": "karma start --NODE_ENV=test",
"coverage": "npm run coverage:remap && npm run coverage:report",
"coverage:remap": "remap-istanbul -i coverage/coverage.json -o coverage/coverage.json -t json -e node_modules,test",
"coverage:report": "istanbul report",
"coverage:post": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepublishOnly": "gulp",
"lint": "tslint --config tslint.json --project tsconfig.json --type-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoineraoulimpargo/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/antoineraoulimpargo/react-here-maps/issues"
},
"homepage": "https://github.com/antoineraoulimpargo/react-here-maps#readme",
"devDependencies": {
"@types/bluebird": "^3.5.8",
"@types/chai": "^4.0.1",
"@types/core-js": "^0.9.42",
"@types/enzyme": "^2.8.1",
"@types/heremaps": "^3.0.7",
"@types/highlight.js": "^9.1.9",
"@types/jquery": "^3.2.6",
"@types/jsdom": "^11.0.1",
"@types/lodash": "^4.14.68",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.10",
"@types/prop-types": "^15.5.8",
"@types/react": "^15.0.36",
"@types/react-dom": "^15.5.1",
"@types/react-scroll": "^1.5.1",
"@types/sinon": "^2.3.2",
"babel-core": "^6.14.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-es2015-instanceof": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^4.1.0",
"coveralls": "^2.11.12",
"css-loader": "^0.28.4",
"enzyme": "^2.4.1",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"gulp-typescript": "^5.0.1",
"gulp-watch": "^5.0.1",
"highlight.js": "^9.12.0",
"html-loader": "^0.4.3",
"imports-loader": "^0.7.1",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^2.0.0",
"jquery": "^3.1.0",
"json-loader": "^0.5.4",
"karma": "^1.2.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-es5-shim": "0.0.4",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-remap-istanbul": "^0.6.0",
"karma-sinon": "^1.0.5",
"karma-source-map-support": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.4",
"mocha": "^3.0.2",
"node-sass": "^4.14.1",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.12",
"react": "^16.8.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^16.8.1",
"react-scroll": "^1.3.0",
"remap-istanbul": "^0.9.5",
"sass-loader": "^6.0.6",
"sinon": "^2.3.8",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
"ts-loader": "^2.2.2",
"tslint": "^5.5.0",
"tslint-react": "^3.0.0",
"typescript": "^2.4.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"webpack": "^2.7.0",
"webpack-stream": "^3.2.0",
"webpack-uglify-js-plugin": "^1.1.9"
},
"dependencies": {
"bluebird": "^3.4.1",
"core-js": "^2.4.1",
"jsdom": "^13.2.0",
"lodash": "^4.15.0",
"prop-types": "^15.6.2",
"react-fast-compare": "^2.0.4"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
}
}