-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.49 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
{
"name": "cao-calculator",
"author": "RazerMoon",
"repository": "https://github.com/RazerMoon/cao-calculator",
"version": "1.2.0",
"license": "MIT",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"start:prod": "expo start --no-dev --minify",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint **/**/*.{ts,tsx}",
"lint:fix": "eslint **/**/*.{ts,tsx} --fix",
"build:android": "eas build --platform android",
"submit:android": "eas submit --platform android",
"eas-build-post-install": "npm run generate-licenses",
"generate-licenses": "npm-license-crawler -onlyDirectDependencies -json ./assets/licenses.json"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.2",
"expo": "^48.0.0",
"expo-app-loading": "~2.1.1",
"expo-font": "~11.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-web-browser": "~12.1.1",
"nanoid": "^5.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.14",
"react-native-circular-progress": "^1.3.7",
"react-native-gesture-handler": "~2.9.0",
"react-native-paper": "^4.7.1",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/config": "~8.0.0",
"@types/react": "~18.0.27",
"@types/react-dom": "~18.0.10",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"npm-license-crawler": "^0.2.1",
"prettier": "^2.2.1",
"react-native-web": "~0.18.11",
"typescript": "^4.9.4"
}
}