-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathpackage.json
114 lines (114 loc) · 3.62 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "shipfast",
"version": "0.0.1",
"private": true,
"scripts": {
"prepare": "husky install",
"postinstall": "node packages/internal/cli/scripts/build.js"
},
"devDependencies": {
"@apollo/client": "^3.8.4",
"@apollo/rover": "^0.19.0",
"@babel/preset-react": "^7.22.15",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@nx/devkit": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/node": "16.8.1",
"@nx/plugin": "16.8.1",
"@nx/react": "16.8.1",
"@nx/web": "16.8.1",
"@nx/webpack": "16.8.1",
"@shipfast/cli": "*",
"@shipfast/core": "*",
"@storybook/addon-actions": "^7.4.3",
"@storybook/react": "^7.4.3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/gtag.js": "^0.0.14",
"@types/jest": "^29.5.5",
"@types/node": "^18.15.3",
"@types/ramda": "^0.28.25",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "^18.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/scope-manager": "5.62.0",
"@vitejs/plugin-react": "^4.0.4",
"aws-cdk": "^2.96.2",
"aws-cdk-lib": "^2.96.2",
"babel-jest": "29.7.0",
"constructs": "^10.2.70",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-formatjs": "^4.10.5",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "^6.0.1",
"graphql": "^16.8.1",
"husky": "^8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-matcher-utils": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^14.0.1",
"nx": "16.8.1",
"nx-cloud": "16.4.0",
"plop": "^4.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "5.2.2",
"vite": "^4.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^3.3.0",
"vite-tsconfig-paths": "^4.2.1"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.414.0",
"@aws-sdk/client-codebuild": "^3.414.0",
"@aws-sdk/client-ecr": "^3.414.0",
"@aws-sdk/client-ecs": "^3.414.0",
"@aws-sdk/client-iam": "^3.414.0",
"@aws-sdk/client-s3": "^3.417.0",
"@aws-sdk/client-ses": "^3.414.0",
"@aws-sdk/client-sfn": "^3.414.0",
"@aws-sdk/client-sts": "^3.414.0",
"@iconify-icons/ion": "^1.2.10",
"@iconify/react": "^4.1.1",
"@sentry/react": "^7.70.0",
"@supercharge/strings": "^2.0.0",
"ramda": "^0.28.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.46.1",
"react-intl": "^6.4.7",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^8.0.7",
"react-router": "^6.16.0",
"react-router-dom": "6.16.0",
"regenerator-runtime": "^0.14.0",
"styled-components": "6.0.8"
}
}