-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "cesar-monorepo",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"clean": "turbo run clean",
"publish-packages": "turbo run build lint test && changeset version && changeset publish"
},
"dependencies": {
"@changesets/cli": "^2.27.10",
"apollo-upload-client": "^18.0.1",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"graphql-tag": "^2.12.6",
"object-path": "^0.11.8",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"recursive-iterator": "^3.3.0"
},
"devDependencies": {
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.4.1",
"tsup": "^8.3.5",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "bun@1.1.17",
"workspaces": [
"apps/*",
"packages/*"
],
"patchedDependencies": {
"@faustwp/experimental-app-router@0.4.0": "patches/@faustwp%2Fexperimental-app-router@0.4.0.patch"
}
}