forked from significa/foundations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 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
{
"name": "significa-foundations",
"version": "0.1.0-development",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"postbuild": "node scripts/pagefind.mjs",
"start": "next start",
"lint": "next lint && npx prettier --check .",
"format": "prettier --write ."
},
"dependencies": {
"@floating-ui/react": "^0.27.12",
"@hookform/resolvers": "^3.10.0",
"@mdx-js/mdx": "^3.1.0",
"@phosphor-icons/react": "^2.1.10",
"chroma-js": "^3.1.2",
"cva": "^1.0.0-beta.2",
"date-fns": "^4.1.0",
"motion": "^12.6.1",
"next": "15.2.3",
"next-themes": "^0.4.6",
"pagefind": "^1.3.0",
"posthog-js": "^1.207.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.54.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.34.2",
"shiki": "^1.29.1",
"tailwind-merge": "^3.0.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/chroma-js": "^3.1.1",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.11",
"tsx": "^4.19.2",
"typescript": "^5"
}
}