-
Notifications
You must be signed in to change notification settings - Fork 297
/
package.json
150 lines (150 loc) · 6.41 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"private": true,
"packageManager": "[email protected]",
"name": "@aws-amplify/ui-monorepo",
"scripts": {
"build": "turbo run build --filter=./packages/* --filter=!./packages/angular --filter=./packages/angular/projects/ui-angular",
"clean": "turbo run clean && rimraf node_modules",
"lint": "turbo run lint --filter=./packages/* --filter=!./packages/angular --filter=./packages/angular/projects/ui-angular",
"size": "turbo run size --filter=./packages/* --filter=!./packages/angular --filter=./packages/angular/projects/ui-angular",
"test": "turbo run test --filter=./packages/* --filter=!./packages/angular --filter=./packages/angular/projects/ui-angular",
"setup": "yarn install && yarn build",
"refresh": "yarn clean && yarn setup",
"angular": "yarn workspace @aws-amplify/ui-angular",
"react": "yarn workspace @aws-amplify/ui-react",
"react-ai": "yarn workspace @aws-amplify/ui-react-ai",
"react-auth": "yarn workspace @aws-amplify/ui-react-auth",
"react-core": "yarn workspace @aws-amplify/ui-react-core",
"react-core-auth": "yarn workspace @aws-amplify/ui-react-core-auth",
"react-core-notifications": "yarn workspace @aws-amplify/ui-react-core-notifications",
"react-geo": "yarn workspace @aws-amplify/ui-react-geo",
"react-liveness": "yarn workspace @aws-amplify/ui-react-liveness",
"react-native": "yarn workspace @aws-amplify/ui-react-native",
"react-native-auth": "yarn workspace @aws-amplify/ui-react-native-auth",
"react-notifications": "yarn workspace @aws-amplify/ui-react-notifications",
"react-storage": "yarn workspace @aws-amplify/ui-react-storage",
"ui": "yarn workspace @aws-amplify/ui",
"vue": "yarn workspace @aws-amplify/ui-vue",
"angular-example": "yarn workspace @aws-amplify/ui-angular-example",
"docs": "yarn workspace @aws-amplify/ui-docs",
"next-example": "yarn workspace @aws-amplify/ui-next-example",
"next-app-example": "yarn workspace @aws-amplify/ui-next-app-example",
"react-example": "yarn workspace @aws-amplify/ui-next-example",
"react-native-example": "yarn workspace @aws-amplify/ui-react-native-example",
"vue-example": "yarn workspace @aws-amplify/ui-vue-example",
"e2e": "yarn workspace @aws-amplify/ui-e2e",
"environments": "yarn workspace @aws-amplify/ui-environments",
"prepare": "husky",
"version:next": "yarn changeset version --snapshot next-$(git rev-parse --short=7 HEAD) && yarn generateVersions && yarn angular build",
"publish:next": "yarn changeset publish --tag next",
"version:liveness": "yarn changeset version --snapshot liveness-$(git rev-parse --short=7 HEAD) && yarn generateVersions && yarn angular build",
"publish:liveness": "yarn changeset publish --tag liveness",
"version:studio": "yarn changeset version --snapshot studio-$(git rev-parse --short=7 HEAD) && yarn generateVersions && yarn angular build",
"publish:studio": "yarn changeset publish --tag studio",
"version:latest": "yarn changeset version && yarn generateVersions && yarn angular build",
"publish:latest": "yarn changeset publish",
"version:hotfix": "yarn changeset && yarn bumpVersions && yarn angular build",
"publish:hotfix": "yarn changeset publish --tag hotfix",
"generateVersions": "node scripts/generateVersion",
"bumpVersions": "yarn changeset version && yarn generateVersions"
},
"workspaces": {
"packages": [
"docs",
"environments",
"examples/*",
"packages/*",
"packages/angular/projects/ui-angular",
"packages/configs/*"
],
"nohoist": [
"**/@react-native-community/**",
"**/react-native",
"**/react-native-safe-area-context",
"**/react-native-url-polyfill",
"**/rollup",
"**/@types/webgl-ext",
"**/@types/webgl-ext/**"
]
},
"resolutions": {
"**/@react-native-community/**/fast-xml-parser": "^4.4.1",
"**/@aws-*/**/fast-xml-parser": "^4.4.1",
"**/@aws-amplify/ui-angular-example/**/codelyzer/**/@angular/core": "10.2.5",
"**/@angular-devkit/build-angular/minimatch": "3.0.5",
"**/@angular-devkit/build-angular/webpack": "^5.76.0",
"**/@size-limit/webpack/webpack": "^5.76.0",
"**/serve/serve-handler/minimatch": "3.0.5",
"**/serve/serve-handler/path-to-regexp": "3.3.0",
"@adobe/css-tools": "^4.3.2",
"@babel/traverse": "7.23.2",
"@cypress/request": "^3.0.0",
"@sideway/formula": "^3.0.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"body-parser": "1.20.3",
"browserslist": "^4.16.15",
"cookie": "^0.7.0",
"cross-spawn": "7.0.5",
"docs/next-plugin-preval/webpack": "^5.76.0",
"follow-redirects": "^1.15.6",
"json5": "^2.2.1",
"loader-utils": "2.0.4",
"node-forge": "1.3.0",
"nth-check": "^2.0.1",
"path-to-regexp": "0.1.10",
"postcss": "^8.4.31",
"prismjs": "^1.25.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.16",
"react-devtools-core": "^4.28.4",
"rollup": "^4.22.4",
"send": "^0.19.0",
"shell-quote": "1.7.3",
"socks": "^2.7.3",
"tough-cookie": "4.1.3",
"trim-newlines": "3.0.1",
"webpack-dev-middleware": "^5.3.4",
"yaml": "2.2.2",
"ws": "^8.17.1"
},
"devDependencies": {
"@aws-amplify/backend": "^1.7.0",
"@aws-amplify/eslint-config-amplify-ui": "0.0.0",
"@aws-amplify/typescript-config": "0.0.0",
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "^2.27.10",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-typescript": "^12.1.0",
"@size-limit/preset-big-lib": "^11.1.5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/fs-extra": "11.0.3",
"@types/jest": "^29.5.5",
"@types/react-test-renderer": "^18.0.2",
"@vitejs/plugin-vue": "^2.3.4",
"aws-amplify": "^6.9.0",
"esbuild-register": "^3.5.0",
"eslint": "^8.44.0",
"fs-extra": "^11.1.1",
"husky": "^9.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": ">=10",
"prettier": "^3.0.3",
"react-test-renderer": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^4.22.4",
"rollup-plugin-node-externals": "^7.1.3",
"rollup-plugin-styles": "^4.0.0",
"ts-jest": "^29.1.1",
"ts-morph": "^17.0.0",
"turbo": "^2.0.11",
"typescript": "^5.2.2",
"vite": "^5.2.14",
"vue-tsc": "^2.0.7"
}
}