-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pals-of-paws-society",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "concurrently \"next --port $PORT\" \"cd studio && sanity start\"",
"build": "echo 'Building Sanity to public/admin' && cd studio && sanity build ../public/admin -y && cd .. && next build",
"start": "vercel dev",
"postinstall": "lerna bootstrap",
"postbuild": "next-sitemap",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.2",
"@portabletext/react": "^3.0.4",
"@sendgrid/mail": "^7.6.1",
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.23.0",
"axios": "^0.25.0",
"google-spreadsheet": "^3.2.0",
"ioredis": "^4.28.5",
"micro": "^9.3.4",
"next": "^12.2.0",
"next-sanity": "^0.5.1",
"next-sanity-image": "^3.2.1",
"next-seo": "^6.0.0",
"nodeenv": "^3.0.74",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-facebook": "^8.1.4",
"react-gallery-carousel": "^0.2.9",
"react-google-recaptcha-v3": "^1.10.0",
"react-input-mask": "^2.0.4",
"sass": "^1.49.7",
"stripe": "^8.203.0",
"swr": "^1.2.1"
},
"devDependencies": {
"@sanity/cli": "^2.28.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@types/glob": "^7.2.0",
"@types/google-spreadsheet": "^3.1.5",
"@types/ioredis": "^4.28.8",
"@types/jest": "^28.1.6",
"@types/micro": "^7.3.6",
"@types/node": "^17.0.18",
"@types/react": "^18.0.0",
"@types/react-gallery-carousel": "^0.2.2",
"@types/react-input-mask": "^3.0.1",
"concurrently": "^7.1.0",
"eslint": "^8.19.0",
"eslint-config-next": "12.0.10",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lerna": "^4.0.0",
"next-sitemap": "^2.5.7",
"typescript": "^4.7.4"
}
}