generated from carbonplan/simple-site
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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": "leap-stories",
"version": "1.0.0",
"description": "inventory of interactive data stories about LEAP research",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development next -p 4000",
"build": "next build",
"start": "next start",
"format": "prettier --write '*.js' '{components,pages}/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbonplan/leap-stories.git"
},
"keywords": [
"next",
"theme-ui",
"react"
],
"author": "freeman-lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/carbonplan/leap-stories/issues"
},
"homepage": "https://github.com/carbonplan/leap-stories#readme",
"dependencies": {
"@carbonplan/charts": "^3.1.0",
"@carbonplan/colormaps": "^4.0.0",
"@carbonplan/components": "^12.0.0",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/minimaps": "^2.4.1",
"@carbonplan/theme": "^7.0.0",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.4",
"@react-spring/web": "^9.7.3",
"@theme-ui/color": "^0.16.1",
"@theme-ui/mdx": "^0.16.2",
"d3": "^7.8.5",
"next": "^15.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.0",
"react-scrollama": "^2.3.3",
"theme-ui": "^0.16.2",
"zarr-js": "^3.3.0"
},
"devDependencies": {
"prettier": "2.3.2"
}
}