-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 791 Bytes
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
{
"name": "mammaritas.ca",
"productName": "Mamma Rita's Cucina",
"version": "1.0.0",
"description": "The website for Mamma Rita's Cucina in Markham, Ontario.",
"repository": "https://github.com/scottmacdonnell/mammaritas.ca.git",
"author": "Scott MacDonnell <scottsmacdonnell@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.12.8",
"@sendgrid/mail": "^7.6.0",
"framer-motion": "^5.2.0",
"next": "12.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.43.4",
"swr": "^1.0.1"
},
"devDependencies": {
"eslint": "7",
"eslint-config-next": "12.0.2"
}
}