-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.04 KB
/
Copy pathpackage.json
File metadata and controls
104 lines (104 loc) · 3.04 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
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
{
"name": "@markethaus/medusa-modules",
"version": "0.0.1",
"description": "Medusa Modules",
"author": "Lambda Curry <team@lambdacurry.dev>",
"license": "UNLICENSED",
"private": true,
"engines": {
"node": ">=16"
},
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"remix-serve": "remix-serve"
},
"repository": {
"type": "git",
"url": "https://github.com/lambda-curry/medusa-modules.git"
},
"devDependencies": {
"@medusajs/medusa": "^1.11.0",
"@remix-run/dev": "1.15.0",
"@remix-run/eslint-config": "1.15.0",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@testing-library/react": "13.4.0",
"@types/color": "^3.0.3",
"@types/gtag.js": "^0.0.12",
"@types/jest": "28.1.8",
"@types/node": "16.11.7",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/set-cookie-parser": "^2.4.2",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"autoprefixer": "10.4.13",
"babel-jest": "28.1.3",
"concurrently": "^7.2.1",
"cypress": "^12.2.0",
"eslint": "8.15.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.4.3",
"jsonc-eslint-parser": "^2.1.0",
"postcss": "8.4.20",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslib": "^2.0.0",
"typescript": "4.8.4"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.18",
"@lambdacurry/medusa-js": "1.3.10",
"@medusajs/product": "0.0.2-snapshot-20230529090126",
"@mikro-orm/core": "^5.7.11",
"@mikro-orm/postgresql": "^5.7.11",
"@remix-run/node": "1.15.0",
"@remix-run/react": "1.15.0",
"@remix-run/serve": "1.15.0",
"@remix-run/server-runtime": "1.15.0",
"@remix-validated-form/with-yup": "^2.0.3",
"@sentry/remix": "^7.51.2",
"@stripe/react-stripe-js": "^1.16.1",
"@stripe/stripe-js": "^1.32.0",
"@swc/helpers": "~0.3.3",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.3",
"classnames": "^2.3.1",
"color": "^4.2.3",
"common-tags": "^1.8.2",
"framer-motion": "^7.2.0",
"imask": "^6.4.2",
"isbot": "^3.6.5",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
"lru-cache": "^7.14.1",
"node-cache": "^5.1.2",
"qs": "^6.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.12.0",
"react-use-pagination": "^2.0.1",
"remix": "^1.15.0",
"remix-utils": "^6.3.0",
"remix-validated-form": "^4.6.7",
"stripe": "^9.12.0",
"tailwindcss": "3.3.1",
"use-debounce": "^8.0.1",
"usehooks-ts": "^2.6.0",
"yup": "^0.32.11"
}
}