generated from aws-samples/amplify-vite-react-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.04 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
58
59
60
61
62
63
64
65
66
67
{
"name": "amplify-vite-react-template",
"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",
"gen-forms": "npx ampx generate forms --out-dir ./src/components/generated",
"postgen-forms": "bash ./scripts/copyAndDeclareGeneratedFormTypes.sh",
"gen-gql": "npx ampx generate graphql-client-code --out api/client/graphql",
"prepare": "husky || true",
"cy:open": "cypress open"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.1.14",
"@faker-js/faker": "^8.4.1",
"aws-amplify": "^6.4.3",
"date-fns": "^3.6.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"sort-by": "^1.2.0",
"uuid": "^10.0.0"
},
"overrides": {
"sort-by": {
"object-path": "0.11.8"
}
},
"devDependencies": {
"@avaelus/super-project-utils": "^1.1.5",
"@aws-amplify/backend": "^1.0.0",
"@aws-amplify/backend-cli": "^1.2.1",
"@cypress/code-coverage": "^3.12.44",
"@cypress/vite-dev-server": "^5.0.7",
"@percy/cypress": "3.1.2",
"@types/aws-lambda": "^8.10.142",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"aws-cdk": "^2.150.0",
"aws-cdk-lib": "^2.150.0",
"constructs": "^10.3.0",
"cypress": "^13.7.1",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.9",
"husky": "^9.1.3",
"tailwindcss": "^3.4.7",
"tsx": "^4.7.2",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}