-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "ai-sustainability-catalog",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"predeploy": "npm run build",
"deploy": "gh-pages -d out",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@carbon/icons-react": "^11.47.0",
"@carbon/layout": "^11.23.0",
"@carbon/react": "^1.64.0",
"@carbon/themes": "^11.37.0",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.19",
"carbon-components": "^10.58.15",
"carbon-components-react": "^8.62.1",
"carbon-icons": "^7.0.7",
"js-yaml": "^4.1.0",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scroll": "^1.9.0",
"react-scroll-to-top": "^3.0.0",
"sass": "^1.77.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/carbon__themes": "^0.0.3",
"@types/carbon-components-react": "^7.55.13",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"gh-pages": "^6.1.1",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5"
}
}