-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
79 lines (79 loc) · 2.42 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "research",
"version": "1.0.0",
"description": "directory of carbonplan notes, notebooks, primers, data, and models",
"main": "index.js",
"scripts": {
"dev": "npm run build-components && NODE_ENV=development next -p 4000",
"build": "npm run build-components && next build",
"build-components": "node build-components.js && prettier --write components/mdx/page-components.js",
"build-cards": "node build-cards.js",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci --reporters='default'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbonplan/research.git"
},
"author": "carbonplan",
"license": "MIT",
"bugs": {
"url": "https://github.com/carbonplan/research/issues"
},
"homepage": "https://github.com/carbonplan/research#readme",
"prettier": "@carbonplan/prettier",
"dependencies": {
"@carbonplan/charts": "^3.1.1",
"@carbonplan/colormaps": "^4.0.0",
"@carbonplan/components": "^12.5.0",
"@carbonplan/emoji": "^2.0.0",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/layouts": "^4.1.2",
"@carbonplan/minimaps": "^2.6.0",
"@carbonplan/seaweed-farming-model": "^1.0.0",
"@carbonplan/theme": "^8.1.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",
"@react-spring/web": "^9.4.2",
"@theme-ui/color": "^0.15.3",
"@theme-ui/core": "^0.15.3",
"@theme-ui/css": "^0.15.3",
"@theme-ui/match-media": "^0.15.3",
"@theme-ui/mdx": "^0.15.3",
"d3-drag": "^3.0.0",
"d3-fetch": "^3.0.1",
"d3-geo": "^3.0.1",
"d3-interpolate": "^3.0.1",
"d3-polygon": "^2.0.0",
"d3-random": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.0.1",
"gray-matter": "^4.0.3",
"mapbox-gl": "^1.13.1",
"ndarray-concat-cols": "^1.0.0",
"next": "^12.0.5",
"next-mdx-remote": "^4.1.0",
"react": "^18.2.0",
"react-animate-height": "^2.0.23",
"react-dom": "^18.2.0",
"rehype-react": "^6.2.1",
"rehype-slug": "^4.0.1",
"remark-rehype": "^8.1.0",
"theme-ui": "^0.15.3",
"topojson-client": "^3.1.0",
"unified": "^10.1.2"
},
"devDependencies": {
"@carbonplan/prettier": "^1.2.0",
"babel-jest": "^27.4.6",
"glob": "^7.1.7",
"jest": "^27.4.7",
"prettier": "2.3.0",
"puppeteer": "^10.4.0"
}
}