forked from openshiporg/openship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.93 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
{
"name": "openship",
"version": "2.0.0",
"private": true,
"license": "AGPLv3",
"scripts": {
"dev": "yarn migrate && next dev",
"build": "next build && keystone prisma migrate deploy",
"start": "next start",
"lint": "next lint",
"migrate:gen": "keystone build --no-ui && keystone prisma migrate dev",
"migrate": "keystone prisma migrate deploy",
"generate-field-views": "tsx keystone/scripts/generate-field-views.js"
},
"dependencies": {
"@hapi/iron": "^7.0.1",
"@headlessui/react": "^1.7.17",
"@keystone-6/auth": "^7.0.0",
"@keystone-6/cloudinary": "^7.0.1",
"@keystone-6/core": "^5.7.1",
"@keystone-6/fields-document": "^8.0.0",
"@keystone-ui/core": "^5.0.2",
"@mantine/core": "^4.2.9",
"@mantine/dates": "^4.2.9",
"@mantine/form": "^4.2.9",
"@mantine/hooks": "^4.2.9",
"@mantine/modals": "^4.2.9",
"@mantine/next": "^4.2.9",
"@mantine/notifications": "^4.2.9",
"@mantine/prism": "^4.2.9",
"@preconstruct/next": "^4.0.0",
"@primer/octicons-react": "^16.3.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-table": "^8.10.7",
"@whitebox-co/walmart-marketplace-api": "^2.2.0",
"apollo-upload-client": "^17.0.0",
"boring-avatars": "^1.6.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cookie": "^0.4.1",
"dotenv": "^16.0.0",
"fast-deep-equal": "^3.1.3",
"form-data": "^4.0.0",
"graphql": "^16.8.1",
"graphql-request": "^5.0.0",
"graphql-upload": "^15.0.2",
"graphql-yoga": "^3.1.0",
"lodash.isequal": "^4.5.0",
"lodash.isplainobject": "^4.0.6",
"lodash.reduce": "^4.6.0",
"lucide-react": "^0.294.0",
"next": "^13.3.0",
"next-nprogress-bar": "^2.1.2",
"next-themes": "^0.2.1",
"nodemailer": "^6.7.1",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-instantsearch-hooks-web": "^6.43.0",
"react-intersection-observer": "^9.4.3",
"shopify-token": "^4.0.4",
"stripe": "^9.0.0",
"swr": "^1.3.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"tinycolor2": "^1.6.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"encoding": "^0.1.13",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.0",
"tsx": "^4.6.2"
}
}