-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 3.31 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
{
"name": "brazil-reports",
"version": "7.0.0",
"description": "",
"private": false,
"type": "module",
"keywords": [
"@seasketch/geoprocessing"
],
"repositoryUrl": "https://github.com/seasketch/brazil-reports",
"author": "petermenzies",
"license": "BSD-3-Clause",
"scripts": {
"__test": "TEST_ROOT=$(pwd) geoprocessing test",
"add:template": "geoprocessing add:template",
"bootstrap": "geoprocessing bootstrap",
"build": "geoprocessing build:lambda && geoprocessing build:client",
"build:client": "geoprocessing build:client",
"build:lambda": "geoprocessing build:lambda",
"clear-all-results": "geoprocessing clear-all-results",
"clear-results": "geoprocessing clear-results",
"create:client": "geoprocessing create:client",
"create:function": "geoprocessing create:function",
"create:report": "geoprocessing create:report",
"deploy": "geoprocessing deploy",
"destroy": "geoprocessing destroy",
"import:data": "geoprocessing import:data",
"precalc:data": "start-server-and-test 'http-server data/dist -c-1 -p 8001' http://localhost:8001 precalc:data_",
"precalc:data:clean": "geoprocessing precalc:data:clean",
"precalc:data_": "geoprocessing precalc:data",
"publish:data": "geoprocessing publish:data",
"reimport:data": "geoprocessing reimport:data",
"start-data": "http-server data/dist -c-1",
"start:client": "geoprocessing start:client",
"storybook": "PROJECT_PATH=$(pwd) npx tsx .storybook/genReportStories.ts && storybook dev -p 6006",
"synth": "geoprocessing synth",
"test": "start-server-and-test start-data 8080 'npm run __test'",
"test:matching": "npm run __test -- -t",
"translation:extract": "npx tsx scripts/translationExtract.ts",
"translation:import": "npx tsx src/i18n/bin/importTerms.ts",
"translation:publish": "npx tsx src/i18n/bin/publishTerms.ts",
"translation:sync": "npm run translation:extract && npm run translation:publish && npm run translation:import",
"upgrade": "geoprocessing upgrade",
"url": "geoprocessing url"
},
"dependencies": {
"@turf/area": "7.0.0",
"@turf/bbox": "7.0.0",
"@turf/bbox-clip": "7.0.0",
"@turf/boolean-valid": "7.0.0",
"@turf/helpers": "7.0.0",
"@turf/points-within-polygon": "^7.0.0",
"@turf/simplify": "7.0.0",
"aws-sdk": "^2.1691.0",
"geojson-antimeridian-cut": "^0.1.0",
"react-i18next": "^14.1.1"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/plugin-syntax-import-attributes": "^7.24.1",
"@seasketch/geoprocessing": "7.0.0-experimental-tooling.14",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test": "^8.1.1",
"@types/request": "^2.48.12",
"babel-plugin-i18next-extract": "0.10.0",
"globby": "^14.0.1",
"prop-types": "^15.8.1",
"storybook": "^8.1.1",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"zx": "^8.1.0"
},
"homepage": "https://github.com/seasketch/brazil-reports#readme",
"bugs": {
"url": "https://github.com/seasketch/brazil-reports/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seasketch/brazil-reports.git"
}
}