-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.83 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
{
"name": "ambassy",
"version": "0.0.1",
"description": "For ambassador allocations",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"deploy": "gh-pages -d dist",
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"predeploy": "pnpm run build",
"resolve": "tsc --traceResolution",
"start": "webpack serve --open",
"test": "jest"
},
"keywords": [
"parkrun",
"ambassador"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/connect": "^3.4.38",
"@types/d3": "^7.4.3",
"@types/express": "^5.0.0",
"@types/geojson": "^7946.0.16",
"@types/jest": "^29.5.14",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.13.0",
"@types/papaparse": "^5.3.15",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.19.0",
"gh-pages": "^6.3.0",
"globals": "^15.14.0",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.9.2",
"terser-webpack-plugin": "^5.3.11",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"axios": "^1.7.9",
"d3": "^7.9.0",
"d3-geo-voronoi": "^2.1.0",
"fs": "^0.0.2",
"googleapis": "^144.0.0",
"leaflet": "^1.9.4",
"papaparse": "^5.5.2",
"path-browserify": "^1.0.1",
"ts-node": "^10.9.2"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}