-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 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
{
"name": "measured",
"version": "0.0.2",
"private": true,
"packageManager": "pnpm@10.29.3",
"dependencies": {
"@measured/puck": "0.18.3",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.5.0",
"@supabase/supabase-js": "^2.49.0",
"classnames": "^2.5.1",
"deepmerge": "^4.3.1",
"feed": "^4.2.2",
"next": "15.5.9",
"react": "^19.0.3",
"react-dom": "^19.0.3",
"rehype-color-chips": "^0.1.3",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.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": {
"@eslint/eslintrc": "^3.3.3",
"@types/node": "^24.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@typescript-eslint/typescript-estree": "^8.18.1",
"encoding": "^0.1.13",
"eslint": "8.57.0",
"eslint-config-custom": "*",
"eslint-config-next": "^15.1.9",
"hast-util-sanitize": "^5.0.2",
"tsconfig": "*",
"typescript": "^5.6.3"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx && tsc --noEmit",
"start": "next start"
},
"engines": {
"node": "^24"
}
}