forked from flipkart-incubator/kubric
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"name": "kubric",
"version": "0.1.0-beta-3",
"description": "Android's co-ordinator layout ported to work on react native (iOS and Android and on web via RNW)",
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"tsc": "sh scripts/build.sh",
"watch": "npm run clean && npm run tsc",
"deploy": "sh scripts/deploy.sh",
"publishRelease": "sh scripts/publishRelease.sh",
"publishLocal": "sh scripts/publishLocal.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run deploy"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:flipkart-incubator/kubric.git"
},
"peerDependencies": {
"react": ">= 16.0.0-beta.5",
"react-native": ">= 0.49.5",
"react-native-web": ">= 0.6.0"
},
"devDependencies": {
"@types/react": "16.0.40",
"@types/react-native": "0.51.10",
"copyfiles": "^2.1.0",
"react-native-typescript-transformer": "1.2.10",
"rimraf": "2.6.2",
"tslint": "5.10.0",
"typescript": "^4.0.2",
"react": "16.0.0-beta.5",
"react-native": "0.49.5",
"react-native-web": "0.6.0"
},
"keywords": [
"ballet",
"Coordinator",
"layout",
"coordinatorlayout",
"react-native",
"reactnative",
"android",
"ios"
],
"author": "Rajat Gupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/flipkart-incubator/kubric/issues"
},
"homepage": "https://github.com/flipkart-incubator/kubric#readme"
}