This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.96 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
{
"name": "react-native-ameelio-library",
"version": "1.2.6",
"description": "Components used in Ameelio's mobile suite.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json && copyfiles -u1 \"src/**/*.gif\" \"src/**/*.png\" dist",
"clean": "rm -rf dist/",
"release": "npm run build && npm run publish && npm run clean",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "rm -r node_modules/expo/node_modules/expo-font"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Ameelio/react-native-ameelio-library.git"
},
"keywords": [
"Ameelio",
"Mobile"
],
"author": "Mark Pekala",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ameelio/react-native-ameelio-library/issues"
},
"homepage": "https://github.com/Ameelio/react-native-ameelio-library#readme",
"dependencies": {
"@expo-google-fonts/inter": "^0.2.0",
"date-fns": "^2.22.1",
"expo-crypto": "^8.4.0",
"expo-linear-gradient": "^8.4.0",
"react-native-calendar-picker": "^7.0.9",
"react-native-calendars": "1.1264.0",
"react-native-elements": "^3.2.0",
"react-native-emoji": "^1.8.0",
"react-native-picker-select": "8.0.0",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@expo/metro-config": "^0.1.49",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.1",
"@storybook/addon-actions": "^5.3",
"@storybook/addon-knobs": "^5.3",
"@storybook/addon-links": "^5.3",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-knobs": "^5.3.23",
"@storybook/react-native": "^5.3.23",
"@storybook/react-native-server": "^5.3.23",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/react-native-calendar-picker": "^7.0.0",
"@types/react-native-calendars": "^1.505.4",
"@types/storybook__react": "^5.2.1",
"babel-loader": "^8.2.2",
"babel-plugin-inline-dotenv": "^1.6.0",
"babel-plugin-module-resolver": "^4.1.0",
"copyfiles": "^2.4.1",
"expo": "~40.0.0",
"expo-app-loading": "^1.1.2",
"expo-font": "^9.2.1",
"expo-status-bar": "~1.0.3",
"moment": "^2.29.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-datepicker": "^1.7.2",
"react-native-gesture-handler": "^1.9.0",
"react-native-screens": "^2.15.2",
"react-native-web": "~0.13.12",
"typescript": "~4.0.0"
}
}