-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.8 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.8 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
65
{
"name": "xarray.dev",
"version": "1.0.0",
"private": true,
"scripts": {
"build-cards": "node build-cards.js",
"extract": "lingui extract",
"compile": "lingui compile",
"dev": "yarn compile && next dev",
"build": "yarn extract && yarn compile && next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xarray-contrib/xarray.dev.git"
},
"author": "Xarray Developers & Contributors",
"license": "Apache 2.0",
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "^2.10.9",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource-variable/inter": "^5.2.8",
"@giscus/react": "^3.1.0",
"@lingui/babel-plugin-lingui-macro": "^5.6.0",
"@lingui/core": "^5.6.0",
"@lingui/react": "^5.6.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^14.2.33",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"feed": "^5.1.0",
"framer-motion": "^11.18.2",
"glob": "^11.1.0",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^2.32.0",
"next": "^14.2.33",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-apexcharts": "^1.8.0",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-syntax-highlighter": "^16.1.0",
"rehype-slug": "^6.0.0",
"swr": "^2.3.6",
"yarn": "^1.22.22"
},
"devDependencies": {
"@lingui/cli": "^5.6.0",
"@lingui/loader": "^5.6.0",
"@types/react": "^18.3.26",
"apexcharts": "^5.3.6",
"eslint": "^9.39.1",
"eslint-config-next": "15.3.3",
"playwright": "^1.56.1",
"typescript": "^5.9.3",
"webpack": "^5.102.1"
}
}