-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 3.55 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "fitly",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx run-many --all --target=test",
"prepare": "husky install"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nrwl/cli": "13.8.5",
"@nrwl/detox": "13.8.5",
"@nrwl/eslint-plugin-nx": "13.8.5",
"@nrwl/jest": "13.8.5",
"@nrwl/linter": "13.8.5",
"@nrwl/nest": "^13.8.5",
"@nrwl/node": "13.8.5",
"@nrwl/react-native": "^13.8.5",
"@nrwl/tao": "13.8.5",
"@nrwl/web": "13.8.5",
"@nrwl/workspace": "13.8.5",
"@react-native-async-storage/async-storage": "1.15.17",
"@react-native-community/cli": "7.0.1",
"@react-native-community/cli-platform-android": "7.0.1",
"@react-native-community/cli-platform-ios": "7.0.1",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/jest-native": "4.0.4",
"@testing-library/react-native": "9.0.0",
"@types/jest": "27.0.2",
"@types/lodash": "^4.14.182",
"@types/node": "16.11.7",
"@types/react": "17.0.30",
"@types/react-native": "0.66.15",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"babel-jest": "27.2.3",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"detox": "19.4.5",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "^7.0.0",
"jest": "27.2.3",
"jest-circus": "27.2.3",
"jest-react-native": "18.0.0",
"metro": "0.67.0",
"metro-react-native-babel-preset": "0.67.0",
"metro-resolver": "0.67.0",
"prettier": "^2.5.1",
"react-native-config": "1.4.5",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "1.0.0",
"react-test-renderer": "17.0.2",
"react-timer-hook": "3.0.5",
"ts-jest": "27.0.5",
"typescript": "~4.5.2"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@nestjs/axios": "^0.0.7",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/swagger": "^5.2.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@reduxjs/toolkit": "^1.8.1",
"@types/luxon": "^2.3.1",
"@types/react-native-svg-charts": "^5.0.12",
"@types/uuid": "^8.3.4",
"@ui-kitten/components": "^5.1.2",
"@ui-kitten/eva-icons": "^5.1.2",
"axios": "^0.26.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"d3-shape": "^3.1.0",
"jsftp": "^2.1.3",
"lodash": "^4.17.21",
"luxon": "^2.3.1",
"nestjs-ftp": "git+https://[email protected]/damiankoper/nestjs-ftp#0.0.1",
"react": "17.0.2",
"react-native": "0.67.2",
"react-native-animatable": "^1.3.3",
"react-native-drop-shadow": "^0.0.4",
"react-native-get-random-values": "^1.8.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-mmkv": "^2.4.1",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^3.13.1",
"react-native-svg-charts": "^5.4.0",
"react-redux": "^7.2.8",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.0.0",
"strongly-typed-events": "^3.0.1",
"swagger-ui-express": "^4.3.0",
"tslib": "^2.0.0",
"uuid": "^8.3.2"
}
}