-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.56 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
{
"name": "autooutlook",
"private": true,
"version": "1.3.0",
"license": "MIT",
"type": "module",
"description": "AutoOutlook — Automated Convective Risk Intelligence",
"scripts": {
"dev": "vite",
"build:embed": "node scripts/build-embed-png.mjs",
"verification:enh-plus-fetch": "python scripts/fetch-enh-plus-verification-events.py",
"verification:enh-plus-data": "python scripts/generate-enh-plus-verification-data.py",
"verification:enh-plus-png": "python scripts/generate-enh-plus-verification-png.py",
"build": "tsc -b && vite build",
"export:static-api": "python scripts/export-static-api.py",
"build:pages": "npm run build && npm run export:static-api",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"d3-geo": "^3.1.1",
"gif.js": "^0.2.0",
"html-to-image": "^1.11.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-simple-maps": "^3.0.0",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/d3-geo": "^3.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-simple-maps": "^3.0.6",
"@types/topojson-client": "^3.1.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"fast-check": "^3.23.1",
"jsdom": "^29.1.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.8"
}
}