-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.35 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.35 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
{
"name": "relatorio-borboletas",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"antd": "^5.20.1",
"chart.js": "^4.4.3",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.3",
"jspdf-autotable": "^5.0.2",
"leaflet": "^1.9.4",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-highlight-words": "^0.20.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^7.10.0",
"web-vitals": "^2.1.4"
},
"homepage": "https://lfac-pt.github.io/bms-report",
"scripts": {
"start": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write \"{src,scripts}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"format:check": "prettier --check \"{src,scripts}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"process-data": "tsx scripts/process-butterfly-data.ts",
"reprocess": "rm -rf .cache/rbms && npm run process-data"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@rsbuild/core": "^1.6.3",
"@rsbuild/plugin-react": "^1.4.2",
"@rsbuild/plugin-type-check": "^1.3.0",
"@turf/turf": "^7.3.1",
"@types/geojson": "^7946.0.16",
"@types/jest": "^30.0.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.10.4",
"@types/papaparse": "^5.5.2",
"@types/proj4": "^2.5.6",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react-highlight-words": "^0.20.0",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"csv-parse": "^6.1.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"geotiff": "^2.1.4-beta.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"prettier": "^3.6.2",
"proj4": "^2.20.2",
"ts-jest": "^29.4.5",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}