-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
106 lines (106 loc) · 3.4 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
{
"name": "activities.next",
"version": "0.1.6",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:withoutStorage": "yarn test --testPathIgnorePatterns=\"lib/storage/storage.test.ts\" --testPathIgnorePatterns=\"lib/storage/types/(.\\w+).test.ts\"",
"test:storage": "yarn test --runInBand --testPathPattern=\"lib/storage/storage(.\\w+)?.test.ts\" --testPathPattern=\"lib/storage/types/(.\\w+).test.ts\"",
"start:firestore": "firebase emulators:start --only firestore --project test",
"prettier": "prettier --write pages migrations lib",
"migrate": "knex migrate:latest",
"migrate:make": "knex migrate:make"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.656.0",
"@aws-sdk/client-s3": "^3.654.0",
"@aws-sdk/s3-presigned-post": "^3.654.0",
"@aws-sdk/util-utf8-node": "^3.259.0",
"@date-fns/utc": "^2.1.0",
"@google-cloud/firestore": "^7.10.0",
"@jmondi/oauth2-server": "^4.0.2",
"@llun/activities.schema": "^0.2.13",
"@opentelemetry/api": "^1.9.0",
"@upstash/qstash": "2.7.9",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.3.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"classnames": "^2.5.1",
"content-type": "^1.0.5",
"date-fns": "^4.1.0",
"fluent-ffmpeg": "^2.1.3",
"got": "14.4.2",
"html-react-parser": "^5.1.16",
"jsonld": "^8.3.2",
"jsonwebtoken": "^9.0.2",
"knex": "3.1.0",
"lodash": "^4.17.21",
"marked": "^14.1.2",
"mime-types": "^2.1.35",
"next": "14.2.13",
"next-auth": "4.24.7",
"nodemailer": "^6.9.15",
"peggy": "^4.0.3",
"pino": "^9.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-modal": "^3.16.1",
"resend": "^4.0.0",
"sanitize-html": "^2.13.0",
"sass": "^1.79.3",
"sharp": "0.33.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/env": "^14.2.13",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.26",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bcrypt": "^5.0.2",
"@types/content-type": "^1.1.8",
"@types/fluent-ffmpeg": "^2",
"@types/jest": "^29.5.13",
"@types/jsonld": "^1.5.15",
"@types/jsonwebtoken": "^9",
"@types/lodash": "^4.17.7",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.5.5",
"@types/nodemailer": "^6.4.16",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react-modal": "^3.16.3",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"dotenv-flow": "^4.1.0",
"eslint": "^9.11.0",
"eslint-config-next": "14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"firebase-tools": "^13.18.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-fetch-mock": "^3.0.3",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"typescript": "^5.6.2"
},
"resolutions": {
"eslint": "^8.57.0"
},
"packageManager": "yarn@4.5.0"
}