-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 2.04 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
52
53
54
55
56
57
58
59
60
61
{
"name": "bee-artifacts-site",
"version": "0.0.6",
"private": true,
"author": "IBM Corp.",
"scripts": {
"build": "next build",
"start": "next start",
"start:dev": "next dev --turbopack",
"lint": "next lint && pnpm lint:css",
"lint:css": "stylelint '**/*.css'",
"format": "prettier --write .",
"schema:generate": "dotenv -e .env.local cross-var -- pnpm dlx openapi-typescript %SCHEMA_API_URL% -o ./src/app/api/schema.d.ts --alphabetize",
"release": "release-it"
},
"dependencies": {
"@carbon/colors": "^11.28.0",
"@carbon/icons-react": "^11.53.0",
"@floating-ui/react": "^0.26.28",
"@radix-ui/react-slot": "^1.1.0",
"@release-it/conventional-changelog": "^9.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fetch-retry": "^6.0.0",
"http-proxy": "^1.18.1",
"http-status-codes": "^2.3.0",
"next": "15.0.3",
"openapi-fetch": "^0.13.1",
"openapi-typescript-helpers": "^0.0.15",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"release-it": "^17.10.0",
"use-local-storage-state": "^19.5.0",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@svgr/webpack": "^8.1.0",
"@types/http-proxy": "^1.17.15",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"cross-var": "^1.1.0",
"dotenv-cli": "^7.4.4",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"stylelint": "^16.11.0",
"stylelint-prettier": "^5.0.2",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}