Skip to content

Commit 81916b2

Browse files
committed
Merge branch 'main' into s3-widget
2 parents 7e87bcc + 8b14452 commit 81916b2

24 files changed

Lines changed: 33125 additions & 26903 deletions

backend/package.json

Lines changed: 129 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,131 @@
11
{
2-
"name": "auto-admin",
3-
"version": "0.0.1",
4-
"description": "",
5-
"author": "",
6-
"private": true,
7-
"license": "UNLICENSED",
8-
"type": "module",
9-
"scripts": {
10-
"prebuild": "rimraf dist",
11-
"build": "nest build",
12-
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
13-
"start": "nest start",
14-
"start:dev": "nest start --watch --preserveWatchOutput",
15-
"start:debug": "nest start --debug --watch",
16-
"start:prod": "node dist/main",
17-
"test": "ava test/ava-tests/non-saas-tests/* --serial",
18-
"test-all": "ava --timeout=5m",
19-
"test-saas": "ava test/ava-tests/saas-tests/* ",
20-
"typeorm": "ts-node -r tsconfig-paths/register ../node_modules/.bin/typeorm",
21-
"migration:generate": "yarn run typeorm migration:generate -d dist/src/shared/config/datasource.config.js",
22-
"migration:create": "yarn run typeorm migration:create -d dist/src/shared/config/datasource.config.js",
23-
"migration:run": "yarn run typeorm migration:run -d dist/src/shared/config/datasource.config.js",
24-
"migration:revert": "npm run typeorm -- migration:revert -d dist/src/shared/config/datasource.config.js",
25-
"knip": "knip"
26-
},
27-
"dependencies": {
28-
"@amplitude/node": "1.10.2",
29-
"@aws-sdk/client-s3": "^3.953.0",
30-
"@aws-sdk/lib-dynamodb": "^3.953.0",
31-
"@aws-sdk/s3-request-presigner": "^3.953.0",
32-
"@electric-sql/pglite": "^0.3.14",
33-
"@faker-js/faker": "^10.1.0",
34-
"@nestjs/common": "11.1.9",
35-
"@nestjs/config": "4.0.2",
36-
"@nestjs/core": "11.1.9",
37-
"@nestjs/platform-express": "11.1.9",
38-
"@nestjs/schedule": "^6.1.0",
39-
"@nestjs/swagger": "^11.2.3",
40-
"@nestjs/throttler": "^6.5.0",
41-
"@nestjs/typeorm": "^11.0.0",
42-
"@nestjsx/crud": "4.6.2",
43-
"@rocketadmin/shared-code": "workspace:*",
44-
"@sentry/minimal": "^6.19.7",
45-
"@sentry/node": "10.31.0",
46-
"@types/crypto-js": "^4.2.2",
47-
"@types/jsonwebtoken": "^9.0.10",
48-
"@types/multer": "^2.0.0",
49-
"@types/nodemailer": "^7.0.4",
50-
"@types/nunjucks": "^3.2.6",
51-
"@types/qrcode": "^1.5.6",
52-
"@zapier/secret-scrubber": "^1.1.2",
53-
"argon2": "0.44.0",
54-
"axios": "^1.13.2",
55-
"base32-encode": "^2.0.0",
56-
"basic-auth": "2.0.1",
57-
"bcrypt": "6.0.0",
58-
"body-parser": "^2.2.1",
59-
"class-transformer": "0.5.1",
60-
"class-validator": "^0.14.3",
61-
"cookie-parser": "^1.4.7",
62-
"crc": "^4.3.2",
63-
"crypto-js": "4.2.0",
64-
"csv": "^6.4.1",
65-
"dotenv": "17.2.3",
66-
"eslint-plugin-security": "3.0.1",
67-
"express": "5.2.1",
68-
"fetch-blob": "^4.0.0",
69-
"helmet": "8.1.0",
70-
"i18n-iso-countries": "^7.14.0",
71-
"ip-range-check": "0.2.0",
72-
"json2csv": "^5.0.7",
73-
"jsonwebtoken": "^9.0.3",
74-
"knex": "3.1.0",
75-
"lru-cache": "^11.2.4",
76-
"nanoid": "5.1.6",
77-
"nodemailer": "^7.0.11",
78-
"nunjucks": "^3.2.4",
79-
"openai": "^6.14.0",
80-
"otplib": "^12.0.1",
81-
"p-queue": "9.0.1",
82-
"pg": "^8.16.3",
83-
"pg-connection-string": "^2.9.1",
84-
"qrcode": "^1.5.4",
85-
"query-string": "^9.3.1",
86-
"reflect-metadata": "0.2.2",
87-
"rimraf": "6.1.2",
88-
"rxjs": "7.8.2",
89-
"safe-regex2": "^5.0.0",
90-
"secure-json-parse": "4.1.0",
91-
"typeorm": "0.3.28",
92-
"typeorm-pglite": "^0.3.2",
93-
"uuid": "^13.0.0",
94-
"validator": "^13.15.23",
95-
"winston": "3.19.0"
96-
},
97-
"devDependencies": {
98-
"@ava/typescript": "6.0.0",
99-
"@nestjs/cli": "^11.0.14",
100-
"@nestjs/schematics": "11.0.9",
101-
"@nestjs/testing": "^11.1.9",
102-
"@types/bcrypt": "^6.0.0",
103-
"@types/body-parser": "^1.19.6",
104-
"@types/cookie-parser": "^1.4.10",
105-
"@types/cron": "^2.4.3",
106-
"@types/express": "^5.0.6",
107-
"@types/ibm_db": "^3.2.0",
108-
"@types/json2csv": "^5.0.7",
109-
"@types/node": "^24.10.1",
110-
"@types/pg": "^8.16.0",
111-
"@types/safe-regex": "^1.1.6",
112-
"@types/supertest": "^6.0.3",
113-
"@types/uuid": "^11.0.0",
114-
"@types/validator": "^13.15.10",
115-
"@typescript-eslint/eslint-plugin": "^8.50.0",
116-
"@typescript-eslint/parser": "^8.50.0",
117-
"ava": "6.4.1",
118-
"eslint": "^9.39.2",
119-
"eslint-config-prettier": "^10.1.8",
120-
"eslint-plugin-import": "^2.32.0",
121-
"knip": "^5.75.0",
122-
"nock": "^14.0.10",
123-
"prettier": "^3.7.4",
124-
"supertest": "^7.1.4",
125-
"ts-loader": "^9.5.4",
126-
"ts-node": "^10.9.2",
127-
"tsconfig-paths": "^4.2.0",
128-
"typescript": "^5.9.3"
129-
}
2+
"name": "auto-admin",
3+
"version": "0.0.1",
4+
"description": "",
5+
"author": "",
6+
"private": true,
7+
"license": "UNLICENSED",
8+
"type": "module",
9+
"scripts": {
10+
"prebuild": "rimraf dist",
11+
"build": "nest build",
12+
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
13+
"start": "nest start",
14+
"start:dev": "nest start --watch --preserveWatchOutput",
15+
"start:debug": "nest start --debug --watch",
16+
"start:prod": "node dist/main",
17+
"test": "ava test/ava-tests/non-saas-tests/* --serial",
18+
"test-all": "ava --timeout=5m",
19+
"test-saas": "ava test/ava-tests/saas-tests/* ",
20+
"typeorm": "ts-node -r tsconfig-paths/register ../node_modules/.bin/typeorm",
21+
"migration:generate": "yarn run typeorm migration:generate -d dist/src/shared/config/datasource.config.js",
22+
"migration:create": "yarn run typeorm migration:create -d dist/src/shared/config/datasource.config.js",
23+
"migration:run": "yarn run typeorm migration:run -d dist/src/shared/config/datasource.config.js",
24+
"migration:revert": "npm run typeorm -- migration:revert -d dist/src/shared/config/datasource.config.js",
25+
"knip": "knip"
26+
},
27+
"dependencies": {
28+
"@amplitude/node": "1.10.2",
29+
"@aws-sdk/client-bedrock-runtime": "^3.954.0",
30+
"@aws-sdk/client-s3": "^3.953.0",
31+
"@aws-sdk/lib-dynamodb": "^3.953.0",
32+
"@aws-sdk/s3-request-presigner": "^3.953.0",
33+
"@electric-sql/pglite": "^0.3.14",
34+
"@faker-js/faker": "^10.1.0",
35+
"@nestjs/common": "11.1.9",
36+
"@nestjs/config": "4.0.2",
37+
"@nestjs/core": "11.1.9",
38+
"@nestjs/platform-express": "11.1.9",
39+
"@nestjs/schedule": "^6.1.0",
40+
"@nestjs/swagger": "^11.2.3",
41+
"@nestjs/throttler": "^6.5.0",
42+
"@nestjs/typeorm": "^11.0.0",
43+
"@nestjsx/crud": "4.6.2",
44+
"@rocketadmin/shared-code": "workspace:*",
45+
"@sentry/minimal": "^6.19.7",
46+
"@sentry/node": "10.31.0",
47+
"@types/crypto-js": "^4.2.2",
48+
"@types/jsonwebtoken": "^9.0.10",
49+
"@types/multer": "^2.0.0",
50+
"@types/nodemailer": "^7.0.4",
51+
"@types/nunjucks": "^3.2.6",
52+
"@types/qrcode": "^1.5.6",
53+
"@zapier/secret-scrubber": "^1.1.2",
54+
"argon2": "0.44.0",
55+
"axios": "^1.13.2",
56+
"base32-encode": "^2.0.0",
57+
"basic-auth": "2.0.1",
58+
"bcrypt": "6.0.0",
59+
"body-parser": "^2.2.1",
60+
"class-transformer": "0.5.1",
61+
"class-validator": "^0.14.3",
62+
"cookie-parser": "^1.4.7",
63+
"crc": "^4.3.2",
64+
"crypto-js": "4.2.0",
65+
"csv": "^6.4.1",
66+
"dotenv": "17.2.3",
67+
"eslint-plugin-security": "3.0.1",
68+
"express": "5.2.1",
69+
"fetch-blob": "^4.0.0",
70+
"helmet": "8.1.0",
71+
"i18n-iso-countries": "^7.14.0",
72+
"ip-range-check": "0.2.0",
73+
"json2csv": "^5.0.7",
74+
"jsonwebtoken": "^9.0.3",
75+
"knex": "3.1.0",
76+
"lru-cache": "^11.2.4",
77+
"nanoid": "5.1.6",
78+
"nodemailer": "^7.0.11",
79+
"nunjucks": "^3.2.4",
80+
"openai": "^6.14.0",
81+
"otplib": "^12.0.1",
82+
"p-queue": "9.0.1",
83+
"pg": "^8.16.3",
84+
"pg-connection-string": "^2.9.1",
85+
"qrcode": "^1.5.4",
86+
"query-string": "^9.3.1",
87+
"reflect-metadata": "0.2.2",
88+
"rimraf": "6.1.2",
89+
"rxjs": "7.8.2",
90+
"safe-regex2": "^5.0.0",
91+
"secure-json-parse": "4.1.0",
92+
"typeorm": "0.3.28",
93+
"typeorm-pglite": "^0.3.2",
94+
"uuid": "^13.0.0",
95+
"validator": "^13.15.23",
96+
"winston": "3.19.0"
97+
},
98+
"devDependencies": {
99+
"@ava/typescript": "6.0.0",
100+
"@nestjs/cli": "^11.0.14",
101+
"@nestjs/schematics": "11.0.9",
102+
"@nestjs/testing": "^11.1.9",
103+
"@types/bcrypt": "^6.0.0",
104+
"@types/body-parser": "^1.19.6",
105+
"@types/cookie-parser": "^1.4.10",
106+
"@types/cron": "^2.4.3",
107+
"@types/express": "^5.0.6",
108+
"@types/ibm_db": "^3.2.0",
109+
"@types/json2csv": "^5.0.7",
110+
"@types/node": "^24.10.1",
111+
"@types/pg": "^8.16.0",
112+
"@types/safe-regex": "^1.1.6",
113+
"@types/supertest": "^6.0.3",
114+
"@types/uuid": "^11.0.0",
115+
"@types/validator": "^13.15.10",
116+
"@typescript-eslint/eslint-plugin": "^8.50.0",
117+
"@typescript-eslint/parser": "^8.50.0",
118+
"ava": "6.4.1",
119+
"eslint": "^9.39.2",
120+
"eslint-config-prettier": "^10.1.8",
121+
"eslint-plugin-import": "^2.32.0",
122+
"knip": "^5.75.0",
123+
"nock": "^14.0.10",
124+
"prettier": "^3.7.4",
125+
"supertest": "^7.1.4",
126+
"ts-loader": "^9.5.4",
127+
"ts-node": "^10.9.2",
128+
"tsconfig-paths": "^4.2.0",
129+
"typescript": "^5.9.3"
130+
}
130131
}

0 commit comments

Comments
 (0)