-
-
Notifications
You must be signed in to change notification settings - Fork 206
/
Copy pathpackage.json
158 lines (158 loc) · 4.89 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes --exit-once-uploaded",
"test": "DOTENV_CONFIG_PATH=.env.test jest",
"typecheck": "tsc --noEmit"
},
"engines": {
"node": ">= 18 <20"
},
"dependencies": {
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^9.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@heroicons/react": "^2.2.0",
"@hookform/error-message": "^2.0.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@next/mdx": "^14.2.18",
"@next/third-parties": "^15.0.3",
"@observablehq/plot": "^0.6.16",
"@polar-sh/api": "workspace:*",
"@polar-sh/checkout": "workspace:^",
"@polar-sh/mdx": "workspace:*",
"@polar-sh/sdk": "^0.22.0",
"@polar-sh/ui": "workspace:*",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-toast": "^1.2.2",
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"@scalar/nextjs-api-reference": "^0.5.0",
"@sentry/nextjs": "^8.40.0",
"@shikijs/rehype": "^1.23.1",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^5.2.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-query-next-experimental": "^5.61.3",
"@tanstack/react-table": "^8.20.5",
"@vercel/blob": "^0.14.1",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.0.0",
"crawler-user-agents": "^1.0.154",
"d3": "^7.9.0",
"d3-scale-chromatic": "^3.1.0",
"date-fns": "^3.6.0",
"event-source-plus": "^0.1.8",
"eventemitter3": "^5.0.1",
"framer-motion": "^10.18.0",
"geist": "^1.3.1",
"github-slugger": "^2.0.0",
"html-entities": "^2.5.2",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.461.0",
"markdown-to-jsx": "^7.7.0",
"next": "^14.2.23",
"next-nprogress-bar": "^2.3.15",
"next-themes": "^0.4.3",
"nuqs": "^2.2.3",
"open-graph-scraper-lite": "^2.1.0",
"openapi-types": "^12.1.3",
"posthog-js-lite": "^3.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-focus-lock": "^2.13.2",
"react-hook-form": "^7.54.2",
"react-intersection-observer": "^9.13.1",
"react-is": "^18.3.1",
"react-timeago": "^7.2.0",
"react-use": "^17.5.1",
"rehype-mdx-import-media": "^1.2.0",
"rehype-slug": "^6.0.0",
"remark-flexible-toc": "^1.1.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.81.0",
"satori": "^0.12.0",
"schema-dts": "^1.1.2",
"shiki": "^1.23.1",
"slugify": "^1.6.6",
"tailwind-merge": "^2.5.5",
"tailwindcss-radix": "^3.0.5",
"three": "^0.170.0",
"tinycolor2": "^1.6.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@next/bundle-analyzer": "^14.2.18",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/cli": "^8.4.5",
"@storybook/nextjs": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/test": "^8.4.5",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.14",
"@types/lodash.debounce": "^4.0.9",
"@types/lunr": "^2.3.7",
"@types/mdx": "^2.0.13",
"@types/node": "^20.17.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-is": "^18.3.0",
"@types/react-timeago": "^4.1.7",
"@types/three": "^0.169.0",
"@types/tinycolor2": "^1.4.6",
"@types/web": "^0.0.183",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-custom": "workspace:*",
"eslint-config-next": "^14.2.18",
"gzip-size": "^6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mkdirp": "^3.0.1",
"postcss": "^8.4.49",
"prop-types": "^15.8.1",
"react-test-renderer": "^18.3.1",
"remark": "^15.0.1",
"remark-mdx": "^3.1.0",
"storybook": "^8.4.5",
"storybook-addon-state": "^1.0.3",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"typescript": "5.3.3",
"unist-util-visit": "^5.0.0"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}