-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.74 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.74 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "session-website",
"version": "0.1.0",
"license": "GPL-3.0-only",
"scripts": {
"dev": "NEXT_PUBLIC_SITE_ENV=development NODE_ENV=development NODE_OPTIONS='--inspect' next dev",
"build": "NEXT_PUBLIC_SITE_ENV=production NODE_ENV=production next build",
"build:staging": "NEXT_PUBLIC_SITE_ENV=development NODE_ENV=production next build",
"start": "NEXT_PUBLIC_SITE_ENV=production NODE_ENV=production next start --hostname 127.0.0.1",
"start:staging": "NEXT_PUBLIC_SITE_ENV=development NODE_ENV=production next start --hostname 127.0.0.1",
"lint": "biome lint",
"lint:fix": "biome lint --write",
"format": "biome format --write",
"check": "biome check",
"check:fix": "biome check --write"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^15.3.5",
"@contentful/rich-text-plain-text-renderer": "^15.3.5",
"@contentful/rich-text-react-renderer": "^15.3.5",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"base-64": "^1.0.0",
"class-variance-authority": "^0.7.1",
"classnames": "^2.3.1",
"clsx": "^2.1.1",
"contentful": "^8.4.2",
"critters": "^0.0.25",
"date-fns": "^2.23.0",
"direction": "^2.0.1",
"feed": "^4.2.2",
"himalaya": "^1.1.0",
"lucide-react": "^0.525.0",
"next": "15.5.9",
"next-intl": "^4.4.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-qrcode-logo": "^3.0.0",
"react-use": "^17.2.4",
"rimraf": "^6.0.1",
"rtl-detect": "^1.1.2",
"sharp": "^0.34.3",
"styled-components": "6.1.19",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"xss": "^1.0.9"
},
"devDependencies": {
"@axe-core/react": "^4.2.2",
"@biomejs/biome": "2.1.2",
"@contentful/rich-text-types": "^15.3.5",
"@newhighsco/next-plugin-svgr": "^3.0.157",
"@tailwindcss/forms": "^0.3.3",
"@types/base-64": "^1.0.0",
"@types/node": "24.0.15",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/rimraf": "^3.0.2",
"@types/rtl-detect": "^1.0.3",
"autoprefixer": "^10.2.5",
"contentful-cli": "^1.8.17",
"cssnano": "^4.1.11",
"postcss": "^8.2.13",
"tailwindcss": "^2.2.15",
"tailwindcss-selection-variant": "^0.1.0",
"typescript": "5.8.3"
},
"browserslist": [
"> 0.2%",
"last 2 versions",
"not dead",
"not ie 11",
"not op_mini all",
"Firefox ESR"
],
"resolutions": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6"
},
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
}