-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.7 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.7 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
{
"name": "worther",
"version": "1.1.0",
"type": "module",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@joergdietrich/leaflet.terminator": "^1.3.0",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"axios": "^1.13.2",
"leaflet": "^1.9.4",
"leaflet-velocity": "^2.1.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0",
"react-papaparse": "^4.4.0",
"react-router-dom": "^7.12.0",
"react-select": "^5.10.2",
"react-select-country-list": "^2.2.3",
"remark-gfm": "^4.0.1"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext .js,.jsx",
"lint:fix": "eslint src --ext .js,.jsx --fix",
"format": "prettier --write \"{src,public,.github}/**/*.{js,jsx,json,css,md,html,yml,yaml}\" \"*.{js,json,md,html,yml,yaml}\"",
"format:check": "prettier --check \"{src,public,.github}/**/*.{js,jsx,json,css,md,html,yml,yaml}\" \"*.{js,json,md,html,yml,yaml}\""
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-react": "5.1.2",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"vite": "7.3.1",
"vite-plugin-eslint": "^1.8.1"
}
}