-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.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
{
"name": "@cs-magic/codebase-ts",
"version": "0.8.1886",
"author": "Mark <[email protected]>",
"repository": "https://github.com/cs-magic/codebase-ts",
"bugs": "https://github.com/cs-magic/codebase-ts/issues",
"license": "MIT",
"workspaces": [
"packages/*",
"packages/backend/*",
"packages/frontend/*",
"packages/tools/*",
"apps/*",
"apps/cs-magic/*",
"apps/cs-magic/thinkow/*",
"apps/exts/*",
"apps/exts/alfred/*",
"apps/exts/chrome/*",
"cases/*",
"cases/*/*",
"lab/*",
"tests/*"
],
"scripts": {
"prepare": "ts-patch install",
"postinstall": "prisma generate",
"init-app": "git submodule update --init --progress",
"run-app": "yarn workspace @cs-magic"
},
"resolutions": {
"@babel/core": "^7.25.2",
"@chatie/eslint-config": "1.4.1",
"@chatie/tsconfig": "4.9.2",
"@grpc/grpc-js": "^1.11.1",
"@hookform/resolvers": "3.9.0",
"@prisma/client": "^5.19.1",
"@radix-ui/react-icons": "1.3.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/async-lock": "^1.4.2",
"@types/babel__core": "^7",
"@types/copyfiles": "^2",
"@types/eslint": "^8.56.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4",
"@types/node": "^22.0.0",
"@types/prettier": "^3.0.0",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/webpack-bundle-analyzer": "^4",
"@types/wtfnode": "^0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "7.18.0",
"@zerollup/ts-transform-paths": "^1.7.18",
"async-lock": "^1.4.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.4.2",
"electron": "31.2.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"gnomon": "^1.5.0",
"i18next": "^22.0.1",
"jackspeak": "2.1.1",
"jest": "^29.7.0",
"jimp": "0.22.12",
"jotai": "^2.9.1",
"lodash-es": "^4.17.21",
"lucide-react": "^0.424.0",
"madge": "^7.0.0",
"markmap-view": "patch:markmap-view@npm%3A0.16.0#~/.yarn/patches/markmap-view-npm-0.16.0-f358605936.patch",
"next": "^14.0.0",
"next-auth": "^4.24.7",
"next-i18next": "^13.0.0",
"next-themes": "^0.3.0",
"npm-run-all": "^4.1.5",
"pino-pretty": "^11.2.1",
"prettier": "^3.3.3",
"prisma": "^5",
"proxy-agent": "^6.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.53.0",
"react-i18next": "^11.18.6",
"rimraf": "^3",
"shx": "^0.3.4",
"sonner": "^1.5.0",
"stripe": "^17",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"tsc-alias": "^1.8.10",
"typescript": "5.5.4",
"typescript-transform-paths": "^3.5.1",
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2",
"wtfnode": "^0.9.1",
"zod": "3.23.8",
"zod-prisma-types": "^3.1.8"
},
"dependencies": {
"@prisma/client": "^5.19.1",
"@types/lodash": "^4.14.202",
"lodash": "^4.17.21",
"prisma": "^5.21.0",
"stripe": "^17.4.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"npm-run-all": "^4.1.5",
"turbo": "^2.3.0",
"typescript": "5.5.4"
},
"packageManager": "[email protected]",
"ct3aMetadata": {
"initVersion": "7.27.0"
},
"git": {
"scripts": {
"pre-push": "echo ''"
}
}
}