-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "wildfire-tracker",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix && prettier --write .",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"cross-fetch": "^3.1.5",
"leaflet": "^1.8.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-leaflet": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@types/leaflet": "^1.7.11",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/stellar-sdk": "^0.15.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"jsdom": "^19.0.0",
"msw": "^0.42.1",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"tailwindcss": "^3.1.2",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vitest": "^0.14.2"
}
}