-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "@buwa/react-native-avatar",
"version": "1.0.3",
"description": "Avatar for react native",
"scripts": {
"storybook": "start-storybook",
"build": "rm -rf dist && cp -R src dist",
"release": "auto shipit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Buwaneka-Sumanasekara/react-native-avatar.git"
},
"main": "dist/index",
"author": "Buwaneka Sumanasekara",
"license": "ISC",
"bugs": {
"url": "https://github.com/Buwaneka-Sumanasekara/react-native-avatar/issues"
},
"homepage": "https://github.com/Buwaneka-Sumanasekara/react-native-avatar#readme",
"dependencies": {
"@storybook/react": "^6.4.22",
"@types/react": "^18.0.9",
"@types/react-native": "^0.67.7",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-native": "^0.68.2",
"react-native-web": "^0.17.7"
},
"devDependencies": {
"@storybook/addon-controls": "^6.4.22",
"@storybook/addon-docs": "^6.4.22",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"auto": "^10.36.5",
"babel-plugin-react-native-web": "^0.17.7",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"prop-types": "^15.8.1"
},
"auto": {
"plugins": [
"npm"
],
"baseBranch": "master",
"prereleaseBranches": [
"next"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}