generated from webbeetechnologies/blueprint-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 4.68 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
128
129
130
{
"name": "@webbeetechnologies/molecules-todo",
"version": "0.0.1",
"publishConfig": {
"private": "restricted",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
"types": "./lib/typescript/index.d.ts"
},
"scripts": {
"lint": "eslint .",
"postinstall": "yarn prepare:husky",
"type-check": "tsc --noEmit",
"prepare:husky": "husky install",
"test": "jest",
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"storybook-watcher": "sb-rn-watcher --config-path .ondevice",
"test-storybook": "test-storybook",
"cleanup": "rm -rf lib prepublish",
"package": "mkdir -p dist && npm pack --pack-destination=dist",
"bundle": "yarn cleanup && bob build",
"build": "yarn bundle && yarn package",
"coverage": "cp coverage/storybook/coverage-storybook.json coverage/coverage-storybook.json && nyc report --reporter=html -t coverage --report-dir coverage/lcov-report",
"test:coverage": "yarn test --coverage && yarn test-storybook --coverage && yarn coverage"
},
"files": [
"lib",
"!src"
],
"jest": {
"coverageReporters": [
"json"
],
"preset": "react-native",
"setupFiles": [],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"cacheDirectory": "./cache/jest",
"modulePathIgnorePatterns": [
"<rootDir>/node_modules",
"<rootDir>/lib/",
"<rootDir>/dist/"
],
"watchPathIgnorePatterns": [
"__fixtures__\\/[^/]+\\/(output|error)\\.js"
],
"transform": {
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
},
"transformIgnorePatterns": [
"node_modules/(?!(@react-native|react-native|react-native-super-grid|react-native-vector-icons|react-native-web-hooks|react-native-actions-sheet|@expo/vector-icons|expo-font|react-native-iphone-x-helper|@bambooapp/*|@webbee/*)/)"
]
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@expo/webpack-config": "^18.0.1",
"@react-native-community/eslint-config": "^3.2.0",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-coverage": "^0.0.7",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-controls": "^6.0.1-alpha.0",
"@storybook/addon-ondevice-notes": "^5.3.26",
"@storybook/addon-react-native-web": "^0.0.18",
"@storybook/addon-storyshots": "^6.5.12",
"@storybook/builder-webpack4": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/jest": "^0.0.10",
"@storybook/manager-webpack4": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.10",
"@storybook/react-native": "^6.5.0-rc.3",
"@storybook/test-runner": "^0.7.1",
"@storybook/testing-library": "^0.0.13",
"@storybook/testing-react": "^1.3.0",
"@testing-library/jest-native": "^5.4.1",
"@testing-library/react-native": "^11.5.0",
"@types/jest": "^29.2.5",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.14",
"@types/react-test-renderer": "^18.0.0",
"chromatic": "^6.15.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": "^8.0.3",
"jest": "^29.2.1",
"jest-transform-stub": "2",
"prettier": "^2.7.1",
"react-native-builder-bob": "^0.17.1",
"react-native-web": "^0.18.9",
"react-test-renderer": "^18.2.0",
"storybook-addon-performance": "^0.16.1",
"storybook-mock-date-decorator": "^1.0.0",
"typescript": "^4.6.3"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/webbeetechnologies/blueprint-react-native#readme",
"description": "",
"dependencies": {
"@bambooapp/bamboo-molecules": "^0.1.24",
"@react-navigation/drawer": "^6.5.8",
"@react-navigation/native": "^6.1.3",
"expo": "~48.0.4",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.2",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.71.3",
"react-native-document-picker": "^8.1.3",
"react-native-gesture-handler": "^2.9.0",
"react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "~3.20.0",
"react-native-vector-icons": "^9.2.0"
}
}