-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "nearstation",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"build": "tsc && vite build",
"preview": "vite preview",
"generate": "buf generate",
"postinstall": "buf generate"
},
"dependencies": {
"@bufbuild/buf": "^1.29.0",
"@connectrpc/connect-web": "^1.3.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mui/material": "^5.8.5",
"geolib": "^3.3.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-modal": "^3.15.1",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.7.2",
"@connectrpc/protoc-gen-connect-es": "^1.3.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.5",
"@types/react-modal": "^3.13.1",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "^2.1.2",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}