forked from xarray-contrib/xarray.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
{
"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.0.17",
"@chakra-ui/react": "^2.5.2",
"@chakra-ui/system": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/inter": "^4.5.15",
"@giscus/react": "^2.2.8",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.2.4",
"apexcharts": "3.37.1",
"d3": "^7.8.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"framer-motion": "^10.2.5",
"gray-matter": "^4.0.3",
"next": "^13.2.4",
"next-mdx-remote": "^4.4.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-slug": "^5.1.0",
"swr": "^2.1.0"
},
"devDependencies": {
"eslint": "8.36.0",
"eslint-config-next": "13.2.1",
"glob": "^9.3.0",
"playwright": "^1.31.2"
}
}