forked from akveo/react-native-ui-kitten
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.98 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
64
65
66
67
68
{
"name": "ui-kitten",
"version": "5.1.2",
"private": true,
"license": "MIT",
"author": "akveo <[email protected]>",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
"repository": "git+https://github.com/akveo/react-native-ui-kitten.git",
"bugs": {
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
},
"workspaces": {
"packages": [
"src/*",
"docs"
]
},
"scripts": {
"demo": "yarn --cwd ../kittenTricks",
"build": "gulp build",
"clean": "rimraf ./dist",
"lint": "tslint -c ./tslint.json ./src/**/*.{ts,tsx}",
"test": "jest",
"parse-docs": "gulp parse-docs",
"bump-version": "gulp bump-version && conventional-changelog -i CHANGELOG.md -s",
"publish-docs": "npm run parse-docs && gulp publish-docs",
"publish-packages": "gulp publish-packages"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-decorators": "^7.6.2",
"@eva-design/eva": "^2.1.1",
"@eva-design/material": "^2.1.1",
"@types/gulp": "ts3.8",
"@types/gulp-replace": "ts3.8",
"@types/jest": "ts3.8",
"@types/lodash.merge": "ts3.8",
"@types/react-native": "ts3.8",
"@types/react-test-renderer": "ts3.8",
"@types/rimraf": "ts3.8",
"babel-jest": "^24.9.0",
"change-case": "^3.1.0",
"conventional-changelog-cli": "^2.0.21",
"coveralls": "^3.0.2",
"doc-prsr": "^2.2.4",
"gulp": "^4.0.2",
"gulp-typedoc": "^2.2.3",
"husky": "^1.1.2",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react": "~16.9.0",
"react-native": "~0.61.4",
"react-native-svg": "~9.13.6",
"react-native-testing-library": "^1.12.0",
"react-test-renderer": "16.9.0",
"rimraf": "^2.6.2",
"ts-node": "^3.2.2",
"tscpaths": "0.0.9",
"tslint": "^5.12.1",
"typedoc": "^0.15.3",
"typescript": "^3.8.2"
},
"resolutions": {
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-svg": "~9.13.3"
}
}