-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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": "datasets",
"version": "1.0.0",
"description": "directory of carbonplan data",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development next -p 4002",
"build": "next build",
"start": "next start",
"print": "node print.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbonplan/datasets.git"
},
"author": "carbonplan",
"license": "MIT",
"bugs": {
"url": "https://github.com/carbonplan/datasets/issues"
},
"homepage": "https://github.com/carbonplan/datasets#readme",
"prettier": "@carbonplan/prettier",
"dependencies": {
"@carbonplan/components": "^12.6.5",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/layouts": "^5.0.2",
"@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",
"@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",
"next": "^14.2.23",
"react": "^18.2.0",
"react-animate-height": "^2.0.23",
"react-dom": "^18.2.0",
"theme-ui": "^0.15.3"
},
"devDependencies": {
"@carbonplan/prettier": "^1.2.0",
"babel-jest": "^27.4.6",
"glob": "^7.1.7",
"prettier": "2.3.0",
"puppeteer": "^18.0.5"
}
}