-
-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.43 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@storybook/root",
"version": "0.0.0",
"private": true,
"description": "Storybook for React Native is an open source tool for developing UI components in isolation. It makes building stunning UIs organized and efficient.",
"keywords": [
"components",
"documentation",
"frontend",
"markup",
"react-native",
"reuseable",
"storybook",
"storybookjs",
"templated",
"tool",
"ui",
"user interface"
],
"homepage": "https://storybook.js.org/",
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/react-native.git"
},
"scripts": {
"build": "pnpm -r run prepare",
"check": "pnpm check:types && pnpm lint && pnpm format:check && pnpm --filter expo-example check && pnpm test",
"check:types": "pnpm -r run check:types",
"dev": "pnpm -r --parallel run dev",
"example": "pnpm --filter expo-example storybook",
"example:lite": "pnpm --filter expo-example storybook:lite",
"example-new-wrapper": "pnpm --filter expo-new-wrapper-example storybook",
"format:check": "prettier --check --experimental-cli .",
"format:fix": "prettier --write --experimental-cli .",
"lint": "eslint --cache -c ./eslint.config.js",
"lint:fix": "pnpm lint --fix",
"publish:canary": "pnpm changeset publish --tag canary",
"repo:fix": "sherif --fix -r unsync-similar-dependencies",
"repo:lint": "sherif -r unsync-similar-dependencies",
"test": "pnpm -r run test",
"test:ci": "pnpm -r run test:ci",
"update-storybook-deps": "node scripts/update-external-storybook-deps.mts",
"update-examples": "bash ./scripts/update-examples.sh",
"version:canary": "pnpm changeset version --snapshot canary"
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.30.0",
"@docusaurus/eslint-plugin": "^3.10.0",
"@prettier/plugin-oxc": "^0.1.3",
"cross-env": "^10.1.0",
"eslint": "^9.39.4",
"eslint-config-expo": "^57.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "7.1.1",
"prettier": "^3.9.5",
"sherif": "^1.13.0",
"typescript": "~6.0.3"
},
"packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8",
"engines": {
"node": ">=26.3.1"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
}
}