-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.9 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
{
"name": "sitecore-migration-game",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.14",
"@azure/data-tables": "^13.2.2",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdi/js": "^7.3.67",
"@mdx-js/react": "^2.3.0",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@sitecore/blok-theme": "^1.0.12",
"@sitecore/engage": "^1.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-blockquote": "^2.0.3",
"@tiptap/extension-bold": "^2.0.3",
"@tiptap/extension-bullet-list": "^2.0.3",
"@tiptap/extension-code": "^2.0.3",
"@tiptap/extension-code-block": "^2.0.3",
"@tiptap/extension-document": "^2.0.3",
"@tiptap/extension-dropcursor": "^2.0.3",
"@tiptap/extension-gapcursor": "^2.0.3",
"@tiptap/extension-hard-break": "^2.0.3",
"@tiptap/extension-heading": "^2.0.3",
"@tiptap/extension-history": "^2.0.3",
"@tiptap/extension-horizontal-rule": "^2.0.3",
"@tiptap/extension-italic": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-list-item": "^2.0.3",
"@tiptap/extension-ordered-list": "^2.0.3",
"@tiptap/extension-paragraph": "^2.0.3",
"@tiptap/extension-strike": "^2.0.3",
"@tiptap/extension-text": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@types/dompurify": "^3.0.2",
"@vercel/analytics": "^1.0.1",
"country-state-city": "^3.2.1",
"cypress": "^13.6.3",
"dompurify": "^3.0.5",
"framer-motion": "^10.12.18",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"graphql.macro": "^1.4.2",
"next": "^13.4.1",
"next-http-proxy-middleware": "^1.2.5",
"react": "^18.2.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-icons": "4.8.0",
"react-lite-youtube-embed": "^2.3.52",
"react-share": "^5.1.0",
"typescript": "^4.9.5",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^16.18.16",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.7",
"concurrently": "^8.2.0",
"eslint": "^8.41.0"
},
"scripts": {
"dev": "next dev",
"dev:azurite": "concurrently --kill-others \"npm run dev\" \"azurite\"",
"cypress": "concurrently --kill-others \"npm run dev\" \"npx cypress open\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}