|
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build-cards": "node build-cards.js", |
7 | | - "extract": "lingui extract", |
8 | | - "compile": "lingui compile", |
9 | | - "dev": "yarn compile && next dev", |
10 | | - "build": "yarn extract && yarn compile && next build", |
| 7 | + "dev": "next dev", |
| 8 | + "build": "next build", |
11 | 9 | "start": "next start", |
12 | 10 | "lint": "next lint" |
13 | 11 | }, |
|
18 | 16 | "author": "Xarray Developers & Contributors", |
19 | 17 | "license": "Apache 2.0", |
20 | 18 | "dependencies": { |
21 | | - "@chakra-ui/icons": "^2.2.4", |
22 | | - "@chakra-ui/next-js": "^2.4.2", |
23 | | - "@chakra-ui/react": "^2.10.9", |
| 19 | + "@chakra-ui/icons": "^2.2.1", |
| 20 | + "@chakra-ui/next-js": "^2.3.1", |
| 21 | + "@chakra-ui/react": "^2.9.1", |
24 | 22 | "@chakra-ui/system": "^2.6.2", |
25 | | - "@emotion/react": "^11.14.0", |
26 | | - "@emotion/styled": "^11.14.1", |
27 | | - "@fontsource-variable/inter": "^5.2.8", |
28 | | - "@giscus/react": "^3.1.0", |
29 | | - "@lingui/babel-plugin-lingui-macro": "^5.6.0", |
30 | | - "@lingui/core": "^5.6.0", |
31 | | - "@lingui/react": "^5.6.0", |
32 | | - "@mdx-js/loader": "^3.1.1", |
33 | | - "@mdx-js/react": "^3.1.1", |
34 | | - "@next/mdx": "^14.2.33", |
| 23 | + "@emotion/react": "^11.13.3", |
| 24 | + "@emotion/styled": "^11.13.0", |
| 25 | + "@fontsource-variable/inter": "^5.2.5", |
| 26 | + "@giscus/react": "^3.0.0", |
| 27 | + "@mdx-js/loader": "^3.0.1", |
| 28 | + "@mdx-js/react": "^3.0.1", |
| 29 | + "@next/mdx": "^14.2.14", |
| 30 | + "apexcharts": "3.54.0", |
35 | 31 | "d3": "^7.9.0", |
36 | | - "date-fns": "^3.6.0", |
| 32 | + "date-fns": "^3.0.0", |
37 | 33 | "date-fns-tz": "^3.2.0", |
38 | 34 | "feed": "^5.1.0", |
39 | | - "framer-motion": "^11.18.2", |
40 | | - "glob": "^11.1.0", |
| 35 | + "framer-motion": "^11.9.0", |
| 36 | + "glob": "^11.0.3", |
41 | 37 | "gray-matter": "^4.0.3", |
42 | | - "isomorphic-dompurify": "^2.32.0", |
43 | | - "next": "^14.2.33", |
| 38 | + "isomorphic-dompurify": "^2.16.0", |
| 39 | + "next": "^14.2.30", |
44 | 40 | "next-mdx-remote": "^5.0.0", |
45 | 41 | "react": "^18.3.1", |
46 | | - "react-apexcharts": "^1.8.0", |
| 42 | + "react-apexcharts": "^1.4.1", |
47 | 43 | "react-dom": "^18.3.1", |
48 | | - "react-icons": "^5.5.0", |
49 | | - "react-syntax-highlighter": "^16.1.0", |
| 44 | + "react-icons": "^5.3.0", |
| 45 | + "react-syntax-highlighter": "^15.5.0", |
50 | 46 | "rehype-slug": "^6.0.0", |
51 | | - "swr": "^2.3.6", |
52 | | - "yarn": "^1.22.22" |
| 47 | + "swr": "^2.2.5" |
53 | 48 | }, |
54 | 49 | "devDependencies": { |
55 | | - "@lingui/cli": "^5.6.0", |
56 | | - "@lingui/loader": "^5.6.0", |
57 | | - "@types/react": "^18.3.26", |
58 | | - "apexcharts": "^5.3.6", |
| 50 | + "@lingui/babel-plugin-lingui-macro": "^5.9.0", |
| 51 | + "@lingui/loader": "^5.9.0", |
| 52 | + "@lingui/react": "^5.9.0", |
| 53 | + "@types/react": "^18.3.11", |
59 | 54 | "eslint": "^9.39.1", |
60 | | - "eslint-config-next": "15.3.3", |
61 | | - "playwright": "^1.56.1", |
62 | | - "typescript": "^5.9.3", |
63 | | - "webpack": "^5.102.1" |
| 55 | + "eslint-config-next": "16.0.6", |
| 56 | + "playwright": "^1.57.0", |
| 57 | + "typescript": ">=5.9.2", |
| 58 | + "webpack": "^5.101.0" |
64 | 59 | } |
65 | 60 | } |
0 commit comments