-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.64 KB
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
{
"name": "react-native-ficus-ui-monorepo",
"private": true,
"version": "2.4.0",
"engines": {
"node": ">= 22.0.0"
},
"scripts": {
"dev": "pnpm -C ./apps/examples run dev",
"docs:dev": "pnpm -C ./apps/docs run dev",
"docs:build": "pnpm -C ./apps/docs run build",
"prepack": "pnpm -C ./packages/react-native-ficus-ui run prepack",
"lint": "eslint ./packages/react-native-ficus-ui --ext .ts,.tsx --config .eslintrc",
"typecheck": "pnpm -C ./packages/react-native-ficus-ui run typecheck",
"test:old": "jest --config ./jest.config.cjs",
"test": "jest --testPathPattern='./packages/react-native-ficus-ui'",
"ci": "pnpm typecheck && pnpm lint && pnpm test",
"clean": "del ./**/node_modules ./**/lib ./**/dist ./**/.next ./**/.expo",
"format:check": "prettier --check ./packages/react-native-ficus-ui --cache",
"format:fix": "prettier --write ./packages/react-native-ficus-ui --cache"
},
"dependencies": {
"eslint": "8.57.0",
"prettier": "3.4.2"
},
"devDependencies": {
"@evilmartians/lefthook": "1.11.13",
"del-cli": "6.0.0",
"turbo": "2.4.2"
},
"author": {
"name": "Nicolas Torion",
"email": "nicolas.torion@bearstudio.fr",
"url": "https://github.com/ntorionbearstudio"
},
"license": "MIT",
"pnpm": {
"overrides": {
"react": "19.1.0",
"react-native": "0.81.5",
"react-dom": "19.1.0",
"@types/react": "~19.1.10",
"@types/react-dom": "19.1.0",
"use-latest-callback": "0.2.3",
"react-native-screens": "4.16.0",
"@headlessui/react": "2.2.0",
"next-mdx-remote": "6.0.0"
}
},
"packageManager": "pnpm@9.15.5"
}