-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 996 Bytes
/
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
{
"name": "sik-learning-curve",
"version": "0.0.1",
"private": true,
"license": "MIT",
"author": {
"name": "Shahid Iqbal Khan",
"url": "https://twitter.com/sikhan682"
},
"engines": {
"pnpm": ">=8.6.12",
"node": ">=18.17.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/*",
"expo-modules-*",
"typescript"
]
}
},
"modulePathIgnorePatterns": [
"<rootDir>[/\\\\](build|docs|node_modules|deploy|scripts|.vercel|output)[/\\\\]"
],
"type": "module",
"resolutions": {
"metro": "0.72.3",
"react-refresh": "~0.14.0"
},
"scripts": {
"yta": "turbo run dev --filter @sik/yt-app --no-daemon",
"yt": "concurrently \"turbo run dev --filter @sik/yt-client\" \"turbo run dev --filter @sik/yt-server\" --parallel --no-daemon",
"lint": "turbo run lint"
},
"dependencies": {
"@manypkg/cli": "^0.21.0",
"concurrently": "^8.2.0",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"@sik/prettier": "0.0.1",
"@sik/eslint": "0.0.1"
}
}