forked from get6pm/6pm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "6pm",
"version": "1.0.2",
"license": "GPL-3.0",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"api:dev": "pnpm --filter @6pm/api run dev",
"api:build": "pnpm --filter @6pm/api run build",
"api:start": "pnpm --filter @6pm/api run start",
"mobile": "pnpm --filter @6pm/mobile",
"mobile:start": "pnpm --filter @6pm/mobile run start",
"mobile:ios": "pnpm --filter @6pm/mobile run ios",
"li:extract": "lingui extract",
"li:compile": "lingui compile --typescript",
"li": "pnpm li:extract && pnpm li:compile"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@biomejs/biome": "^1.8.0",
"@lingui/cli": "^4.11.1",
"@lingui/macro": "^4.11.1",
"babel-plugin-macros": "^3.1.0",
"conventional-changelog-cli": "^5.0.0",
"lefthook": "^1.7.15"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/*",
"expo-modules-*",
"typescript"
]
},
"overrides": {
"react": "18.3.1"
}
},
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}