This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.5 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
{
"name": "preact-leaflet",
"version": "0.1.0",
"main": "index.js",
"author": "kontrollanten <stambanan@pm.me>",
"license": "MIT",
"scripts": {
"demo": "parcel e2e/index.html",
"demo:build": "parcel build e2e/index.html",
"lint": "eslint src e2e",
"release": "standard-version",
"test": "karma start",
"test:ci": "NODE_ENV=test karma start"
},
"dependencies": {
"leaflet": "1.7.1",
"leaflet.markercluster": "^1.4.1",
"preact": "10.5.12"
},
"devDependencies": {
"@babel/core": "7.12.16",
"@babel/plugin-transform-react-jsx": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"babel-plugin-istanbul": "6.0.0",
"babelify": "10.0.0",
"browserify": "17.0.0",
"chai": "4.3.0",
"codecov": "3.8.1",
"enzyme": "3.11.0",
"enzyme-adapter-preact-pure": "3.0.0",
"eslint": "7.20.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jasmine": "4.1.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"jasmine": "3.6.4",
"karma": "6.1.1",
"karma-babel-preprocessor": "8.0.1",
"karma-browserify": "8.0.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-mocha-reporter": "2.2.5",
"parcel": "1.12.4",
"sinon": "9.2.4",
"sinon-chai": "3.5.0",
"standard-version": "9.1.0",
"watchify": "3.11.1"
}
}