-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 756 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 756 Bytes
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
{
"name": "leap-data-catalog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@carbonplan/components": "^13.3.0",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/layouts": "^5.2.0",
"@carbonplan/prism": "^2.0.0",
"@next/third-parties": "^16.2.0",
"@theme-ui/color": "^0.17.4",
"next": "16.2.2",
"react": "^19.2.4",
"react-animate-height": "^3.2.3",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"theme-ui": "^0.17.4"
},
"devDependencies": {
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"eslint": "10.1.0",
"eslint-config-next": "^16.2.2"
}
}