-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "measured",
"version": "0.0.2",
"private": true,
"dependencies": {
"@measured/puck": "0.17.0-canary.5e57623",
"@measured/puck-plugin-heading-analyzer": "0.17.0-canary.5e57623",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-ui-react": "^0.4.6",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/supabase-js": "^2.39.0",
"classnames": "^2.5.1",
"deepmerge": "^4.3.1",
"feed": "^4.2.2",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-color-chips": "^0.1.3",
"rehype-highlight": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/typescript-estree": "^8.18.1",
"encoding": "^0.1.13",
"eslint": "8.57.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "^5.3.2"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"engines": {
"node": "^18.17"
}
}