-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.88 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
{
"name": "peace-eye",
"private": true,
"version": "0.4.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"prettier": "prettier --write --config prettier.config.cjs index.html './src/**/*.{js,jsx,ts,tsx,css}'",
"prettier:check": "prettier --check --config prettier.config.cjs index.html './src/**/*.{js,jsx,ts,tsx,css}'",
"lint": "eslint './src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --fix './src/**/*.{js,jsx,ts,tsx}'"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"@turf/circle": "^6.5.0",
"classnames": "^2.3.2",
"daisyui": "^3.0.3",
"geojson": "^0.5.0",
"geomagnetism": "^0.1.1",
"mapbox-gl": "npm:[email protected]",
"maplibre-gl": "^2.4.0",
"mgrs": "^1.0.1-alpha.0",
"milsymbol": "^2.0.0",
"proj4": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.21",
"react-router-dom": "^6.8.0",
"react-toastify": "^9.1.1",
"spinners-react": "^1.0.7"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/node": "^18.7.10",
"@types/proj4": "^2.5.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^33.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4",
"typescript": "*",
"vite": "^4.0.0"
}
}