-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.51 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.51 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
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
{
"name": "@react-pakistan/react-native-logo-collection",
"version": "1.2.15",
"description": "React Native Logos Collection built upon React Native StoryBook",
"module": "index.js",
"main": "index.js",
"types": "index.d.tsx",
"scripts": {
"android": "yarn clean && yarn prestorybook && react-native run-android",
"build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
"build:android": "cd android && ./gradlew assembleRelease && cd ..;",
"build:ts": "tsc --project tsconfig.build.json",
"clean": "yarn rimraf ./lib",
"generate:logos": "scripts/generate-logos.sh",
"ios": "yarn clean && yarn prestorybook && react-native run-ios",
"lint": "yarn lint:ts && yarn lint:css",
"lint:css": "stylelint 'src/**/*.ts' --config stylelint.config.js",
"lint:staged": "lint-staged",
"lint:ts": "eslint --config .eslintrc .",
"major": "npm version major",
"minor": "npm version minor",
"patch": "npm version patch",
"pod:install": "cd ./ios && pod install && cd ..;",
"pod:update": "cd ./ios && pod update && cd ..;",
"prestorybook": "rnstl",
"publish:github": "yarn build && cd lib/ && npm publish && cd ..",
"publish:npm": "yarn build && cd lib/ && npm publish --access public && cd ..",
"start": "yarn clean && react-native start",
"storybook": "start-storybook -p=9002",
"test": "jest --coverage --config ./jest.config.js",
"test:badges": "yarn test && jest-coverage-badges",
"upgrade": "ncu -u -x react-native-svg"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.9",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/slider": "^4.2.1",
"@react-pakistan/eslint-config-shared": "^1.4.22",
"@react-pakistan/react-native-commons-collection": "^2.8.6",
"@react-pakistan/util-react-native-functions": "^1.6.16",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-knobs": "^5.3.25",
"@storybook/react-native": "^5.3.25",
"@storybook/react-native-server": "^5.3.23",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.5",
"@types/react-native": "^0.67.4",
"@types/react-test-renderer": "^18.0.0",
"@types/storybook__react": "^5.2.1",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"awesome-typescript-loader": "^5.2.1",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.13.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.8",
"metro-react-native-babel-preset": "^0.70.1",
"react": "^18.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-native": "^0.68.1",
"react-native-device-info": "^8.7.0",
"react-native-pager-view": "^5.4.15",
"react-native-storybook-loader": "^2.0.5",
"react-native-svg": "^11.0.1",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "^18.0.0",
"styled-components": "^5.3.5",
"stylelint": "^14.7.0",
"stylelint-config-react-native-styled-components": "^0.5.0",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"stylelint-react-native": "^2.4.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Taimoormk/react-native-logo-collection.git"
},
"author": "Taimoor Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Taimoormk/react-native-logo-collection/issues"
},
"homepage": "https://github.com/Taimoormk/react-native-logo-collection#readme",
"lint-staged": {
"*.{ts,tsx}": [
"yarn lint"
]
},
"config": {
"react-native-storybook-loader": {
"searchDir": [
"./__stories__/"
],
"pattern": "*.story.tsx",
"outputFile": "./__stories__/story-loader.ts"
}
},
"engines": {
"node": ">=10",
"npm": ">=6",
"yarn": "*"
},
"keywords": [
"bitcoin color",
"misc color",
"vintage color"
]
}