forked from edipoarg/radar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.75 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
{
"homepage": "https://ra-dar.com.ar/",
"name": "radarjs",
"private": true,
"version": "0.3.4",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --report-unused-disable-directives --max-warnings 5",
"build": "node services/fetchAndSaveColorByType.js > services/data/colors-by-type.tsv && node services/fetchAndSaveSheet.js > services/data/sheet.tsv && node services/google-sheets.cjs > public/data/ataques.json && tsc --noEmit && vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/react-lines-ellipsis": "^0.15.6",
"json-to-csv-export": "^3.0.1",
"maplibre-gl": "^3.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-lines-ellipsis": "^0.15.4",
"react-map-gl": "^7.1.7",
"react-range": "^1.10.0",
"react-router-dom": "^6.21.1",
"reactjs-popup": "^2.0.6",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@types/node": "^22.1.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^6.0.0",
"prettier": "3.2.2",
"typescript": "^5.5.4",
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^5",
"vitest": "^1.2.1"
}
}