-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1 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
{
"name": "react-native-switches",
"version": "1.2.5",
"description": "React native switches component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"compile": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haskkor/react-native-switches.git"
},
"author": "Jeremy Farnault <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Haskkor/react-native-switches/issues"
},
"homepage": "https://github.com/Haskkor/react-native-switches#readme",
"devDependencies": {
"@types/d3-ease": "^1.0.9",
"@types/lodash": "^4.14.148",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"typescript": "3.7.2"
},
"dependencies": {
"@types/d3-interpolate": "^1.3.1",
"d3-ease": "^1.0.5",
"d3-interpolate": "^1.4.0",
"lodash": "^4.17.15",
"react-move": "^6.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}