-
-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.6 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.6 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
69
70
71
72
73
74
75
76
77
78
{
"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",
"format:check": "prettier --check --experimental-cli .",
"format:fix": "prettier --write --experimental-cli .",
"lint": "eslint --cache -c ./eslint.config.js",
"lint:fix": "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",
"version:canary": "pnpm changeset version --snapshot canary"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@docusaurus/eslint-plugin": "^3.9.2",
"@prettier/plugin-oxc": "^0.1.3",
"cross-env": "^10.1.0",
"eslint": "^9.39.4",
"eslint-config-expo": "^55.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "7.0.1",
"prettier": "^3.8.1",
"sherif": "^1.11.0",
"typescript": "~5.9.3"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"engines": {
"node": ">=22.18.0"
},
"pnpm": {
"overrides": {
"@types/markdown-it": "^14.0.1",
"jest-environment-jsdom>jsdom": "26.1.0",
"markdown-it": "^14.0.0",
"minimatch@3": "~3.1.3",
"react-docgen-typescript": "2.2.2",
"serialize-javascript": ">=7.0.3",
"svgo": "3.3.3",
"webpack-dev-server": "^5.2.2",
"zod-validation-error": "^4.0.0"
}
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
}
}