-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.79 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.79 KB
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
{
"name": "article-template",
"version": "1.0.0",
"description": "template for developing a standalone carbonplan research article",
"main": "index.js",
"scripts": {
"dev": "next -p 5001",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci --reporters='default'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbonplan/article-template.git"
},
"author": "carbonplan",
"license": "MIT",
"bugs": {
"url": "https://github.com/carbonplan/article-template/issues"
},
"homepage": "https://github.com/carbonplan/article-template#readme",
"dependencies": {
"@carbonplan/charts": "^3.0.0",
"@carbonplan/colormaps": "^4.0.0",
"@carbonplan/components": "^12.0.0",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/layouts": "^3.1.0",
"@carbonplan/maps": "^3.3.1",
"@carbonplan/prism": "^2.0.0",
"@carbonplan/theme": "^8.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",
"d3-array": "^3.1.0",
"d3-format": "^3.1.0",
"d3-geo": "^3.1.0",
"d3-scale": "^3.1.0",
"glsl-geo-projection": "^1.0.1",
"ndarray": "^1.0.19",
"ndarray-unpack": "^1.0.0",
"next": "^12.0.7",
"numcodecs": "^0.2.2",
"react": "^18.2.0",
"react-animate-height": "^3.0.5",
"react-dom": "^18.2.0",
"regl": "^2.1.0",
"theme-ui": "^0.15.3",
"topojson-client": "^3.1.0",
"zarrita": "^0.2.2",
"zustand": "^4.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "2.3.2"
}
}