generated from karugamo/react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "map-radius",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --public-url '/map-radius'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flexiproducts/map-radius.git"
},
"bugs": {
"url": "https://github.com/flexiproducts/map-radius/issues"
},
"homepage": "https://github.com/flexiproducts/map-radius#readme",
"dependencies": {
"@types/leaflet": "^1.5.19",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.7",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/react-leaflet": "^2.5.2",
"@types/styled-components": "^5.1.4",
"leaflet": "^1.7.1",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-leaflet": "^3.0.5",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@flexi/eslint-config": "git+https://github.com/flexiproducts/eslint-config.git",
"eslint": "^7.12.1",
"husky": "^4.3.0",
"parcel-bundler": "^1.12.4",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"husky": {
"hooks": {
"pre-commit": "eslint --fix"
}
}
}