-
Notifications
You must be signed in to change notification settings - Fork 349
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.76 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
{
"name": "reframe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"test": "vitest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes",
"security": "npm install --package-lock-only --ignore-scripts && snyk test --severity-threshold=high --file=package-lock.json"
},
"dependencies": {
"@datadog/browser-rum": "^7.10.0",
"@datadog/browser-rum-react": "^7.10.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.2",
"clsx": "^2.1.1",
"focus-trap-react": "^12.0.1",
"jszip": "^3.10.1",
"lottie-web": "^5.12.2",
"lucide-react": "^0.577.0",
"next": "16.3.4",
"react": "19.2.8",
"react-dom": "19.2.8",
"reframe": ".",
"tailwind-merge": "^3.6.0",
"wasm-feature-detect": "^1.8.0"
},
"devDependencies": {
"@storybook/addon-a11y": "^10.5.10",
"@storybook/addon-docs": "^10.5.10",
"@storybook/addon-themes": "^10.5.10",
"@storybook/nextjs": "^10.5.10",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.4.3",
"@types/bun": "^1.3.14",
"@types/node": "^25",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.5",
"chromatic": "^18.5.0",
"eslint": "9.39.5",
"eslint-config-next": "16.3.4",
"eslint-plugin-jsx-a11y": "^6.10.2",
"jsdom": "^29.1.1",
"postcss": "^8",
"snyk": "^1.1307.0",
"storybook": "^10.5.10",
"tailwindcss": "^3.4.17",
"typescript": "^5",
"vitest": "^4.1.6"
},
"overrides": {
"@types/react": "19.2.18",
"@types/react-dom": "19.2.5"
}
}