-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.04 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "with-tailwindcss",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"start": "next start",
"test": "env TZ='UTC' jest",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -s public",
"chromatic": "npx chromatic --project-token=3849dc6eb670"
},
"dependencies": {
"@apollo/client": "^3.3.13",
"@apollo/react-components": "^4.0.0",
"@apollo/react-hoc": "^4.0.0",
"@aws-sdk/client-s3": "^3.438.0",
"@aws-sdk/s3-request-presigner": "^3.438.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@codesandbox/sandpack-react": "^1.17.0",
"@contentful/rich-text-html-renderer": "^15.10.1",
"@contentful/rich-text-react-renderer": "^15.10.1",
"@heroicons/react": "^1.0.1",
"@hotjar/browser": "^1.0.6",
"@magic-ext/oauth": "^2.1.1",
"@matejmazur/react-katex": "^3.1.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-tooltip": "^1.0.3",
"@react-spring/web": "^9.6.1",
"@reduxjs/toolkit": "^1.5.1",
"@sanity/client": "^3.4.1",
"@sendgrid/mail": "^7.6.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/mixpanel-browser": "^2.50.0",
"@types/react-dom": "^18.3.1",
"@types/react-redux": "^7.1.16",
"axios": "^1.6.2",
"babel-jest": "^26.6.3",
"clsx": "^2.1.0",
"colyseus.js": "^0.14.12",
"contentful": "^9.1.5",
"dangerously-set-html-content": "^1.0.8",
"date-fns": "^2.28.0",
"fetch-retry": "^4.1.1",
"graphql": "^15.5.0",
"gsap": "^3.11.3",
"immutability-helper": "^3.1.1",
"kaboom": "^2000.2.10",
"katex": "^0.13.16",
"konva": "^8.1.3",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"magic-sdk": "^8.1.1",
"mixpanel-browser": "^2.55.1",
"moment": "^2.29.1",
"next": "^13.5.7",
"next-auth": "^4.24.4",
"openai": "^4.15.3",
"posthog-js": "^1.112.0",
"radix-ui": "^1.0.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "^2.5.0",
"react-card-flip": "^1.1.1",
"react-command-palette": "^0.22.1",
"react-confetti": "^6.0.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dnd-touch-backend": "^11.1.3",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-konva": "17.0.2-5",
"react-minimal-pie-chart": "^8.3.0",
"react-modal": "^3.12.1",
"react-pageflip": "^2.0.3",
"react-redux": "^7.2.4",
"react-simple-hook-modal": "^1.1.0",
"react-slick": "^0.28.1",
"react-spring": "^9.2.3",
"react-transition-group": "^4.4.2",
"react-use-firework": "^1.0.2",
"react-use-measure": "^2.1.1",
"react-youtube": "^7.13.1",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-hero-patterns": "0.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@storybook/addon-actions": "^6.2.8",
"@storybook/addon-essentials": "^6.2.8",
"@storybook/addon-links": "^6.2.8",
"@storybook/react": "^6.2.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.168",
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.2",
"chromatic": "^6.5.1",
"eslint": "^7.32.0",
"eslint-config-next": "^13.5.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1",
"jest": "^26.6.3",
"mockdate": "^3.0.5",
"postcss": "^8.4.16",
"storybook-addon-themes": "^6.1.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.1.5"
},
"alias": {
"kaboom": "./node_modules/kaboom/dist/kaboom.mjs"
}
}