forked from GEOLYTIX/xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.57 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
{
"name": "xyz",
"version": "v4.12.4",
"repository": {
"type": "git",
"url": "https://github.com/geolytix/xyz"
},
"engines": {
"node": ">=18.x"
},
"scripts": {
"test": "codi tests",
"_build": "node esbuild.config.mjs",
"browser-sync": "npx browser-sync start --proxy localhost:3000 --port 3001 --ui-port 3002 --files public/js/**/* --no-open --no-notify",
"ui_css": "npx esbuild --bundle public/css/_ui.css --outfile=public/css/ui.css --loader:.svg=dataurl",
"mapp_css": "npx esbuild --bundle public/css/_mapp.css --outfile=public/css/mapp.css",
"generate-docs": "jsdoc --configure jsdoc_mapp.json --verbose && jsdoc --configure jsdoc_xyz.json --verbose && jsdoc --configure jsdoc_test.json --verbose",
"mapp-docs": "jsdoc --configure jsdoc_mapp.json --verbose",
"xyz-docs": "jsdoc --configure jsdoc_xyz.json --verbose",
"test-docs": "jsdoc --configure jsdoc_test.json --verbose"
},
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.621.0",
"@aws-sdk/cloudfront-signer": "^3.621.0",
"@aws-sdk/s3-request-presigner": "^3.621.0",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.7",
"pg": "^8.7.3",
"simple-statistics": "^7.8.3"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"browser-sync": "^3.0.3",
"clean-jsdoc-theme": "^4.3.0",
"codi-test-framework": "^0.0.47",
"concurrently": "^9.1.0",
"cookie-parser": "^1.4.5",
"dotenv": "^16.4.5",
"esbuild": "^0.19.11",
"eslint": "^9.13.0",
"express": "^4.18.3",
"nodemon": "^3.1.7",
"uhtml": "^3.1.0"
}
}