-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.77 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
{
"name": "tea-ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^3.0.0",
"@react-icons/all-files": "^4.1.0",
"@sanity/cli": "^3.11.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.0.0",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.53.0",
"@types/canvas-confetti": "^1.6.0",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react-icons": "^3.0.0",
"autoprefixer": "10.4.14",
"canvas-confetti": "^1.6.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"firebase": "^9.22.1",
"formik": "^2.4.1",
"framer-motion": "^10.12.13",
"next": "13.4.2",
"next-sanity": "^4.3.2",
"postcss": "8.4.23",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.5.2",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.44.3",
"react-hot-toast": "^2.4.1",
"react-html5video": "^2.5.1",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"react-spinners": "^0.13.8",
"react-stripe-js": "^1.1.5",
"sanity": "^3.11.0",
"stripe": "^12.5.0",
"styled-components": "^5.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"yup": "^1.2.0",
"yup-password": "^0.2.2"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^2.0.1",
"@types/react": "^18.0.25",
"@types/styled-components": "^5.1.26",
"encoding": "^0.1.13",
"eslint": "^8.6.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^4.0.0"
}
}