forked from storybookjs/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.37 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
{
"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",
"version:canary": "pnpm changeset version --snapshot canary"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.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": "^56.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "7.0.1",
"prettier": "^3.8.1",
"sherif": "^1.11.0",
"typescript": "~6.0.3"
},
"packageManager": "pnpm@11.0.9+sha512.34ce82e6780233cf9cad8685029a8f81d2e06196c5a9bad98879f7424940c6817c4e4524fb7d38b8553ceed48b9758b8ebaf1abd3600c232c4c8cf7366086f38",
"engines": {
"node": ">=26.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
}
}