-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.32 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
{
"name": "d6-business-directory",
"version": "0.0.1",
"description": "D6 business directory map",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/CityOfDetroit/d6-business-directory.git"
},
"keywords": [
"Parcel",
"Geospatial",
"Parcel",
"JS",
"Services"
],
"engines": {
"npm": ">=10.0.0",
"node": ">=18.0.0 <19.0.0"
},
"bugs": {
"url": "https://github.com/CityOfDetroit/d6-business-directory/issues"
},
"homepage": "https://github.com/CityOfDetroit/d6-business-directory#readme",
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development",
"cy:run": "./node_modules/.bin/cypress run --headed",
"test": "start-server-and-test start http://localhost:3000 cy:run",
"logs": "auto changelog"
},
"author": "Edgar Montes",
"license": "MIT",
"dependencies": {
"@sentry/browser": "^7.64.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.23.3",
"@babel/plugin-transform-react-inline-elements": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.15.4",
"@sentry/webpack-plugin": "^2.7.0",
"@svgr/webpack": "^8.1.0",
"@turf/bearing": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"auto": "^11.0.4",
"babel-loader": "^8.2.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"concurrently": "^7.0.0",
"css-loader": "^6.5.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"cypress": "^13.6.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"lodash.sortby": "^4.7.0",
"lodash.uniqby": "^4.7.0",
"mini-css-extract-plugin": "^2.5.3",
"raw-loader": "^4.0.2",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"start-server-and-test": "^2.0.3",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
},
"browserslist": "> 0.25%, not dead"
}