generated from carbonplan/simple-site
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "simple-site",
"version": "1.0.0",
"description": "simple template for a website using our web stack",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development next -p 4001",
"build": "next build",
"start": "next start",
"format": "prettier --write '*.js' '{components,pages}/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbonplan/simple-site.git"
},
"keywords": [
"next",
"theme-ui",
"react"
],
"author": "freeman-lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/carbonplan/simple-site/issues"
},
"homepage": "https://github.com/carbonplan/simple-site#readme",
"dependencies": {
"@carbonplan/charts": "^3.1.0",
"@carbonplan/colormaps": "^4.0.0",
"@carbonplan/components": "^12.6.1",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/layouts": "^4.0.0",
"@carbonplan/maps": "^3.4.0",
"@carbonplan/theme": "^7.0.0",
"@theme-ui/color": "^0.16.2",
"@theme-ui/match-media": "^0.16.2",
"@turf/turf": "^7.0.0",
"d3-format": "^3.1.0",
"mapbox-gl": "^1.13.1",
"next": "^12.0.7",
"react": "^18.2.0",
"react-animate-height": "^3.2.3",
"react-dom": "^18.2.0",
"theme-ui": "^0.16.1",
"zarr-js": "^3.3.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"prettier": "2.3.2"
}
}