-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.53 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
51
52
53
54
55
56
57
{
"name": "mamshouse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sanity": "sanity dev",
"sanity-start": "sanity start",
"sanity-build": "sanity build",
"sanity-deploy": "sanity deploy"
},
"dependencies": {
"@next/font": "13.1.1",
"@reduxjs/toolkit": "^1.9.1",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/vision": "^3.0.0",
"@stripe/react-stripe-js": "^1.16.3",
"@stripe/stripe-js": "^1.46.0",
"axios": "^1.2.2",
"eslint": "8.31.0",
"eslint-config-next": "^12.0.4",
"express-validator": "^6.14.3",
"html-react-parser": "^3.0.8",
"micro": "^10.0.1",
"moment": "^2.29.4",
"next": "13.1.1",
"next-export-i18n": "^2.1.0",
"next-sanity": "^3.1.9",
"next-stripe": "^1.0.0-beta.9",
"nodemailer": "^6.9.0",
"querystring": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"react-icons": "^4.7.1",
"react-modal": "^3.16.1",
"react-multi-date-picker": "^3.3.4",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"react-stripe-checkout": "^2.6.3",
"sanity": "^3.0.0",
"slick-carousel": "^1.8.1",
"stripe": "^11.6.0",
"stripe-checkout": "^1.0.9",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^2.0.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}