-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
82 lines (82 loc) · 2.54 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
78
79
80
81
82
{
"name": "charleywong",
"version": "0.0.0",
"description": "A Yellow Economic Circle business/brand database released with open source / open data licenses.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"dts2hx-workbox": "dts2hx workbox-core workbox-routing workbox-recipes workbox-cacheable-response workbox-expiration workbox-navigation-preload --noLibWrap --output lib/workbox",
"tailwind": "tailwindcss -o static/css/tailwind.css --minify",
"start": "nodemon -L index.js",
"test": "haxe test.hxml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giffon/CharleyWong.git"
},
"author": "Andy Li <andy@onthewings.net>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/giffon/CharleyWong/issues"
},
"homepage": "https://github.com/giffon/CharleyWong#readme",
"private": true,
"dependencies": {
"@fastify/aws-lambda": "4.1.0",
"@fastify/cors": "9.0.1",
"@fastify/static": "7.0.4",
"@googlemaps/google-maps-services-js": "3.4.0",
"chokidar": "3.6.0",
"cross-fetch": "^3",
"fastify": "4.23.2",
"google-spreadsheet": "3.3.0",
"jimp": "0.22.12",
"jsdom": "24.1.0",
"nodejieba": "2.6.0",
"nroonga": "0.4.3",
"proj4": "2.11.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"sitemap": "8.0.0",
"which-polygon": "2.2.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@esbuild-plugins/node-modules-polyfill": "0.2.2",
"@material-ui/core": "4.12.4",
"@types/chrome": "0.0.268",
"@types/node": "^18",
"@types/which-polygon": "2.2.3",
"abort-controller": "3.0.0",
"ajv-cli": "5.0.0",
"copy-to-clipboard": "3.3.3",
"dts2hx": "0.20.0",
"esbuild": "0.21.5",
"esbuild-plugin-resolve": "2.0.0",
"google-auth-library": "9.11.0",
"moment": "2.30.1",
"mutation-summary": "1.0.0",
"nodemon": "3.1.4",
"perf-hooks-browserify": "https://github.com/browserify/perf-hooks-browserify",
"pixelmatch": "5.3.0",
"pngjs": "7.0.0",
"react-facebook": "9.0.12",
"react-masonry-css": "1.0.16",
"react-telegram-embed": "0.1.1",
"serverless": "3.39.0",
"serverless-prune-plugin": "2.0.2",
"tailwindcss": "3.4.6",
"workbox-cacheable-response": "7.1.0",
"workbox-core": "7.1.0",
"workbox-expiration": "7.1.0",
"workbox-navigation-preload": "7.1.0",
"workbox-recipes": "7.1.0",
"workbox-routing": "7.1.0"
},
"optionalDependencies": {
"aws-lambda-ric": "3.1.0"
}
}