-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
56 lines (56 loc) · 1.47 KB
/
package.json
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
{
"name": "xarray.dev",
"version": "1.0.0",
"private": true,
"scripts": {
"build-cards": "node build-cards.js",
"dev": "next dev",
"build": "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.1",
"@chakra-ui/next-js": "^2.3.1",
"@chakra-ui/react": "^2.9.1",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource-variable/inter": "^5.1.0",
"@giscus/react": "^3.0.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.14",
"apexcharts": "3.54.0",
"d3": "^7.9.0",
"date-fns": "^3.0.0",
"date-fns-tz": "^3.2.0",
"feed": "^4.2.2",
"framer-motion": "^11.9.0",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^2.16.0",
"next": "^14.2.15",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-slug": "^6.0.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/react": "^18.3.11",
"eslint": "^9.12.0",
"eslint-config-next": "14.2.14",
"playwright": "^1.47.2",
"typescript": ">=5.7.2",
"webpack": "^5.96.1"
}
}