-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "smarter",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "tslint 'src/**/*.{ts, tsx}'"
},
"dependencies": {
"@ant-design/react-native": "^4.2.0",
"@react-native-community/cameraroll": "^4.1.2",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/slider": "^4.2.0",
"@react-native-picker/picker": "^2.2.1",
"react": "17.0.2",
"react-native": "0.67.2",
"react-native-gesture-handler": "^2.2.0",
"react-native-pager-view": "^5.4.9",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/runtime": "^7.16.7",
"@types/react": "^17.0.38",
"@types/react-native": "^0.66.15",
"babel-jest": "^27.4.6",
"babel-plugin-module-resolver": "^4.1.0",
"jest": "^27.4.7",
"metro-react-native-babel-preset": "^0.67.0",
"prettier": "^2.5.1",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "17.0.2",
"ts-jest": "^27.1.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"tslint-react": "^5.0.0",
"typescript": "^4.5.5"
},
"jest": {
"preset": "react-native"
}
}