-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·56 lines (56 loc) · 1.73 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
{
"name": "mem-leak-test",
"version": "0.1.0",
"private": true,
"description": "Internal package for Gadget app Product Quiz Tutorial V4 (Development environment)",
"license": "UNLICENSED",
"dependencies": {
"@fastify/request-context": "^3.0.0",
"@gadget-client/mem-leak-test": "link:.gadget/client",
"@gadgetinc/react": "^0.15.4",
"@gadgetinc/react-shopify-app-bridge": "^0.14.1",
"@mantine/carousel": "^7.9.0",
"@mantine/charts": "^7.9.0",
"@mantine/code-highlight": "^7.9.0",
"@mantine/core": "^7.9.0",
"@mantine/dates": "^7.9.0",
"@mantine/dropzone": "^7.9.0",
"@mantine/form": "^7.9.0",
"@mantine/hooks": "^7.9.0",
"@mantine/modals": "^7.9.0",
"@mantine/notifications": "^7.9.0",
"@mantine/nprogress": "^7.9.0",
"@mantine/spotlight": "^7.9.0",
"@mantine/tiptap": "^7.9.0",
"@shopify/app-bridge-react": "^4.1.1",
"@shopify/polaris": "12.1.1",
"@shopify/polaris-icons": "6.10.0",
"@tabler/icons-react": "^3.3.0",
"@tiptap/extension-link": "^2.3.1",
"@tiptap/react": "^2.3.1",
"@tiptap/starter-kit": "^2.3.1",
"dayjs": "^1.11.11",
"ejs": "^3.1.9",
"embla-carousel-react": "^8.0.2",
"fastify": "^4.24.2",
"gadget-server": "link:.gadget/server",
"googleapis": "^136.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-router-dom": "^6.6.1",
"recharts": "2",
"shopify-api-node": "3.11.3"
},
"scripts": {
"vite:build": "NODE_ENV=production vite build"
},
"devDependencies": {
"@types/node": "^20.8.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "3.2.0",
"typescript": "^4.5.3",
"vite": "^4.2.1"
}
}