forked from storybookjs/addon-react-native-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 4.24 KB
/
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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "@storybook/addon-react-native-web",
"version": "0.0.18",
"description": "Configure React storybook for react-native-web",
"author": "Daniel Williams",
"keywords": [
"storybook-addons",
"react-native",
"react-native-web"
],
"repository": {
"type": "git",
"url": "https://github.com/emreyeter/addon-react-native-web.git"
},
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/ts/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"clean": "rimraf ./dist",
"buildBabel": "concurrently \"yarn buildBabel:cjs\" \"yarn buildBabel:esm\"",
"buildBabel:cjs": "babel ./src -d ./dist/cjs --extensions \".js,.jsx,.ts,.tsx\"",
"buildBabel:esm": "babel ./src -d ./dist/esm --env-name esm --extensions \".js,.jsx,.ts,.tsx\"",
"buildTsc": "tsc --declaration --emitDeclarationOnly --outDir ./dist/ts",
"prebuild": "yarn clean",
"build": "concurrently \"yarn buildBabel\" \"yarn buildTsc\"",
"build:watch": "concurrently \"yarn buildBabel:esm -- --watch\" \"yarn buildTsc -- --watch\"",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"prestorybook": "yarn buildBabel:cjs",
"start": "concurrently \"yarn build:watch\" \"yarn storybook -- --no-manager-cache --quiet\"",
"build-storybook": "build-storybook",
"prerelease": "zx scripts/prepublish-checks.mjs",
"release": "yarn build && auto shipit",
"eject-ts": "zx scripts/eject-typescript.mjs",
"chromatic": "npx chromatic --project-token=c9eb9dda8699"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.12.5",
"@expo/html-elements": "^0.0.2",
"@react-native-community/eslint-config": "^2.0.0",
"@storybook/addon-actions": "^6.4.12",
"@storybook/addon-essentials": "6.4.12",
"@storybook/addon-links": "^6.4.12",
"@storybook/react": "6.4.12",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.65.0",
"@types/react-native-vector-icons": "^6.4.8",
"@types/react-test-renderer": "^17.0.1",
"auto": "^10.3.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.1.0",
"babel-plugin-react-native-web": "^0.18.9",
"boxen": "^5.0.1",
"chromatic": "^6.0.6",
"concurrently": "^6.2.0",
"dedent": "^0.7.0",
"eslint": "^7.14.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.5.5",
"expo-linear-gradient": "^11.0.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"native-base": "^3.1.0",
"prettier": "^2.3.1",
"prop-types": "^15.7.2",
"react": "18.0.0",
"react-dom": "^18.0.0",
"react-native": "0.69.6",
"react-native-codegen": "^0.0.7",
"react-native-gesture-handler": "^1.10.3",
"react-native-paper": "^4.9.2",
"react-native-reanimated": "2.3.0-alpha.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.7.2",
"react-native-svg": "^12.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.17.1",
"react-test-renderer": "17.0.2",
"rimraf": "^3.0.2",
"styled-components": "^5.3.1",
"styled-system": "^5.1.5",
"typescript": "^4.2.4",
"victory": "^36.2.0",
"victory-native": "^36.2.0",
"zx": "^1.14.1"
},
"peerDependencies": {
"@storybook/addons": "^6 || 6.4.0-rc.1",
"@storybook/api": "^6 || 6.4.0-rc.1",
"@storybook/components": "^6 || 6.4.0-rc.1",
"@storybook/core-events": "^6 || 6.4.0-rc.1",
"@storybook/theming": "^6 || 6.4.0-rc.1",
"babel-plugin-react-native-web": "^0.18.9",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"storybook": {
"displayName": "React Native Web",
"supportedFrameworks": [
"react-native"
],
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
}
}