-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "portfolio",
"version": "1.0.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",
"test": "vitest --ui",
"test:ci": "vitest run"
},
"dependencies": {
"aws-amplify": "^6.9.0",
"next": "14.2.17",
"portfolio-prisma": "file:prisma",
"react": "^18",
"react-dom": "^18",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@aws-amplify/backend": "^1.8.0",
"@aws-amplify/backend-cli": "^1.4.2",
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-onboarding": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/nextjs": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/test": "^8.4.2",
"@svgr/webpack": "^8.1.0",
"@testing-library/react": "^16.0.1",
"@types/aws-lambda": "^8.10.145",
"@types/node": "^20",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/ui": "2.1.5",
"aws-cdk": "^2",
"aws-cdk-lib": "^2",
"constructs": "^10.0.0",
"esbuild": "^0.24.0",
"eslint": "^8",
"eslint-config-next": "14.2.17",
"eslint-plugin-storybook": "^0.11.0",
"jsdom": "^25.0.1",
"sass": "^1.80.6",
"storybook": "^8.4.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
}
}