-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.28 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.28 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "lorex",
"version": "2.2.0",
"description": "Leaflet Osmand React ExpressJS Coordinates (X)\r > Remember an \"X\" marks the spot.",
"main": "index.js",
"scripts": {
"prebuild": "rm -rf dist/*",
"build": "tsc && cross-env NODE_ENV=development vite build --config src/client/vite.config.js",
"build:prod": "tsc && cross-env NODE_ENV=production vite build --config src/client/vite.config.js",
"postbuild": "cp -R httpdocs/ dist/ && npm run unzipTiles",
"start": "node dist/app.js",
"start:prod": "cross-env NODE_ENV=production node dist/app.js",
"dev": "npm run prebuild && npm run postbuild &&concurrently \"npm:dev:*\"",
"dev:ts": "nodemon --config nodemon-ts.json",
"dev:static": "nodemon --config nodemon-static.json",
"dev:vite": "cross-env NODE_ENV=development vite build --watch --config src/client/vite.config.js",
"lint": "eslint . --fix",
"test": "jest",
"test:data": "cross-env MODE=DEV jest --config jest.testData.config.js",
"test:data:prod": "cross-env MODE=PROD jest --config jest.testData.config.js",
"test:app": "jest src/tests/app.test.ts",
"test:login": "jest src/tests/login.test.ts",
"test:unit": "jest src/tests/unit.test.ts",
"test:integration": "jest src/tests/integration.test.ts",
"postinstall": "node scripts/fix-react-leaflet-markercluster.js",
"unzipTiles": "node scripts/unzipTiles.js"
},
"keywords": [],
"author": "Type-Style",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.1.1",
"archiver": "^7.0.1",
"axios": "^1.13.5",
"bcrypt": "^6.0.0",
"chalk": "^4.1.2",
"compression": "^1.8.1",
"cross-spawn": "^7.0.6",
"culori": "^4.0.1",
"decompress": "^4.2.1",
"dotenv": "^16.6.1",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-rate-limit": "^7.5.1",
"express-slow-down": "^2.1.0",
"express-validator": "^7.3.0",
"helmet": "^8.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^9.0.2",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet-easybutton": "^2.4.0",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"module-alias": "^2.2.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-leaflet": "^5.0.0",
"react-leaflet-markercluster": "^5.0.0-rc.0",
"react-router-dom": "^7.12.0",
"toobusy-js": "^0.5.1",
"ts-loader": "^9.5.2"
},
"_moduleAliases": {
"@src": "dist"
},
"sideEffects": false,
"devDependencies": {
"@eslint/js": "^9.27.0",
"@jest/globals": "^29.7.0",
"@tsconfig/node20": "^20.1.5",
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.5",
"@types/culori": "^4.0.0",
"@types/express": "^5.0.2",
"@types/hpp": "^0.2.6",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.9",
"@types/leaflet": "^1.9.18",
"@types/leaflet-rotatedmarker": "^0.2.5",
"@types/material-ui": "^0.21.18",
"@types/node": "^22.15.19",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@types/react-leaflet": "^2.8.3",
"@types/toobusy-js": "^0.5.4",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@typescript-eslint/typescript-estree": "^8.32.1",
"@vitejs/plugin-react": "^4.4.1",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"codemod": "^0.10.23",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"esbuild": "^0.25.4",
"eslint": "^9.27.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^4.3.5",
"eslint-plugin-functional": "^9.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"install": "^0.13.0",
"jest": "^29.7.0",
"nodemon": "^3.1.10",
"postcss": "^8.5.3",
"postcss-nesting": "^13.0.1",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.4.1",
"vite-tsconfig-paths": "^5.1.4"
}
}