forked from xemle/home-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.75 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
83
84
85
86
87
88
89
90
91
{
"name": "@home-gallery/mono-repo",
"version": "1.8.4",
"description": "",
"main": "gallery.js",
"scripts": {
"postinstall": "npm --prefix e2e install && link-parent-bin && node packages/extractor/validate-sharp.js",
"clean": "pnpm -r clean",
"build": "pnpm -r build",
"test": "pnpm -r test",
"test:e2e": "gauge -d e2e run specs"
},
"bin": {
"gallery": "./gallery.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/xemle/home-gallery.git"
},
"workspaces": [
"./packages/*"
],
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@getgauge/cli": "^1.4.3",
"@react-leaflet/core": "^2.0.0",
"@types/chai": "^4.3.0",
"@types/glob-to-regexp": "^0.4.0",
"@types/hammerjs": "^2.0.41",
"@types/leaflet": "^1.7.11",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.19",
"@types/react": "^18.0.25",
"@types/tar-fs": "^2.0.0",
"chai": "^4.3.6",
"cpy-cli": "^4.2.0",
"esbuild": "^0.15.13",
"esbuild-register": "^3.3.3",
"express": "^4.17.3",
"http-proxy-middleware": "^2.0.6",
"kss": "^3.0.1",
"link-parent-bin": "^2.0.0",
"live-server": "^1.2.2",
"livereload": "^0.9.3",
"mocha": "^9.2.1",
"moo": "^0.5.1",
"nearley": "^2.20.1",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"onchange": "^7.0.2",
"pnpm": "7.14.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.3.2",
"react-leaflet": "^4.0.1",
"react-router-dom": "^6.4.3",
"rimraf": "^3.0.2",
"sass": "^1.49.8",
"tap": "^16.3.0",
"tar-fs": "^2.1.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"workbox-cli": "^6.5.1",
"yargs": "^17.3.1"
},
"dependencies": {
"@home-gallery/api-server": "file:packages/api-server",
"@home-gallery/bundle": "file:packages/bundle",
"@home-gallery/cast": "file:packages/cast",
"@home-gallery/cli": "file:packages/cli",
"@home-gallery/common": "file:packages/common",
"@home-gallery/database": "file:packages/database",
"@home-gallery/events": "file:packages/events",
"@home-gallery/export": "file:packages/export",
"@home-gallery/extractor": "file:packages/extractor",
"@home-gallery/fetch": "file:packages/fetch",
"@home-gallery/index": "file:packages/index",
"@home-gallery/query": "file:packages/query",
"@home-gallery/server": "file:packages/server",
"@home-gallery/storage": "file:packages/storage",
"@home-gallery/stream": "file:packages/stream",
"@home-gallery/styleguide": "file:packages/styleguide",
"@home-gallery/webapp": "file:packages/webapp",
"enquirer": "^2.3.6",
"extract-zip": "^2.0.1",
"yaml": "^1.10.2"
}
}