-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.73 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
54
55
56
57
58
59
60
61
62
63
{
"name": "react-native-ui-blueprint",
"version": "0.1.0",
"description": "To develop pixel perfect apps.",
"main": "lib.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nidorx/react-native-blueprint.git"
},
"scripts": {
"build-ts": "tsc -p tsconfig-lib.json",
"publish-lib": "node v-release.js && node publish.js",
"publish-lib-snapshot": "node v-snapshot.js && node publish.js",
"lint": "eslint ."
},
"author": "Alex Rodin <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.6.0",
"@babel/runtime": "7.6.0",
"@react-native-community/eslint-config": "0.0.5",
"eslint": "6.3.0",
"metro-react-native-babel-preset": "0.54.1",
"ncp": "^2.0.0",
"react": "16.8.6",
"react-native": "0.60.5",
"rimraf": "^3.0.0",
"semver": "^6.0.0",
"typescript": "3.6.2",
"@types/react": "16.9.2",
"@types/react-native": "0.60.12"
},
"peerDependencies": {
"react": "^16.8.3",
"react-native": "^0.60.0"
},
"keywords": [
"ruler",
"pixel perfect",
"pixel-perfect",
"grid",
"guides",
"designer",
"mobile",
"ui",
"ux",
"dev tools",
"developer tools",
"react native",
"react native pixel",
"react native pixel perfect",
"react native pixel-perfect",
"react native grid",
"react native guides",
"react native dev tools",
"react native developer tools",
"react native ui",
"react native ux"
],
"dependencies": {
"tslib": "^1.10.0"
}
}