|
1 | 1 | { |
2 | | - "name": "web", |
3 | | - "version": "2.0.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 next build --webpack", |
7 | | - "clean": "rimraf .turbo .next node_modules", |
8 | | - "dev": "next dev --webpack", |
9 | | - "fix:docs": "bun ./scripts/fix-api-reference.mts", |
10 | | - "lint": "biome check .", |
11 | | - "start": "next start" |
12 | | - }, |
13 | | - "browserslist": "defaults, not ie <= 11", |
14 | | - "dependencies": { |
15 | | - "@algolia/autocomplete-core": "^1.19.2", |
16 | | - "@evolu/common": "workspace:*", |
17 | | - "@evolu/react": "workspace:*", |
18 | | - "@evolu/react-web": "workspace:*", |
19 | | - "@headlessui/react": "^2.2.7", |
20 | | - "@headlessui/tailwindcss": "^0.2.2", |
21 | | - "@mdx-js/loader": "^3.1.0", |
22 | | - "@mdx-js/react": "^3.1.0", |
23 | | - "@next/mdx": "^16.1.1", |
24 | | - "@sindresorhus/slugify": "^3.0.0", |
25 | | - "@tabler/icons-react": "^3.35.0", |
26 | | - "@tailwindcss/forms": "^0.5.11", |
27 | | - "@tailwindcss/postcss": "^4.1.18", |
28 | | - "@tailwindcss/typography": "^0.5.16", |
29 | | - "acorn": "^8.15.0", |
30 | | - "clsx": "^2.1.1", |
31 | | - "fast-glob": "^3.3.3", |
32 | | - "flexsearch": "^0.8.205", |
33 | | - "mdast-util-to-string": "^4.0.0", |
34 | | - "mdx-annotations": "^0.1.4", |
35 | | - "motion": "^12.23.26", |
36 | | - "next": "^16.1.1", |
37 | | - "next-themes": "^0.4.6", |
38 | | - "react": "^19.1.0", |
39 | | - "react-dom": "^19.1.0", |
40 | | - "react-highlight-words": "^0.21.0", |
41 | | - "remark": "^15.0.1", |
42 | | - "remark-gfm": "^4.0.1", |
43 | | - "remark-mdx": "^3.1.0", |
44 | | - "rss": "^1.2.2", |
45 | | - "shiki": "^3.19.0", |
46 | | - "simple-functional-loader": "^1.2.1", |
47 | | - "tailwindcss": "^4.1.18", |
48 | | - "typescript": "^5.9.3", |
49 | | - "unist-util-filter": "^5.0.1", |
50 | | - "unist-util-visit": "^5.0.0", |
51 | | - "zustand": "^5.0.9" |
52 | | - }, |
53 | | - "devDependencies": { |
54 | | - "@evolu/biome-config": "workspace:*", |
55 | | - "@evolu/tsconfig": "workspace:*", |
56 | | - "@types/mdx": "^2.0.13", |
57 | | - "@types/node": "^24.10.3", |
58 | | - "@types/react": "^19.1.17", |
59 | | - "@types/react-dom": "^19.1.11", |
60 | | - "@types/react-highlight-words": "^0.20.1", |
61 | | - "@types/rss": "^0.0.32", |
62 | | - "cross-env": "^10.0.0", |
63 | | - "sharp": "^0.34.3" |
64 | | - } |
| 2 | + "name": "web", |
| 3 | + "version": "2.0.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 next build --webpack", |
| 7 | + "clean": "rimraf .turbo .next node_modules", |
| 8 | + "dev": "next dev --webpack", |
| 9 | + "fix:docs": "bun ./scripts/fix-api-reference.mts", |
| 10 | + "lint": "biome check .", |
| 11 | + "start": "next start" |
| 12 | + }, |
| 13 | + "browserslist": "defaults, not ie <= 11", |
| 14 | + "dependencies": { |
| 15 | + "@algolia/autocomplete-core": "^1.19.2", |
| 16 | + "@evolu/common": "workspace:*", |
| 17 | + "@evolu/react": "workspace:*", |
| 18 | + "@evolu/react-web": "workspace:*", |
| 19 | + "@headlessui/react": "^2.2.7", |
| 20 | + "@headlessui/tailwindcss": "^0.2.2", |
| 21 | + "@mdx-js/loader": "^3.1.0", |
| 22 | + "@mdx-js/react": "^3.1.0", |
| 23 | + "@next/mdx": "^16.1.1", |
| 24 | + "@sindresorhus/slugify": "^3.0.0", |
| 25 | + "@tabler/icons-react": "^3.35.0", |
| 26 | + "@tailwindcss/forms": "^0.5.11", |
| 27 | + "@tailwindcss/postcss": "^4.1.18", |
| 28 | + "@tailwindcss/typography": "^0.5.16", |
| 29 | + "acorn": "^8.15.0", |
| 30 | + "clsx": "^2.1.1", |
| 31 | + "fast-glob": "^3.3.3", |
| 32 | + "flexsearch": "^0.8.205", |
| 33 | + "mdast-util-to-string": "^4.0.0", |
| 34 | + "mdx-annotations": "^0.1.4", |
| 35 | + "motion": "^12.23.26", |
| 36 | + "next": "^16.1.1", |
| 37 | + "next-themes": "^0.4.6", |
| 38 | + "react": "^19.1.0", |
| 39 | + "react-dom": "^19.1.0", |
| 40 | + "react-highlight-words": "^0.21.0", |
| 41 | + "remark": "^15.0.1", |
| 42 | + "remark-gfm": "^4.0.1", |
| 43 | + "remark-mdx": "^3.1.0", |
| 44 | + "rss": "^1.2.2", |
| 45 | + "shiki": "^3.19.0", |
| 46 | + "simple-functional-loader": "^1.2.1", |
| 47 | + "tailwindcss": "^4.1.18", |
| 48 | + "typescript": "^5.9.3", |
| 49 | + "unist-util-filter": "^5.0.1", |
| 50 | + "unist-util-visit": "^5.0.0", |
| 51 | + "zustand": "^5.0.9" |
| 52 | + }, |
| 53 | + "devDependencies": { |
| 54 | + "@evolu/biome-config": "workspace:*", |
| 55 | + "@evolu/tsconfig": "workspace:*", |
| 56 | + "@types/mdx": "^2.0.13", |
| 57 | + "@types/node": "^24.10.3", |
| 58 | + "@types/react": "^19.1.17", |
| 59 | + "@types/react-dom": "^19.1.11", |
| 60 | + "@types/react-highlight-words": "^0.20.1", |
| 61 | + "@types/rss": "^0.0.32", |
| 62 | + "cross-env": "^10.0.0", |
| 63 | + "sharp": "^0.34.3" |
| 64 | + } |
65 | 65 | } |
0 commit comments