forked from vercel/commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.44 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"keywords": [
"medusa-storefront"
],
"name": "arkive-storefront",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
"build": "next build",
"dev": "next dev --turbopack",
"lint": "next lint",
"start": "next start"
},
"version": "1.0.3",
"author": "Sam Henderson <[email protected]>",
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@motionone/utils": "^10.18.0",
"@paypal/paypal-js": "^8.1.2",
"@paypal/react-paypal-js": "^8.7.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@sendgrid/mail": "^8.1.4",
"@strapi/blocks-react-renderer": "^1.0.1",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.4.0",
"@tabler/icons-react": "^3.26.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.4.1",
"algoliasearch": "^5.18.0",
"axios": "^1.7.9",
"blurhash": "^2.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-fade": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.15.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"medusa-interfaces": "^1.3.10",
"next": "15.1.3",
"next-cache-toolbar": "^0.2.1",
"next-themes": "^0.4.4",
"photoswipe": "^5.4.4",
"pluralize": "^8.0.0",
"qs": "^6.13.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-instantsearch-core": "^7.13.9",
"react-instantsearch-nextjs": "^0.3.20",
"react-intersection-observer": "^9.14.0",
"react-photoswipe-gallery": "^3.0.2",
"schema-dts": "^1.1.2",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"swiper": "^11.1.15",
"usehooks-ts": "^3.1.0"
},
"description": "Next.js store to be used with Medusa server",
"devDependencies": {
"@babel/core": "^7.26.0",
"@medusajs/client-types": "^0.2.12",
"@types/eslint": "^9.6.1",
"@types/ioredis-mock": "^8.2.5",
"@types/lodash": "^4.17.13",
"@types/next": "^9.0.0",
"@types/node": "22.10.2",
"@types/oracledb": "^6.5.3",
"@types/pluralize": "^0.0.33",
"@types/qs": "^6.9.17",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-instantsearch-dom": "^6.12.8",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-aspect-ratio": "^3.0.0",
"typescript": "5.7.2"
},
"resolutions": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}