-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "component-library",
"version": "1.0.0",
"description": "Quick way to start developing React Native UI component.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watcher-add": "wml add ~/Desktop/Soumya/SwacchUkDir/component-library/ ~/Desktop/Soumya/SwacchUkDir/SwacchUk/node_modules/component-library/",
"watch-start": "wml start",
"watch-stop": "wml rm-all",
"watch-single": "wml rm 0",
"watch-list": "wml list"
},
"keywords": [
"react-native",
"starter",
"component",
"library",
"module starter",
"package starter",
"library starter"
],
"author": "Soumya Ranjan Sethy",
"license": "ISC",
"devDependencies": {
"react": "16.9.0",
"react-native": "0.61.5"
},
"dependencies": {
"@react-native-community/async-storage": "^1.7.1",
"react-native-geolocation-service": "^4.0.0",
"react-native-image-picker": "^2.3.0",
"react-native-maps": "0.26.1",
"react-native-swiper": "^1.6.0-nightly.5",
"styled-components": "^4.3.2"
}
}