-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 KB
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
{
"name": "trender",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update": "yarn upgrade-interactive --latest"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.17",
"@types/google-map-react": "^2.1.10",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"axios": "^1.6.1",
"dayjs": "^1.11.10",
"detect-browser": "^5.3.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"framer-motion": "^10.16.4",
"google-map-react": "^2.2.1",
"lodash": "^4.17.21",
"next": "13.4.7",
"popmotion": "^11.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-outside-click-handler": "^1.3.0",
"react-simple-maps": "^3.0.0",
"sass": "^1.69.5",
"sharp": "^0.32.6",
"trender-client": "^5.4.6",
"twemoji": "^14.0.2",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/react-helmet": "^6.1.6",
"@types/react-outside-click-handler": "^1.3.1",
"@types/react-simple-maps": "^3.0.0",
"next-sitemap": "^4.1.8"
}
}