forked from evoluhq/evolu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.94 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.94 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
59
60
61
62
63
64
{
"name": "web",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 next build --webpack",
"clean": "rimraf .turbo .next node_modules",
"dev": "next dev --webpack",
"fix:docs": "node --experimental-strip-types ./scripts/fix-api-reference.mts",
"lint": "next lint",
"start": "next start"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.19.2",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"@evolu/react-web": "workspace:*",
"@headlessui/react": "^2.2.7",
"@headlessui/tailwindcss": "^0.2.2",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^16.0.0",
"@sindresorhus/slugify": "^3.0.0",
"@tabler/icons-react": "^3.35.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.16",
"acorn": "^8.15.0",
"clsx": "^2.1.1",
"fast-glob": "^3.3.3",
"flexsearch": "^0.8.205",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"motion": "^12.23.12",
"next": "^16.1.5",
"next-themes": "^0.4.6",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"react-highlight-words": "^0.21.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.0",
"rss": "^1.2.2",
"shiki": "^3.9.2",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"zustand": "^5.0.7"
},
"devDependencies": {
"@evolu/tsconfig": "workspace:*",
"@types/mdx": "^2.0.13",
"@types/node": "^22.17.1",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@types/react-highlight-words": "^0.20.0",
"@types/rss": "^0.0.32",
"cross-env": "^10.0.0",
"sharp": "^0.34.3"
}
}