-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "@bayramitto/react-native-sneaky-progress",
"version": "0.0.16",
"description": "A Sneak Style Path Progress Stepper Component.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "mocha --reporter spec",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/Bayramito/react-native-sneaky-progress"
},
"keywords": [
"react-native",
"progress",
"stepper"
],
"author": "bayram-arif",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bayramito/react-native-sneaky-progress/issues"
},
"homepage": "https://github.com/Bayramito/react-native-sneaky-progress#readme",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@shopify/react-native-skia": "^0.1.191",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-reanimated": "^3.1.0",
"typescript": "^4.8.3"
},
"peerDependencies": {
"react-native-reanimated": "2.x",
"@shopify/react-native-skia": "^0.1.x"
},
"dependencies": {}
}