-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (95 loc) · 2.66 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
93
94
95
{
"name": "commonos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} ./prisma/seed"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.16.0",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.3.1",
"@hookform/error-message": "^2.0.1",
"@hotjar/browser": "^1.0.9",
"@lexical/html": "^0.12.5",
"@lexical/react": "^0.12.5",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.19",
"@next/mdx": "^14.1.4",
"@phosphor-icons/react": "^2.0.15",
"@prisma/client": "^5.6.0",
"@silevis/reactgrid": "^4.1.2",
"@types/mdx": "^2.0.11",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.1.1",
"@vercel/blob": "^0.15.1",
"@visx/visx": "^3.8.0",
"algoliasearch": "^4.22.1",
"bcryptjs": "^2.4.3",
"canvas": "^2.11.2",
"critters": "^0.0.20",
"framer-motion": "^10.16.12",
"graphql-middleware": "^6.1.35",
"graphql-request": "^6.1.0",
"graphql-scalars": "^1.22.4",
"graphql-shield": "^7.6.5",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"konva": "^9.2.3",
"lexical": "^0.12.5",
"luxon": "^3.4.4",
"micromodal": "^0.4.10",
"mixpanel": "^0.18.0",
"mui-color-input": "^2.0.1",
"next": "14.0.4",
"nexus": "^1.3.0",
"openai": "^4.20.1",
"prettier": "^3.1.0",
"quill": "^1.3.7",
"re-resizable": "^6.9.11",
"react": "^18",
"react-cookie": "^6.1.1",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-facebook-pixel": "^1.0.4",
"react-hook-form": "^7.48.2",
"react-konva": "^18.2.10",
"react-multi-carousel": "^2.8.4",
"react-quill": "^2.0.0",
"react-wrap-balancer": "^1.1.0",
"react-youtube": "^10.1.0",
"showdown": "^2.1.0",
"socket.io-client": "^4.7.2",
"swr": "^2.2.4",
"ts-deepmerge": "^6.2.0",
"ts-node": "^10.9.1",
"use-image": "^1.1.1",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/luxon": "^3.4.2",
"@types/micromodal": "^0.3.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"prisma": "^5.6.0",
"typescript": "^5"
}
}