-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 890 Bytes
/
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
{
"name": "reactnativemultistepform",
"version": "0.0.1",
"description": "Multi-step swipe enabled form with stepper(progess bar) for React Native.",
"main": "src/index.ts",
"dependencies": {
"react": "^17.0.2",
"react-native": "^0.64.1",
"react-native-app-intro-slider": "^4.0.4",
"react-native-svg": "^12.1.1",
"styled-components": "^5.3.0"
},
"devDependencies": {},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohandere/ReactNativeMultiStepForm.git"
},
"keywords": [
"react-native",
"multi-step-form",
"stepper",
"swipe"
],
"author": "Mohan Dere <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohandere/ReactNativeMultiStepForm/issues"
},
"homepage": "https://github.com/mohandere/ReactNativeMultiStepForm#readme"
}