-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.04 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
{
"name": "react-native-rooster",
"version": "1.4.3",
"description": "Your toast solution for react-native apps",
"main": "build/index.js",
"module": "build/index.es.js",
"jsnext:main": "build/index.es.js",
"types": "build/index.d.ts",
"keywords": [
"react-native",
"react-native-rooster",
"ios",
"android",
"toast"
],
"author": "mCodex",
"license": "MIT",
"homepage": "https://mcodex.dev/react-native-rooster/",
"bugs": {
"url": "https://github.com/mcodex/react-native-rooster/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mcodex/react-native-rooster.git"
},
"scripts": {
"localPublish": "yalc publish && cd example && yalc add react-native-rooster --yarn && cd ..",
"localPublishMacOS": "yalc publish && cd macOS-example && yalc add react-native-rooster --yarn && cd ..",
"build": "rimraf -rf build && rollup -c",
"prepublish": "yarn build",
"test": "jest --coverage"
},
"peerDependencies": {
"lodash": "*",
"react": "*",
"react-native": "*",
"styled-components": "*"
},
"devDependencies": {
"@babel/runtime": "^7.11.2",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@testing-library/jest-native": "^3.4.2",
"@testing-library/react-hooks": "^3.4.1",
"@testing-library/react-native": "^7.0.2",
"@types/jest": "^26.0.14",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.22",
"@types/react-test-renderer": "^16.9.3",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-jest": "^26.3.0",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"jest": "^26.4.2",
"lodash": "^4.17.19",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-native": "^0.63.2",
"react-test-renderer": "^16.13.1",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-typescript2": "^0.27.3",
"styled-components": "^6.1.12",
"ts-jest": "^26.4.0",
"tslib": "^2.6.3",
"typescript": "4.x",
"yalc": "^1.0.0-pre.44"
},
"jest": {
"preset": "react-native",
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"moduleDirectories": [
"node_modules",
"src"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"standard": {
"ignore": [
"node_modules/",
"build/"
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}