-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1000 Bytes
/
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
{
"name": "pwa-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@types/google-map-react": "^2.1.8",
"bignumber.js": "^9.1.2",
"bowser": "^2.11.0",
"google-map-react": "^2.2.1",
"ismobilejs": "^1.1.1",
"next": "^12.1.2",
"osm-extractor": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"starknet": "^5.19.5",
"starknetkit": "^1.0.6",
"styled-components": "^6.0.8"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "^5.1.28",
"eslint": "latest",
"eslint-config-next": "latest",
"typescript": "latest"
}
}