-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 3.22 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": "@jikan0/source",
"version": "1.2.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@effect/schema": "^0.63.2",
"@expo/metro-config": "~0.17.3",
"@expo/metro-runtime": "~3.1.1",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-picker/picker": "^2.6.1",
"@rimbu/core": "^2.0.0",
"@statelyai/inspect": "^0.4.0",
"@xstate/react": "^4.1.1",
"axios": "^1.0.0",
"expo": "~50.0.3",
"expo-asset": "~9.0.2",
"expo-av": "~13.10.5",
"expo-keep-awake": "~12.8.2",
"expo-splash-screen": "~0.26.1",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-is": "18.2.0",
"react-native": "0.73.2",
"react-native-paper": "^5.12.3",
"react-native-picker-select": "^9.0.1",
"react-native-svg": "14.1.0",
"react-native-svg-transformer": "1.2.0",
"react-native-web": "~0.19.9",
"styled-components": "5.3.6",
"terminal-kit": "^3.0.1",
"ts-pattern": "^5.0.6",
"tslib": "^2.3.0",
"xstate": "^5.17.4"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@expo/cli": "~0.16.5",
"@nx/cypress": "18.0.3",
"@nx/esbuild": "18.0.3",
"@nx/eslint": "18.0.3",
"@nx/eslint-plugin": "18.0.3",
"@nx/expo": "^18.0.3",
"@nx/jest": "18.0.3",
"@nx/js": "18.0.3",
"@nx/node": "18.0.3",
"@nx/react": "18.0.3",
"@nx/vite": "18.0.3",
"@nx/web": "18.0.3",
"@nx/workspace": "18.0.3",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react": "14.0.0",
"@testing-library/react-native": "~12.4.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "~18.2.45",
"@types/react-dom": "18.2.14",
"@types/react-is": "18.2.2",
"@types/styled-components": "5.1.26",
"@types/terminal-kit": "^2.5.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"babel-jest": "^29.4.1",
"babel-plugin-styled-components": "1.10.7",
"babel-preset-expo": "~10.0.0",
"cypress": "^13.0.0",
"esbuild": "^0.19.2",
"eslint": "~8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"fast-check": "^3.15.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-expo": "~50.0.1",
"jsdom": "~22.1.0",
"nx": "18.0.3",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tsc-alias": "^1.8.8",
"typescript": "5.3.3",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vite-plugin-dts": "~2.3.0",
"vitest": "1.2.2"
},
"nx": {
"includedScripts": []
}
}