@codyswann/lisa 1.10.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +71 -0
- package/all/copy-overwrite/.claude/agents/skill-evaluator.md +4 -4
- package/all/copy-overwrite/CLAUDE.md +1 -1
- package/cdk/tagged-merge/package.lisa.json +31 -0
- package/dist/core/config.d.ts +1 -1
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +1 -0
- package/dist/core/config.js.map +1 -1
- package/dist/core/lisa.d.ts.map +1 -1
- package/dist/core/lisa.js +2 -0
- package/dist/core/lisa.js.map +1 -1
- package/dist/strategies/index.d.ts +1 -0
- package/dist/strategies/index.d.ts.map +1 -1
- package/dist/strategies/index.js +3 -0
- package/dist/strategies/index.js.map +1 -1
- package/dist/strategies/package-lisa-types.d.ts +83 -0
- package/dist/strategies/package-lisa-types.d.ts.map +1 -0
- package/dist/strategies/package-lisa-types.js +10 -0
- package/dist/strategies/package-lisa-types.js.map +1 -0
- package/dist/strategies/package-lisa.d.ts +183 -0
- package/dist/strategies/package-lisa.d.ts.map +1 -0
- package/dist/strategies/package-lisa.js +385 -0
- package/dist/strategies/package-lisa.js.map +1 -0
- package/expo/copy-overwrite/knip.json +0 -1
- package/expo/tagged-merge/package.lisa.json +131 -0
- package/nestjs/tagged-merge/package.lisa.json +73 -0
- package/package.json +2 -10
- package/typescript/copy-overwrite/knip.json +3 -2
- package/typescript/tagged-merge/package.lisa.json +73 -0
- package/cdk/tagged-merge/package.json +0 -37
- package/expo/tagged-merge/package.json +0 -145
- package/nestjs/tagged-merge/package.json +0 -87
- package/typescript/tagged-merge/package.json +0 -76
- /package/cdk/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
- /package/cdk/{copy-overwrite → create-only}/.github/workflows/deploy.yml +0 -0
- /package/expo/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
- /package/expo/{copy-overwrite → create-only}/.github/workflows/deploy.yml +0 -0
- /package/nestjs/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
- /package/nestjs/{copy-overwrite → create-only}/.github/workflows/deploy.yml +0 -0
- /package/typescript/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"force": {
|
|
3
|
+
"scripts": {
|
|
4
|
+
"lighthouse:check": "lhci autorun --collect.settings.chromeFlags='--no-sandbox --disable-gpu --headless'",
|
|
5
|
+
"playwright:build": "expo export --platform web",
|
|
6
|
+
"playwright:test": "bun run playwright:build && playwright test",
|
|
7
|
+
"playwright:test:ui": "bun run playwright:build && playwright test --ui",
|
|
8
|
+
"maestro:test": "maestro test .maestro/flows",
|
|
9
|
+
"maestro:test:smoke": "maestro test .maestro/flows --include-tags=smoke",
|
|
10
|
+
"maestro:studio": "maestro studio",
|
|
11
|
+
"start:local": "cp .env.localhost .env.local && EXPO_ATLAS=true expo start",
|
|
12
|
+
"start:dev": "EXPO_ATLAS=true cp .env.development .env.local && EXPO_ATLAS=true expo start",
|
|
13
|
+
"start:staging": "cp .env.staging .env.local && EXPO_ATLAS=true expo start",
|
|
14
|
+
"start:production": "cp .env.production .env.local && EXPO_ATLAS=true expo start",
|
|
15
|
+
"build-and-run:local:android": "expo run:android",
|
|
16
|
+
"build-and-run:local:ios": "expo run:ios",
|
|
17
|
+
"fetch:graphql:schema:dev": "./scripts/fetch-graphql-schema.sh development",
|
|
18
|
+
"fetch:graphql:schema:staging": "./scripts/fetch-graphql-schema.sh staging",
|
|
19
|
+
"fetch:graphql:schema:production": "./scripts/fetch-graphql-schema.sh production",
|
|
20
|
+
"export:web": "expo export --platform web --source-maps",
|
|
21
|
+
"pre-build:eas": "cat .gitignore > .easignore && cat .easignore.extra >> .easignore"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@apollo/client": "^3.10.8",
|
|
25
|
+
"@expo/metro-runtime": "~6.1.2",
|
|
26
|
+
"@gluestack-ui/core": "^3.0.10",
|
|
27
|
+
"@gluestack-ui/utils": "^3.0.7",
|
|
28
|
+
"@gorhom/bottom-sheet": "^5.2.6",
|
|
29
|
+
"@hookform/resolvers": "^3.9.0",
|
|
30
|
+
"@legendapp/motion": "^2.4.0",
|
|
31
|
+
"@react-native-async-storage/async-storage": "2.2.0",
|
|
32
|
+
"@react-native-masked-view/masked-view": "^0.3.2",
|
|
33
|
+
"@react-navigation/drawer": "^7.5.0",
|
|
34
|
+
"@react-navigation/elements": "^1.3.31",
|
|
35
|
+
"@sentry/react-native": "7.2.0",
|
|
36
|
+
"@shopify/flash-list": "2.0.2",
|
|
37
|
+
"@shopify/react-native-skia": "2.2.12",
|
|
38
|
+
"apollo-link-sentry": "^4.0.0",
|
|
39
|
+
"base-64": "^1.0.0",
|
|
40
|
+
"date-fns": "^3.6.0",
|
|
41
|
+
"date-fns-tz": "^3.1.3",
|
|
42
|
+
"events": "^3.3.0",
|
|
43
|
+
"expo": "~54.0.31",
|
|
44
|
+
"expo-application": "~7.0.8",
|
|
45
|
+
"expo-battery": "~10.0.8",
|
|
46
|
+
"expo-build-properties": "~1.0.10",
|
|
47
|
+
"expo-clipboard": "~8.0.8",
|
|
48
|
+
"expo-constants": "~18.0.13",
|
|
49
|
+
"expo-crypto": "^15.0.8",
|
|
50
|
+
"expo-dev-client": "~6.0.20",
|
|
51
|
+
"expo-device": "~8.0.10",
|
|
52
|
+
"expo-font": "~14.0.10",
|
|
53
|
+
"expo-linear-gradient": "~15.0.8",
|
|
54
|
+
"expo-linking": "~8.0.11",
|
|
55
|
+
"expo-localization": "^17.0.8",
|
|
56
|
+
"expo-network": "~8.0.8",
|
|
57
|
+
"expo-notifications": "~0.32.16",
|
|
58
|
+
"expo-router": "~6.0.21",
|
|
59
|
+
"expo-secure-store": "~15.0.8",
|
|
60
|
+
"expo-splash-screen": "~31.0.13",
|
|
61
|
+
"expo-status-bar": "~3.0.9",
|
|
62
|
+
"expo-system-ui": "~6.0.9",
|
|
63
|
+
"expo-updates": "~29.0.16",
|
|
64
|
+
"graphql": "^16.12.0",
|
|
65
|
+
"i18n-js": "^4.5.1",
|
|
66
|
+
"lucide-react-native": "^0.562.0",
|
|
67
|
+
"nativewind": "^4.2.1",
|
|
68
|
+
"patch-package": "^8.0.0",
|
|
69
|
+
"react": "19.1.0",
|
|
70
|
+
"react-dom": "19.1.0",
|
|
71
|
+
"react-hook-form": "^7.70.0",
|
|
72
|
+
"react-native": "0.81.4",
|
|
73
|
+
"react-native-gesture-handler": "~2.30.0",
|
|
74
|
+
"react-native-keyboard-controller": "1.20.4",
|
|
75
|
+
"react-native-reanimated": "~4.2.1",
|
|
76
|
+
"react-native-safe-area-context": "^5.6.2",
|
|
77
|
+
"react-native-screens": "~4.19.0",
|
|
78
|
+
"react-native-store-version": "^1.4.1",
|
|
79
|
+
"react-native-svg": "^15.15.1",
|
|
80
|
+
"react-native-web": "^0.21.2",
|
|
81
|
+
"tailwindcss": "^3.4.7",
|
|
82
|
+
"tar": "^7.5.6",
|
|
83
|
+
"text-encoding-polyfill": "^0.6.7",
|
|
84
|
+
"usehooks-ts": "^3.1.1",
|
|
85
|
+
"zod": "^4.3.5"
|
|
86
|
+
},
|
|
87
|
+
"devDependencies": {
|
|
88
|
+
"@babel/core": "^7.20.0",
|
|
89
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
90
|
+
"@graphql-codegen/cli": "^6.1.0",
|
|
91
|
+
"@graphql-codegen/typescript": "^4.1.6",
|
|
92
|
+
"@graphql-codegen/typescript-operations": "^4.4.2",
|
|
93
|
+
"@graphql-codegen/typescript-react-apollo": "^4.3.4",
|
|
94
|
+
"@lhci/cli": "^0.15.1",
|
|
95
|
+
"@playwright/test": "^1.57.0",
|
|
96
|
+
"@react-native-community/cli": "^20.0.2",
|
|
97
|
+
"@react-native-community/cli-platform-android": "^20.0.2",
|
|
98
|
+
"@react-native-community/cli-platform-ios": "^20.0.2",
|
|
99
|
+
"@testing-library/react-native": "^13.0.0",
|
|
100
|
+
"@types/base-64": "^1.0.2",
|
|
101
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
102
|
+
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
|
103
|
+
"@types/react": "~19.1.10",
|
|
104
|
+
"@types/react-dom": "^19.1.7",
|
|
105
|
+
"babel-plugin-module-resolver": "^5.0.2",
|
|
106
|
+
"baseline-browser-mapping": "^2.9.2",
|
|
107
|
+
"eslint-config-expo": "^10.0.0",
|
|
108
|
+
"eslint-plugin-component-structure": "file:./eslint-plugin-component-structure",
|
|
109
|
+
"eslint-plugin-jsx-a11y": "^6.10.0",
|
|
110
|
+
"eslint-plugin-react": "^7.37.0",
|
|
111
|
+
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
112
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
113
|
+
"eslint-plugin-react-perf": "^3.3.0",
|
|
114
|
+
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
115
|
+
"eslint-plugin-ui-standards": "file:./eslint-plugin-ui-standards",
|
|
116
|
+
"expo-atlas": "^0.4.0",
|
|
117
|
+
"globals": "^16.0.0",
|
|
118
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
119
|
+
"jest-expo": "^54.0.12"
|
|
120
|
+
},
|
|
121
|
+
"resolutions": {
|
|
122
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
123
|
+
"tar": "^7.5.6"
|
|
124
|
+
},
|
|
125
|
+
"overrides": {
|
|
126
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
127
|
+
"zod-validation-error": "^4.0.0",
|
|
128
|
+
"tar": "^7.5.6"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"force": {
|
|
3
|
+
"scripts": {
|
|
4
|
+
"k6": "./scripts/k6-run.sh",
|
|
5
|
+
"k6:smoke": "./scripts/k6-run.sh --scenario smoke",
|
|
6
|
+
"k6:load": "./scripts/k6-run.sh --scenario load",
|
|
7
|
+
"k6:stress": "./scripts/k6-run.sh --scenario stress",
|
|
8
|
+
"k6:spike": "./scripts/k6-run.sh --scenario spike",
|
|
9
|
+
"k6:soak": "./scripts/k6-run.sh --scenario soak",
|
|
10
|
+
"k6:docker:smoke": "./scripts/k6-run.sh --scenario smoke --docker",
|
|
11
|
+
"k6:docker:load": "./scripts/k6-run.sh --scenario load --docker",
|
|
12
|
+
"start:local": "IS_OFFLINE=true sls offline start --noTimeout",
|
|
13
|
+
"start:dev": "IS_OFFLINE=true sls offline start --stage dev",
|
|
14
|
+
"start:docker": "docker compose up",
|
|
15
|
+
"start:docker:build": "docker compose up --build",
|
|
16
|
+
"start:docker:down": "docker compose down",
|
|
17
|
+
"fetch:graphql:schema:dev": "./scripts/fetch-graphql-schema.sh development",
|
|
18
|
+
"fetch:graphql:schema:staging": "./scripts/fetch-graphql-schema.sh staging",
|
|
19
|
+
"fetch:graphql:schema:production": "./scripts/fetch-graphql-schema.sh production",
|
|
20
|
+
"deploy:dev": "sls deploy --stage dev",
|
|
21
|
+
"deploy:staging": "sls deploy --stage staging",
|
|
22
|
+
"deploy:production": "sls deploy --stage production",
|
|
23
|
+
"migration:generate": "typeorm-ts-node-commonjs migration:generate -d typeorm.config.ts src/database/migrations/$npm_config_name",
|
|
24
|
+
"migration:run": "typeorm-ts-node-commonjs migration:run -d typeorm.config.ts",
|
|
25
|
+
"migration:revert": "typeorm-ts-node-commonjs migration:revert -d typeorm.config.ts"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@apollo/server": "^5.2.0",
|
|
29
|
+
"@as-integrations/express5": "^1.1.2",
|
|
30
|
+
"@aws-sdk/client-apigatewaymanagementapi": "^3.967.0",
|
|
31
|
+
"@aws-sdk/client-cognito-identity-provider": "^3.969.0",
|
|
32
|
+
"@aws-sdk/rds-signer": "^3.968.0",
|
|
33
|
+
"@graphql-tools/utils": "^11.0.0",
|
|
34
|
+
"@nestjs/apollo": "^13.2.3",
|
|
35
|
+
"@nestjs/common": "^11.1.11",
|
|
36
|
+
"@nestjs/config": "^4.0.2",
|
|
37
|
+
"@nestjs/core": "^11.1.11",
|
|
38
|
+
"@nestjs/graphql": "^13.2.3",
|
|
39
|
+
"@nestjs/platform-express": "^11.1.11",
|
|
40
|
+
"@nestjs/terminus": "^11.0.0",
|
|
41
|
+
"@nestjs/typeorm": "^11.0.0",
|
|
42
|
+
"@vendia/serverless-express": "^4.12.6",
|
|
43
|
+
"aws-jwt-verify": "^5.1.1",
|
|
44
|
+
"aws-xray-sdk-core": "^3.12.0",
|
|
45
|
+
"class-transformer": "^0.5.1",
|
|
46
|
+
"class-validator": "^0.14.3",
|
|
47
|
+
"dataloader": "^2.2.3",
|
|
48
|
+
"graphql": "^16.12.0",
|
|
49
|
+
"graphql-query-complexity": "^1.1.0",
|
|
50
|
+
"graphql-subscriptions": "^3.0.0",
|
|
51
|
+
"graphql-ws": "^6.0.6",
|
|
52
|
+
"ioredis": "^5.9.1",
|
|
53
|
+
"pg": "^8.16.3",
|
|
54
|
+
"reflect-metadata": "^0.2.2",
|
|
55
|
+
"rxjs": "^7.8.2",
|
|
56
|
+
"typeorm": "^0.3.28",
|
|
57
|
+
"typeorm-naming-strategies": "^4.1.0"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@graphql-codegen/cli": "^6.1.0",
|
|
61
|
+
"@graphql-codegen/typescript": "^4.1.6",
|
|
62
|
+
"@graphql-codegen/typescript-operations": "^4.4.2",
|
|
63
|
+
"@nestjs/cli": "^11.0.14",
|
|
64
|
+
"@nestjs/schematics": "^11.0.9",
|
|
65
|
+
"@nestjs/testing": "^11.1.11",
|
|
66
|
+
"@types/aws-lambda": "^8.10.159",
|
|
67
|
+
"@types/express": "^5.0.6",
|
|
68
|
+
"serverless": "^4.30.0",
|
|
69
|
+
"serverless-esbuild": "^1.57.0",
|
|
70
|
+
"serverless-offline": "^14.4.0"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"//lisa-merge-trusted-dependencies": "Suggested by Lisa to ensure that only trusted dependencies are used in this project",
|
|
3
2
|
"trustedDependencies": [
|
|
4
3
|
"@ast-grep/cli",
|
|
5
4
|
"@sentry/cli"
|
|
6
5
|
],
|
|
7
|
-
"//end-lisa-merge-trusted-dependencies": "",
|
|
8
6
|
"scripts": {
|
|
9
|
-
"//lisa-force-scripts-quality-assurance": "Required by Lisa in ci/cd, git hooks and claude hooks to ensure governance",
|
|
10
7
|
"test": "NODE_ENV=test jest --passWithNoTests",
|
|
11
8
|
"test:unit": "NODE_ENV=test jest --testPathIgnorePatterns=\"\\.integration\\.test\\.(ts|tsx)$\" --passWithNoTests",
|
|
12
9
|
"test:integration": "NODE_ENV=test jest --testPathPatterns=\"\\.integration\\.test\\.(ts|tsx)$\" --passWithNoTests",
|
|
@@ -22,10 +19,7 @@
|
|
|
22
19
|
"sg:scan": "ast-grep scan",
|
|
23
20
|
"build": "tsc",
|
|
24
21
|
"prepare": "tsc || husky install || true",
|
|
25
|
-
"//end-lisa-force-scripts-quality-assurance": "",
|
|
26
|
-
"//lisa-force-scripts-operations": "Required by Lisa for standard operations for this project",
|
|
27
22
|
"lisa:update": "npx @codyswann/lisa@latest .",
|
|
28
|
-
"//end-lisa-force-scripts-operations": "",
|
|
29
23
|
"start": "node dist/index.js",
|
|
30
24
|
"dev": "tsx src/index.ts",
|
|
31
25
|
"test:watch": "jest --watch",
|
|
@@ -72,17 +66,15 @@
|
|
|
72
66
|
"ts-jest": "^29.4.6"
|
|
73
67
|
},
|
|
74
68
|
"engines": {
|
|
75
|
-
"//lisa-defaults-engines": "Suggested by Lisa to ensure consistent environment for CDK operations. Can be overridden by the user if necessary.",
|
|
76
69
|
"npm": "please-use-bun",
|
|
77
70
|
"yarn": "please-use-bun",
|
|
78
71
|
"pnpm": "please-use-bun",
|
|
79
72
|
"bun": ">= 1.3.5",
|
|
80
|
-
"node": "22.21.1"
|
|
81
|
-
"//end-lisa-defaults-engines": ""
|
|
73
|
+
"node": "22.21.1"
|
|
82
74
|
},
|
|
83
75
|
"resolutions": {},
|
|
84
76
|
"name": "@codyswann/lisa",
|
|
85
|
-
"version": "1.
|
|
77
|
+
"version": "1.11.0",
|
|
86
78
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
87
79
|
"main": "dist/index.js",
|
|
88
80
|
"bin": {
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"graphql-scalars",
|
|
38
38
|
"@graphql-codegen/*",
|
|
39
39
|
"@nestjs/cli",
|
|
40
|
-
"@istanbuljs/nyc-config-typescript",
|
|
41
40
|
"@jest/test-sequencer",
|
|
42
41
|
"serverless-*",
|
|
43
42
|
"@types/fs-extra",
|
|
@@ -54,7 +53,9 @@
|
|
|
54
53
|
"tslint",
|
|
55
54
|
"lodash",
|
|
56
55
|
"cache-manager",
|
|
57
|
-
"@jest/globals"
|
|
56
|
+
"@jest/globals",
|
|
57
|
+
"ts-node",
|
|
58
|
+
"ts-morph"
|
|
58
59
|
],
|
|
59
60
|
"ignoreBinaries": ["expo", "playwright", "audit", "docker", "eval"],
|
|
60
61
|
"ignoreExportsUsedInFile": true
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"force": {
|
|
3
|
+
"scripts": {
|
|
4
|
+
"lint": "eslint . --quiet",
|
|
5
|
+
"format:check": "prettier --check .",
|
|
6
|
+
"format": "prettier --check . --write",
|
|
7
|
+
"test": "NODE_ENV=test jest --passWithNoTests",
|
|
8
|
+
"test:unit": "NODE_ENV=test jest --testPathIgnorePatterns=\"\\.integration\\.test\\.(ts|tsx)$\" --passWithNoTests",
|
|
9
|
+
"test:integration": "NODE_ENV=test jest --testPathPatterns=\"\\.integration\\.test\\.(ts|tsx)$\" --passWithNoTests",
|
|
10
|
+
"test:cov": "NODE_ENV=test jest --coverage",
|
|
11
|
+
"lint:fix": "eslint . --fix",
|
|
12
|
+
"lint:slow": "eslint . --config eslint.slow.config.ts --quiet",
|
|
13
|
+
"typecheck": "tsc --noEmit",
|
|
14
|
+
"knip": "knip",
|
|
15
|
+
"knip:fix": "knip --fix",
|
|
16
|
+
"sg:scan": "ast-grep scan",
|
|
17
|
+
"build": "tsc",
|
|
18
|
+
"prepare": "tsc || husky install || true",
|
|
19
|
+
"lisa:update": "npx @codyswann/lisa@latest ."
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@commitlint/cli": "^20.3.1",
|
|
23
|
+
"@commitlint/config-conventional": "^20.3.1",
|
|
24
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
25
|
+
"eslint": "^9.39.0",
|
|
26
|
+
"eslint-config-prettier": "^10.0.0",
|
|
27
|
+
"prettier": "^3.3.3",
|
|
28
|
+
"husky": "^8.0.0",
|
|
29
|
+
"lint-staged": "^16.2.7",
|
|
30
|
+
"@eslint/eslintrc": "^3.2.0",
|
|
31
|
+
"@eslint/js": "^9.39.0",
|
|
32
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
33
|
+
"eslint-plugin-code-organization": "file:./eslint-plugin-code-organization",
|
|
34
|
+
"eslint-plugin-import": "^2.32.0",
|
|
35
|
+
"eslint-plugin-functional": "^9.0.0",
|
|
36
|
+
"jiti": "^2.4.0",
|
|
37
|
+
"eslint-plugin-jsdoc": "^61.5.0",
|
|
38
|
+
"eslint-plugin-prettier": "^5.5.0",
|
|
39
|
+
"eslint-plugin-sonarjs": "^3.0.0",
|
|
40
|
+
"jscodeshift": "0.15.2",
|
|
41
|
+
"standard-version": "^9.5.0",
|
|
42
|
+
"ts-morph": "^27.0.2",
|
|
43
|
+
"ts-node": "^10.9.2",
|
|
44
|
+
"typescript": "~5.7.0",
|
|
45
|
+
"typescript-eslint": "^8.0.0",
|
|
46
|
+
"@types/fs-extra": "^11.0.0",
|
|
47
|
+
"@types/lodash.merge": "^4.6.0",
|
|
48
|
+
"@types/node": "^22.0.0",
|
|
49
|
+
"tsx": "^4.0.0",
|
|
50
|
+
"knip": "^5.0.0",
|
|
51
|
+
"@ast-grep/cli": "^0.40.4",
|
|
52
|
+
"@jest/test-sequencer": "^30.2.0",
|
|
53
|
+
"@types/jest": "^30.0.0",
|
|
54
|
+
"jest": "^30.0.0",
|
|
55
|
+
"ts-jest": "^29.4.6"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"defaults": {
|
|
59
|
+
"engines": {
|
|
60
|
+
"npm": "please-use-bun",
|
|
61
|
+
"yarn": "please-use-bun",
|
|
62
|
+
"pnpm": "please-use-bun",
|
|
63
|
+
"bun": ">= 1.3.5",
|
|
64
|
+
"node": "22.21.1"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"merge": {
|
|
68
|
+
"trustedDependencies": [
|
|
69
|
+
"@ast-grep/cli",
|
|
70
|
+
"@sentry/cli"
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"scripts": {
|
|
3
|
-
"//lisa-force-scripts-operations": "Required by Lisa to perform standard cdk operations",
|
|
4
|
-
"watch": "tsc -w",
|
|
5
|
-
"cdk": "cdk",
|
|
6
|
-
"//end-lisa-force-scripts-operations": ""
|
|
7
|
-
},
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"//lisa-force-dependencies": "Required by Lisa to ensure all necessary dependencies are included for CDK operations",
|
|
10
|
-
"@aws-cdk/aws-amplify-alpha": "^2.235.0-alpha.0",
|
|
11
|
-
"aws-cdk-github-oidc": "^2.4.1",
|
|
12
|
-
"aws-cdk-lib": "2.235.0",
|
|
13
|
-
"constructs": "^10.4.5",
|
|
14
|
-
"lodash": "^4.17.21",
|
|
15
|
-
"source-map-support": "^0.5.21",
|
|
16
|
-
"//end-lisa-force-dependencies": ""
|
|
17
|
-
},
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"//lisa-force-dev-dependencies": "Required by Lisa to ensure all necessary dev dependencies are included for CDK operations",
|
|
20
|
-
"aws-cdk": "2.235.0",
|
|
21
|
-
"//end-lisa-force-dev-dependencies": ""
|
|
22
|
-
},
|
|
23
|
-
"engines": {
|
|
24
|
-
"//lisa-defaults-engines": "Suggested by Lisa to ensure consistent environment for CDK operations. Can be overridden by the user if necessary.",
|
|
25
|
-
"npm": ">= 10.9.4",
|
|
26
|
-
"yarn": "please-use-npm",
|
|
27
|
-
"pnpm": "please-use-npm",
|
|
28
|
-
"bun": "please-use-npm",
|
|
29
|
-
"node": "22.21.1",
|
|
30
|
-
"//end-lisa-defaults-engines": ""
|
|
31
|
-
},
|
|
32
|
-
"bin": {
|
|
33
|
-
"//lisa-force-bin": "Required by Lisa to ensure the CLI entry points are correctly defined",
|
|
34
|
-
"infrastructure": "bin/infrastructure.js",
|
|
35
|
-
"//end-lisa-force-bin": ""
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"scripts": {
|
|
3
|
-
"//lisa-force-scripts-quality-assurance": "Required by Lisa in ci/cd, git hooks and claude hooks to ensure governance",
|
|
4
|
-
"lighthouse:check": "lhci autorun --collect.settings.chromeFlags='--no-sandbox --disable-gpu --headless'",
|
|
5
|
-
"playwright:build": "expo export --platform web",
|
|
6
|
-
"playwright:test": "bun run playwright:build && playwright test",
|
|
7
|
-
"playwright:test:ui": "bun run playwright:build && playwright test --ui",
|
|
8
|
-
"maestro:test": "maestro test .maestro/flows",
|
|
9
|
-
"maestro:test:smoke": "maestro test .maestro/flows --include-tags=smoke",
|
|
10
|
-
"maestro:studio": "maestro studio",
|
|
11
|
-
"//end-lisa-force-scripts-quality-assurance": "",
|
|
12
|
-
|
|
13
|
-
"//lisa-force-scripts-operations": "Required by Lisa for standard operations to run this project locally",
|
|
14
|
-
"start:local": "cp .env.localhost .env.local && EXPO_ATLAS=true expo start",
|
|
15
|
-
"start:dev": "EXPO_ATLAS=true cp .env.development .env.local && EXPO_ATLAS=true expo start",
|
|
16
|
-
"start:staging": "cp .env.staging .env.local && EXPO_ATLAS=true expo start",
|
|
17
|
-
"start:production": "cp .env.production .env.local && EXPO_ATLAS=true expo start",
|
|
18
|
-
"build-and-run:local:android": "expo run:android",
|
|
19
|
-
"build-and-run:local:ios": "expo run:ios",
|
|
20
|
-
"fetch:graphql:schema:dev": "./scripts/fetch-graphql-schema.sh development",
|
|
21
|
-
"fetch:graphql:schema:staging": "./scripts/fetch-graphql-schema.sh staging",
|
|
22
|
-
"fetch:graphql:schema:production": "./scripts/fetch-graphql-schema.sh production",
|
|
23
|
-
"//end-lisa-force-scripts-operations": "",
|
|
24
|
-
|
|
25
|
-
"//lisa-force-scripts-deployment": "Required by Lisa for deployment operations for this project",
|
|
26
|
-
"export:web": "expo export --platform web --source-maps",
|
|
27
|
-
"pre-build:eas": "cat .gitignore > .easignore && cat .easignore.extra >> .easignore",
|
|
28
|
-
"//end-lisa-force-scripts-deployment": ""
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"//lisa-force-dependencies": "Required by Lisa to ensure all necessary dependencies are included for Expo/React Native/GraphQL/Gluestack operations",
|
|
32
|
-
"@apollo/client": "^3.10.8",
|
|
33
|
-
"@expo/metro-runtime": "~6.1.2",
|
|
34
|
-
"@gluestack-ui/core": "^3.0.10",
|
|
35
|
-
"@gluestack-ui/utils": "^3.0.7",
|
|
36
|
-
"@gorhom/bottom-sheet": "^5.2.6",
|
|
37
|
-
"@hookform/resolvers": "^3.9.0",
|
|
38
|
-
"@legendapp/motion": "^2.4.0",
|
|
39
|
-
"@react-native-async-storage/async-storage": "2.2.0",
|
|
40
|
-
"@react-native-masked-view/masked-view": "^0.3.2",
|
|
41
|
-
"@react-navigation/drawer": "^7.5.0",
|
|
42
|
-
"@react-navigation/elements": "^1.3.31",
|
|
43
|
-
"@sentry/react-native": "7.2.0",
|
|
44
|
-
"@shopify/flash-list": "2.0.2",
|
|
45
|
-
"@shopify/react-native-skia": "2.2.12",
|
|
46
|
-
"apollo-link-sentry": "^4.0.0",
|
|
47
|
-
"base-64": "^1.0.0",
|
|
48
|
-
"date-fns": "^3.6.0",
|
|
49
|
-
"date-fns-tz": "^3.1.3",
|
|
50
|
-
"events": "^3.3.0",
|
|
51
|
-
"expo": "~54.0.31",
|
|
52
|
-
"expo-application": "~7.0.8",
|
|
53
|
-
"expo-battery": "~10.0.8",
|
|
54
|
-
"expo-build-properties": "~1.0.10",
|
|
55
|
-
"expo-clipboard": "~8.0.8",
|
|
56
|
-
"expo-constants": "~18.0.13",
|
|
57
|
-
"expo-crypto": "^15.0.8",
|
|
58
|
-
"expo-dev-client": "~6.0.20",
|
|
59
|
-
"expo-device": "~8.0.10",
|
|
60
|
-
"expo-font": "~14.0.10",
|
|
61
|
-
"expo-linear-gradient": "~15.0.8",
|
|
62
|
-
"expo-linking": "~8.0.11",
|
|
63
|
-
"expo-localization": "^17.0.8",
|
|
64
|
-
"expo-network": "~8.0.8",
|
|
65
|
-
"expo-notifications": "~0.32.16",
|
|
66
|
-
"expo-router": "~6.0.21",
|
|
67
|
-
"expo-secure-store": "~15.0.8",
|
|
68
|
-
"expo-splash-screen": "~31.0.13",
|
|
69
|
-
"expo-status-bar": "~3.0.9",
|
|
70
|
-
"expo-system-ui": "~6.0.9",
|
|
71
|
-
"expo-updates": "~29.0.16",
|
|
72
|
-
"graphql": "^16.12.0",
|
|
73
|
-
"i18n-js": "^4.5.1",
|
|
74
|
-
"lucide-react-native": "^0.562.0",
|
|
75
|
-
"nativewind": "^4.2.1",
|
|
76
|
-
"patch-package": "^8.0.0",
|
|
77
|
-
"react": "19.1.0",
|
|
78
|
-
"react-dom": "19.1.0",
|
|
79
|
-
"react-hook-form": "^7.70.0",
|
|
80
|
-
"react-native": "0.81.4",
|
|
81
|
-
"react-native-gesture-handler": "~2.30.0",
|
|
82
|
-
"react-native-keyboard-controller": "1.20.4",
|
|
83
|
-
"react-native-reanimated": "~4.2.1",
|
|
84
|
-
"react-native-safe-area-context": "^5.6.2",
|
|
85
|
-
"react-native-screens": "~4.19.0",
|
|
86
|
-
"react-native-store-version": "^1.4.1",
|
|
87
|
-
"react-native-svg": "^15.15.1",
|
|
88
|
-
"react-native-web": "^0.21.2",
|
|
89
|
-
"tailwindcss": "^3.4.7",
|
|
90
|
-
"tar": "^7.5.6",
|
|
91
|
-
"text-encoding-polyfill": "^0.6.7",
|
|
92
|
-
"usehooks-ts": "^3.1.1",
|
|
93
|
-
"zod": "^4.3.5",
|
|
94
|
-
"//end-lisa-force-dependencies": ""
|
|
95
|
-
},
|
|
96
|
-
"devDependencies": {
|
|
97
|
-
"//lisa-force-dev-dependencies": "Required by Lisa to ensure all necessary dev dependencies are included for Expo/React Native/GraphQL/Gluestack operations",
|
|
98
|
-
"@babel/core": "^7.20.0",
|
|
99
|
-
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
100
|
-
"@graphql-codegen/cli": "^6.1.0",
|
|
101
|
-
"@graphql-codegen/typescript": "^4.1.6",
|
|
102
|
-
"@graphql-codegen/typescript-operations": "^4.4.2",
|
|
103
|
-
"@graphql-codegen/typescript-react-apollo": "^4.3.4",
|
|
104
|
-
"@lhci/cli": "^0.15.1",
|
|
105
|
-
"@playwright/test": "^1.57.0",
|
|
106
|
-
"@react-native-community/cli": "^20.0.2",
|
|
107
|
-
"@react-native-community/cli-platform-android": "^20.0.2",
|
|
108
|
-
"@react-native-community/cli-platform-ios": "^20.0.2",
|
|
109
|
-
"@testing-library/react-native": "^13.0.0",
|
|
110
|
-
"@types/base-64": "^1.0.2",
|
|
111
|
-
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
112
|
-
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
|
113
|
-
"@types/react": "~19.1.10",
|
|
114
|
-
"@types/react-dom": "^19.1.7",
|
|
115
|
-
"babel-plugin-module-resolver": "^5.0.2",
|
|
116
|
-
"baseline-browser-mapping": "^2.9.2",
|
|
117
|
-
"eslint-config-expo": "^10.0.0",
|
|
118
|
-
"eslint-plugin-component-structure": "file:./eslint-plugin-component-structure",
|
|
119
|
-
"eslint-plugin-jsx-a11y": "^6.10.0",
|
|
120
|
-
"eslint-plugin-react": "^7.37.0",
|
|
121
|
-
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
122
|
-
"eslint-plugin-react-hooks": "^7.0.0",
|
|
123
|
-
"eslint-plugin-react-perf": "^3.3.0",
|
|
124
|
-
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
125
|
-
"eslint-plugin-ui-standards": "file:./eslint-plugin-ui-standards",
|
|
126
|
-
"expo-atlas": "^0.4.0",
|
|
127
|
-
"globals": "^16.0.0",
|
|
128
|
-
"jest-environment-jsdom": "^30.2.0",
|
|
129
|
-
"jest-expo": "^54.0.12",
|
|
130
|
-
"//end-lisa-force-dev-dependencies": ""
|
|
131
|
-
},
|
|
132
|
-
"resolutions": {
|
|
133
|
-
"//lisa-force-resolutions": "Required by Lisa for security and compatibility reasons",
|
|
134
|
-
"eslint-plugin-react-hooks": "^7.0.0",
|
|
135
|
-
"tar": "^7.5.6",
|
|
136
|
-
"//end-lisa-force-resolutions": ""
|
|
137
|
-
},
|
|
138
|
-
"overrides": {
|
|
139
|
-
"//lisa-force-overrides": "Required by Lisa for security and compatibility reasons",
|
|
140
|
-
"eslint-plugin-react-hooks": "^7.0.0",
|
|
141
|
-
"zod-validation-error": "^4.0.0",
|
|
142
|
-
"tar": "^7.5.6",
|
|
143
|
-
"//end-lisa-force-overrides": ""
|
|
144
|
-
}
|
|
145
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"scripts": {
|
|
3
|
-
"//lisa-force-scripts-quality-assurance": "Required by Lisa in ci/cd, git hooks and claude hooks to ensure governance",
|
|
4
|
-
"k6": "./scripts/k6-run.sh",
|
|
5
|
-
"k6:smoke": "./scripts/k6-run.sh --scenario smoke",
|
|
6
|
-
"k6:load": "./scripts/k6-run.sh --scenario load",
|
|
7
|
-
"k6:stress": "./scripts/k6-run.sh --scenario stress",
|
|
8
|
-
"k6:spike": "./scripts/k6-run.sh --scenario spike",
|
|
9
|
-
"k6:soak": "./scripts/k6-run.sh --scenario soak",
|
|
10
|
-
"k6:docker:smoke": "./scripts/k6-run.sh --scenario smoke --docker",
|
|
11
|
-
"k6:docker:load": "./scripts/k6-run.sh --scenario load --docker",
|
|
12
|
-
"//end-lisa-force-scripts-quality-assurance": "",
|
|
13
|
-
|
|
14
|
-
"//lisa-force-scripts-operations": "Required by Lisa for standard operations to run this project locally",
|
|
15
|
-
"start:local": "IS_OFFLINE=true sls offline start --noTimeout",
|
|
16
|
-
"start:dev": "IS_OFFLINE=true sls offline start --stage dev",
|
|
17
|
-
"start:docker": "docker compose up",
|
|
18
|
-
"start:docker:build": "docker compose up --build",
|
|
19
|
-
"start:docker:down": "docker compose down",
|
|
20
|
-
|
|
21
|
-
"fetch:graphql:schema:dev": "./scripts/fetch-graphql-schema.sh development",
|
|
22
|
-
"fetch:graphql:schema:staging": "./scripts/fetch-graphql-schema.sh staging",
|
|
23
|
-
"fetch:graphql:schema:production": "./scripts/fetch-graphql-schema.sh production",
|
|
24
|
-
"//end-lisa-force-scripts-operations": "",
|
|
25
|
-
|
|
26
|
-
"//lisa-force-scripts-deployment": "Required by Lisa for deployment operations for this project",
|
|
27
|
-
"deploy:dev": "sls deploy --stage dev",
|
|
28
|
-
"deploy:staging": "sls deploy --stage staging",
|
|
29
|
-
"deploy:production": "sls deploy --stage production",
|
|
30
|
-
|
|
31
|
-
"migration:generate": "typeorm-ts-node-commonjs migration:generate -d typeorm.config.ts src/database/migrations/$npm_config_name",
|
|
32
|
-
"migration:run": "typeorm-ts-node-commonjs migration:run -d typeorm.config.ts",
|
|
33
|
-
"migration:revert": "typeorm-ts-node-commonjs migration:revert -d typeorm.config.ts",
|
|
34
|
-
"//end-lisa-force-scripts-deployment": ""
|
|
35
|
-
},
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"//lisa-force-dependencies": "Required by Lisa to ensure all necessary dependencies are included for Serverless/NestJS/GraphQl operations",
|
|
38
|
-
"@apollo/server": "^5.2.0",
|
|
39
|
-
"@as-integrations/express5": "^1.1.2",
|
|
40
|
-
"@aws-sdk/client-apigatewaymanagementapi": "^3.967.0",
|
|
41
|
-
"@aws-sdk/client-cognito-identity-provider": "^3.969.0",
|
|
42
|
-
"@aws-sdk/rds-signer": "^3.968.0",
|
|
43
|
-
"@graphql-tools/utils": "^11.0.0",
|
|
44
|
-
"@nestjs/apollo": "^13.2.3",
|
|
45
|
-
"@nestjs/common": "^11.1.11",
|
|
46
|
-
"@nestjs/config": "^4.0.2",
|
|
47
|
-
"@nestjs/core": "^11.1.11",
|
|
48
|
-
"@nestjs/graphql": "^13.2.3",
|
|
49
|
-
"@nestjs/platform-express": "^11.1.11",
|
|
50
|
-
"@nestjs/terminus": "^11.0.0",
|
|
51
|
-
"@nestjs/typeorm": "^11.0.0",
|
|
52
|
-
"@vendia/serverless-express": "^4.12.6",
|
|
53
|
-
"aws-jwt-verify": "^5.1.1",
|
|
54
|
-
"aws-xray-sdk-core": "^3.12.0",
|
|
55
|
-
"class-transformer": "^0.5.1",
|
|
56
|
-
"class-validator": "^0.14.3",
|
|
57
|
-
"dataloader": "^2.2.3",
|
|
58
|
-
"graphql": "^16.12.0",
|
|
59
|
-
"graphql-query-complexity": "^1.1.0",
|
|
60
|
-
"graphql-subscriptions": "^3.0.0",
|
|
61
|
-
"graphql-ws": "^6.0.6",
|
|
62
|
-
"ioredis": "^5.9.1",
|
|
63
|
-
"pg": "^8.16.3",
|
|
64
|
-
"reflect-metadata": "^0.2.2",
|
|
65
|
-
"rxjs": "^7.8.2",
|
|
66
|
-
"typeorm": "^0.3.28",
|
|
67
|
-
"typeorm-naming-strategies": "^4.1.0",
|
|
68
|
-
"//end-lisa-force-dependencies": ""
|
|
69
|
-
},
|
|
70
|
-
"devDependencies": {
|
|
71
|
-
"//lisa-force-dev-dependencies": "Required by Lisa to ensure all necessary dev dependencies are included for Serverless/NestJS/GraphQl operations",
|
|
72
|
-
"@graphql-codegen/cli": "^6.1.0",
|
|
73
|
-
"@graphql-codegen/typescript": "^4.1.6",
|
|
74
|
-
"@graphql-codegen/typescript-operations": "^4.4.2",
|
|
75
|
-
"@graphql-codegen/typescript-react-apollo": "^4.3.4",
|
|
76
|
-
"@nestjs/cli": "^11.0.14",
|
|
77
|
-
"@nestjs/schematics": "^11.0.9",
|
|
78
|
-
"@nestjs/testing": "^11.1.11",
|
|
79
|
-
"@types/aws-lambda": "^8.10.159",
|
|
80
|
-
"@types/express": "^5.0.6",
|
|
81
|
-
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
82
|
-
"serverless": "^4.30.0",
|
|
83
|
-
"serverless-esbuild": "^1.57.0",
|
|
84
|
-
"serverless-offline": "^14.4.0",
|
|
85
|
-
"//end-lisa-force-dev-dependencies": ""
|
|
86
|
-
}
|
|
87
|
-
}
|