-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
155 lines (155 loc) · 5.43 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
151
152
153
154
155
{
"name": "@taskany/issues",
"version": "2.65.1",
"private": true,
"scripts": {
"prepare": "husky install",
"lint": "next lint && eslint --ext .js,.ts,.tsx .",
"type-check": "npx tsc",
"dev": "npm run build:css && concurrently -k \"npm run dev:worker\" \"next dev\"",
"dev:worker": "tsx -r dotenv/config src/utils/worker/index.ts",
"dev:emails": "email dev",
"dev:db:init": "npx prisma migrate dev && npx prisma db seed",
"dev:db:run": "docker-compose -f docker-compose.dev.yml up -d",
"dev:db:down": "docker-compose down",
"dev:db:fill": "tsx -r dotenv/config scripts/fillDevData.ts",
"db:migrate": "npx prisma migrate deploy",
"db:seed": "npx prisma db seed",
"db:reset": "npx prisma db push --force-reset",
"build": "npm run build:css && concurrently \"next build\" \"npm run build:worker\"",
"build:worker": "tsc -p ./src/utils/worker",
"build:analyze": "ANALYZE=true next build",
"test": "node --import tsx --test ./src/**/*.test.*",
"test:watch": "node --import tsx --test --watch ./src/**/*.test.*",
"cy:open": "ELECTRON_EXTRA_LAUNCH_ARGS=--lang=en npx cypress open",
"test:e2e": "./scripts/e2eRun.sh",
"test:e2e:env": "./scripts/e2eEnv.sh",
"i18n": "generate-i18n --func=tr --langs=ru,en --path='./{src/{components,hooks,i18n,schema,modules},trpc}/**/*' --getLang='./src/utils/getLang' && tsx ./scripts/generateLangsFixture",
"extract-i18n": "extract-i18n-meta --langs=ru,en --path='./src/{components,hooks,i18n,schema,modules}/**/*' --func=tr",
"build:css": "npx postcss src/styles/dark.css src/styles/light.css -d public/theme"
},
"prisma": {
"seed": "tsx -r dotenv/config prisma/seed.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "3.675.0",
"@hookform/resolvers": "3.3.4",
"@mdx-js/loader": "3.0.0",
"@mdx-js/react": "3.0.1",
"@next-auth/prisma-adapter": "1.0.7",
"@next/mdx": "14.1.3",
"@opentelemetry/exporter-trace-otlp-http": "0.48.0",
"@opentelemetry/resources": "1.22.0",
"@opentelemetry/sdk-node": "0.45.1",
"@opentelemetry/sdk-trace-node": "1.18.1",
"@opentelemetry/semantic-conventions": "1.22.0",
"@react-email/components": "0.0.14",
"@react-email/render": "0.0.12",
"@salutejs/web-telemetry": "1.0.3",
"@sentry/nextjs": "7.99.0",
"@tanstack/react-query": "4.29.5",
"@tanstack/react-query-devtools": "4.29.6",
"@taskany/bricks": "5.53.0",
"@taskany/colors": "1.13.1",
"@taskany/icons": "2.0.7",
"@tippyjs/react": "4.2.6",
"@trpc/client": "10.35.0",
"@trpc/next": "10.35.0",
"@trpc/react-query": "10.35.0",
"@trpc/server": "10.35.0",
"classnames": "2.5.1",
"concurrently": "8.2.2",
"cors": "2.8.5",
"cron-parser": "4.9.0",
"cyrillic-to-translit-js": "3.2.1",
"dom-objects": "1.2.0",
"easy-typed-intl": "1.0.3",
"gray-matter": "4.0.3",
"jira-client": "8.2.2",
"kysely": "0.27.3",
"markdown-it": "14.0.0",
"md5": "2.3.0",
"multer": "1.4.5-lts.1",
"nanoid": "5.0.7",
"nanoid-dictionary": "4.3.0",
"next": "13.4.2",
"next-auth": "4.24.10",
"next-connect": "0.13.0",
"next-themes": "0.3.0",
"nodemailer": "6.9.9",
"pg": "8.11.4",
"picmo": "5.8.5",
"prisma-kysely": "1.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "3.0.2",
"react-hook-form": "7.53.1",
"react-hot-toast": "2.4.1",
"react-input-mask": "2.0.4",
"react-remark": "2.1.0",
"react-sortablejs": "6.1.4",
"remark-emoji": "4.0.1",
"sortablejs": "1.15.3",
"throttle-debounce": "5.0.0",
"tinykeys": "1.4.0",
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@faker-js/faker": "8.4.1",
"@next/bundle-analyzer": "15.0.1",
"@prisma/client": "4.16.2",
"@statoscope/webpack-plugin": "5.28.0",
"@svgr/webpack": "8.1.0",
"@taskany/eslint-plugin-rules": "0.1.3",
"@types/cors": "2.8.17",
"@types/jira-client": "7.1.9",
"@types/markdown-it": "13.0.7",
"@types/md5": "2.3.5",
"@types/multer": "1.4.10",
"@types/nanoid-dictionary": "4.2.3",
"@types/node": "22.8.7",
"@types/nodemailer": "6.4.14",
"@types/pg": "8.11.4",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.19",
"@types/react-input-mask": "3.0.5",
"@types/sortablejs": "1.15.8",
"@types/throttle-debounce": "5.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@welldone-software/why-did-you-render": "8.0.1",
"babel-eslint": "10.1.0",
"babel-loader": "9.1.3",
"cypress": "13.15.1",
"cypress-real-events": "1.12.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "15.2.10",
"postcss-cli": "11.0.0",
"postcss-import": "16.0.0",
"prettier": "2.8.8",
"prisma": "4.16.2",
"tsx": "4.7.1",
"typescript": "5.1.3",
"typescript-plugin-css-modules": "5.1.0",
"webpack": "5.95.0"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 10,
"minimumChangeThreshold": 0,
"showDetails": true
}
}