-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.58 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.58 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "c4t-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && prettier --write .",
"postbuild": "next-sitemap",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"-": "^0.0.1",
"@contentful/rich-text-react-renderer": "^15.12.1",
"@contentful/rich-text-types": "^15.12.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@heroicons/react": "^1.0.6",
"@ibm-watson/assistant-web-chat-react": "^1.0.1",
"@mahitm/jsonql": "^1.1.2",
"@mui/material": "^5.8.6",
"@next/bundle-analyzer": "^12.2.3",
"@notionhq/client": "^1.0.4",
"@plaiceholder/next": "^2.4.0",
"@sendgrid/mail": "^7.7.0",
"@svgr/webpack": "^6.2.1",
"@vercel/edge-config": "^0.2.0",
"axios": "^0.27.2",
"cloudinary-build-url": "^0.2.4",
"clsx": "^1.1.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"encoding": "^0.1.13",
"fecha": "^4.2.3",
"got": "^12.3.1",
"graphql": "^16.8.1",
"graphql-request": "^4.3.0",
"gsap": "^3.10.4",
"ioredis": "^5.2.3",
"lodash": "^4.17.21",
"lqip-modern": "^2.0.0",
"next": "^14.0.2",
"next-seo": "^5.4.0",
"next-sitemap": "^3.1.16",
"notion-block-renderer": "^2.3.13",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"nprogress": "^0.2.0",
"object-hash": "^3.0.0",
"p-map": "^5.5.0",
"p-memoize": "^7.1.0",
"p-retry": "^5.1.2",
"plaiceholder": "^3.0.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.0",
"react-ga4": "^1.4.1",
"react-notion-x": "^6.16.0",
"react-table": "^7.8.0",
"react-tsparticles": "^2.9.3",
"react-typist-component": "^0.5.0",
"react-window": "^1.8.7",
"recoil": "^0.7.4",
"recoil-persist": "^4.2.0",
"sharp": "^0.32.6",
"split-type": "^0.3.2",
"swr": "^1.3.0",
"tsparticles": "^2.9.3",
"tss-react": "^3.7.0",
"use-debounce": "^8.0.1",
"uuid": "^8.3.2",
"uuid-base64": "^1.0.0"
},
"devDependencies": {
"@emotion/server": "^11.4.0",
"@types/html-minifier": "^4.0.2",
"@types/lodash": "^4.14.182",
"@types/lqip-modern": "^1.1.2",
"@types/node": "18.0.0",
"@types/nprogress": "^0.2.0",
"@types/object-hash": "^2.2.1",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-table": "^7.7.12",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "^13.5.4",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"postcss": "^8.4.14",
"prettier": "^2.8.8",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
},
"overrides": {
"react": "^18.2.0"
}
}