-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.72 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.72 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
{
"name": "immersion-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.777.0",
"@aws-sdk/client-dynamodb": "^3.734.0",
"@aws-sdk/client-ses": "^3.734.0",
"@aws-sdk/client-ssm": "^3.693.0",
"@aws-sdk/credential-provider-ini": "^3.777.0",
"@aws-sdk/lib-dynamodb": "^3.734.0",
"@chakra-ui/react": "^3.2.5",
"@emotion/react": "^11.14.0",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"next": "^15.2.4",
"next-auth": "^5.0.0-beta.25",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.13.0",
"@aws-amplify/backend-cli": "^1.4.6",
"@chromatic-com/storybook": "^3.2.6",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-onboarding": "^8.6.12",
"@storybook/blocks": "^8.6.12",
"@storybook/experimental-addon-test": "^8.6.12",
"@storybook/experimental-nextjs-vite": "^8.6.12",
"@storybook/nextjs": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/test": "^8.6.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitest/browser": "^3.1.1",
"@vitest/coverage-v8": "^3.1.1",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"eslint-plugin-storybook": "^0.12.0",
"playwright": "^1.51.1",
"postcss": "^8",
"storybook": "^8.6.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3",
"vitest": "^3.1.1"
}
}