-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
71 lines (71 loc) · 1.95 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
{
"name": "treetracker-web-map-core",
"version": "2.7.4",
"description": "This is the core module for Greenstand web map application.",
"keywords": [
"GIS",
"leaflet",
"map"
],
"homepage": "https://github.com/dadiorchen/treetracker-web-map-core#readme",
"bugs": {
"url": "https://github.com/dadiorchen/treetracker-web-map-core/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Greenstand/treetracker-web-map-core.git"
},
"license": "ISC",
"author": "Greenstand",
"main": "dist/main.js",
"files": [
"dist"
],
"scripts": {
"cy": "cypress open",
"dev": "webpack serve",
"format": "prettier ./ --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pre-publish": "webpack --mode=production",
"prepare": "husky install",
"test": "jest"
},
"dependencies": {
"axios": "^0.24.0",
"cypress": "^8.7.0",
"events": "^3.3.0",
"expect-runtime": "^0.10.1",
"leaflet": "^1.7.1",
"leaflet-utfgrid": "git+https://github.com/dadiorchen/Leaflet.UTFGrid.git",
"leaflet.gridlayer.googlemutant": "^0.12.1",
"lodash": "^4.17.21",
"loglevel": "^1.7.1",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/jest": "^29.2.4",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.0",
"cypress-watch-and-reload": "^1.5.4",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^12.1.2",
"prettier": "2.5.1",
"serve": "^12.0.1",
"sort-package-json": "^1.53.1",
"style-loader": "^3.3.1",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}