-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.9 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
{
"name": "store",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build && rimraf .next/cache",
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 PORT=8000 next dev",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@hookform/error-message": "^2.0.0",
"@medusajs/medusa": "^1.3.5",
"@medusajs/medusa-js": "1.3.3",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@react-spring/web": "^9.4.1",
"@refinedev/cli": "^2.16.39",
"@refinedev/core": "^4.55.0",
"@refinedev/medusa": "^3.0.6",
"@refinedev/nextjs-router": "^6.1.0",
"@refinedev/react-hook-form": "^4.9.0",
"@stripe/react-stripe-js": "1.10.0",
"@stripe/stripe-js": "1.34.0",
"autoprefixer": "^10.4.1",
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^1.1.1",
"cross-env": "^7.0.3",
"http-proxy-middleware": "^3.0.0",
"keen-slider": "^6.6.3",
"lodash": "^4.17.21",
"medusa-react": "^0.3.5",
"next": "^14.1.0",
"next-themes": "^0.2.0",
"nextjs-progressbar": "^0.0.14",
"nookies": "^2.5.2",
"postcss": "^8.1.4",
"postcss-nesting": "^12.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-fast-marquee": "^1.3.1",
"react-hook-form": "^7.43.5",
"react-merge-refs": "^1.1.0",
"react-use-measure": "^2.1.1",
"tabbable": "^5.2.1",
"tailwindcss": "^3.0.11"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.0",
"@types/gtag.js": "^0.0.11",
"@types/lodash": "^4.14.171",
"@types/node": "^18.16.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/parser": "5.48.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.2.3",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"rimraf": "3.0.2",
"typescript": "^5.4.2"
}
}