-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "blah",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --fix",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui-react": "latest",
"aws-amplify": "latest",
"flag-icons": "latest",
"framer-motion": "latest",
"leaflet": "latest",
"react": "latest",
"react-dom": "latest",
"react-ga4": "latest",
"react-leaflet": "latest",
"react-router-dom": "latest",
"styled-components": "latest",
"zustand": "latest"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/styled-components": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@vitejs/plugin-react": "latest",
"eslint": "latest",
"eslint-plugin-react-hooks": "latest",
"eslint-plugin-react-refresh": "latest",
"typescript": "latest",
"vite": "latest"
},
"resolutions": {
"styled-components": "^5"
}
}