-
Notifications
You must be signed in to change notification settings - Fork 954
/
package.json
76 lines (76 loc) · 2.43 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
69
70
71
72
73
74
75
76
{
"name": "ui-kitten",
"version": "5.3.1",
"private": true,
"license": "MIT",
"author": "akveo <contact@akveo.com>",
"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": "eslint -c .eslintrc.js ./src",
"test": "jest",
"parse-docs": "gulp parse-docs",
"view-docs": "cd src/showcases/ && npm run env -- dev && cd ../.. && yarn parse-docs && cd docs && yarn start && cd ..",
"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",
"r": "rm -rf node_modules && rm -rf src/showcases/node_modules && rm -rf docs/node_modules && yarn"
},
"dependencies": {
"react": "18.1.0",
"react-native": "0.70.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/runtime": "^7.12.5",
"@eva-design/eva": "^2.2.0",
"@eva-design/material": "^2.2.0",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/gulp": "ts3.8",
"@types/gulp-replace": "ts3.8",
"@types/jest": "^26.0.23",
"@types/lodash.merge": "^4.6.7",
"@types/react-native": "^0.70.6",
"@types/react-test-renderer": "^18.0.0",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"babel-jest": "^26.6.3",
"change-case": "^4.1.2",
"conventional-changelog-cli": "^2.0.21",
"coveralls": "^3.0.2",
"doc-prsr": "2.2.5",
"eslint": "^7.32.0",
"eslint-config-akveo": "^1.0.1",
"eslint-plugin-react-native": "^4.0.0",
"gulp": "^4.0.2",
"gulp-typedoc": "^2.2.3",
"husky": "^1.1.2",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "0.72.3",
"react-native-svg": "~9.13.6",
"react-native-testing-library": "^1.12.0",
"react-test-renderer": "18.1.0",
"rimraf": "^2.6.2",
"ts-node": "^3.2.2",
"typedoc": "^0.15.3",
"typescript": "^4.8.3"
},
"resolutions": {
"@types/react": "^18.0.17"
}
}