generated from carbonplan/python-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "enhanced-weathering",
"version": "1.0.0",
"description": "simple template for a website using our web stack",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development next -p 5001",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbonplan/enhanced-weathering.git"
},
"keywords": [
"next",
"theme-ui",
"react"
],
"author": "katamartin",
"license": "MIT",
"bugs": {
"url": "https://github.com/carbonplan/enhanced-weathering/issues"
},
"homepage": "https://github.com/carbonplan/enhanced-weathering#readme",
"devDependencies": {
"prettier": "2.2.1"
},
"dependencies": {
"@carbonplan/components": "^13.1.1",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/layouts": "^5.1.0",
"@carbonplan/theme": "^8.0.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/mdx": "^0.15.3",
"next": "^12.0.5",
"react": "^18.2.0",
"react-animate-height": "^3.2.2",
"react-dom": "^18.2.0",
"rehype-react": "^6.2.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^8.1.0",
"theme-ui": "^0.15.3",
"unified": "^10.1.2"
}
}