generated from carbonplan/article-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "cmip6-web",
"version": "1.0.0",
"description": "maps of downscaled cmip6 models",
"main": "index.js",
"scripts": {
"dev": "next -p 5001",
"build": "next build",
"start": "next start",
"format": "npm run format-js",
"format-js": "prettier --write '*.js' '{components,pages,tool}/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbonplan/cmip6-web.git"
},
"author": "carbonplan",
"license": "MIT",
"bugs": {
"url": "https://github.com/carbonplan/cmip6-web/issues"
},
"homepage": "https://github.com/carbonplan/cmip6-web#readme",
"dependencies": {
"@carbonplan/charts": "^3.0.0",
"@carbonplan/colormaps": "^4.0.0",
"@carbonplan/components": "^12.6.5",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/layouts": "^5.0.2",
"@carbonplan/maps": "^3.0.0",
"@carbonplan/theme": "^7.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^12.3.1",
"@theme-ui/color": "^0.15.3",
"@theme-ui/css": "^0.15.3",
"@theme-ui/match-media": "^0.15.3",
"@theme-ui/mdx": "^0.15.3",
"d3-format": "^3.1.0",
"d3-time": "^3.0.0",
"next": "^14.2.22",
"react": "^18.2.0",
"react-animate-height": "^2.0.23",
"react-dom": "^18.2.0",
"rehype-slug": "^4.0.1",
"theme-ui": "^0.15.3",
"zarr-js": "^2.2.1",
"zustand": "^3.6.5"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"prettier": "2.3.2"
}
}