-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.41 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
{
"name": "ultimatedesignflo.com",
"version": "1.0.0",
"author": "Javier Arango <[email protected]> (https://github.com/javier-arango)",
"description": "Revamp your furniture with Ultimate Design Flo - Florida's premier destination for skilled upholstery services!",
"license": "CC BY-NC-SA 4.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/javier-arango/ultimate-design-flo.git"
},
"keywords": [
"ultimate design flo",
"ultimate design flo furniture",
"ultimate design flo upholstery",
"ultimate design flo furniture repair"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.4",
"@next/bundle-analyzer": "^13.1.2",
"@next/font": "13.1.1",
"@react-google-maps/api": "^2.17.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.4",
"next": "13.1.1",
"nodemailer": "^6.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/google.maps": "^3.51.0",
"@types/nodemailer": "^6.4.7"
}
}