-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
{
"name": "viteamplifyv6react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest --coverage"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.0.3",
"@aws-sdk/client-dynamodb": "^3.499.0",
"aws-amplify": "^6.0.4",
"aws-sdk": "^2.1543.0",
"bootstrap": "^5.3.2",
"bootswatch": "^5.3.2",
"formik": "^2.4.5",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-query": "^3.39.3",
"react-router-dom": "^6.19.0",
"react-toastify": "^9.1.3",
"stripe": "^14.16.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@aws-amplify/cli": "^12.10.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.3.1",
"dotenv": "^16.4.5",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-vitest": "^0.3.15",
"jsdom": "^24.0.0",
"msw": "^2.2.14",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vitest": "^1.4.0"
}
}