forked from openshiporg/openship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "openship",
"version": "2.0.0",
"private": true,
"license": "AGPLv3",
"scripts": {
"postinstall": "keystone postinstall",
"dev": "next dev",
"start": "next start",
"build": "keystone prisma migrate deploy && next build"
},
"dependencies": {
"@hapi/iron": "^6.0.0",
"@keystone-6/auth": "4.0.0",
"@keystone-6/core": "2.1.0",
"@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",
"@primer/octicons-react": "^16.3.1",
"@whitebox-co/walmart-marketplace-api": "^2.2.0",
"boring-avatars": "^1.6.1",
"cookie": "^0.4.1",
"dayjs": "^1.10.7",
"dotenv": "^11.0.0",
"fast-deep-equal": "^3.1.3",
"graphql-request": "^3.4.0",
"lodash.isequal": "^4.5.0",
"lodash.isplainobject": "^4.0.6",
"lodash.reduce": "^4.6.0",
"next": "^12.1.5",
"next-pwa": "^5.5.4",
"nodemailer": "^6.6.3",
"nprogress": "^0.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"shopify-token": "^4.0.4",
"swr": "^1.2.1"
},
"devDependencies": {
"typescript": "^4.4.4"
},
"engines": {
"node": "^14.15 || ^16.13"
}
}