-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "carbonplan.org",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next -p 3000",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci --reporters='default'",
"format": "prettier --write README.md '{data,components,pages}/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbonplan/carbonplan.org.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/carbonplan/carbonplan.org/issues"
},
"homepage": "https://github.com/carbonplan/carbonplan.org#readme",
"dependencies": {
"@carbonplan/components": "^12.6.2",
"@carbonplan/emoji": "^2.0.0",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/theme": "^7.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/react": "^2.1.5",
"@stripe/stripe-js": "^1.13.2",
"@theme-ui/color": "^0.15.3",
"d3-array": "^3.1.1",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-shape": "^3.0.1",
"lru-cache": "^6.0.0",
"next": "^12.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"stripe": "^8.161.0",
"theme-ui": "^0.15.3"
},
"devDependencies": {
"babel-jest": "^27.2.1",
"jest": "^27.2.1",
"prettier": "2.3.2",
"whatwg-fetch": "^3.6.2"
}
}