-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 947 Bytes
/
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
{
"name": "@carbonplan/docs",
"version": "0.0.1",
"description": "developer documentation for carbonplan projets",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"format": "prettier --write '{src,pages,components}/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbonplan/docs.git"
},
"author": "freeman-lab",
"license": "MIT",
"dependencies": {
"@carbonplan/components": "^11.1.4",
"@carbonplan/icons": "^1.0.0",
"@carbonplan/prism": "^1.0.3",
"@carbonplan/theme": "^7.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.0.9",
"@theme-ui/color": "^0.13.1",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"theme-ui": "^0.13.1"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}