-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.93 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "@digital-alchemy/code-glue",
"private": true,
"version": "24.10.1",
"workspaces": [
"apps/*",
"packages/*"
],
"description": "Super top secret idea",
"repository": "https://github.com/Digital-Alchemy-TS/code-glue",
"scripts": {
"act": "act -j lint-and-build",
"clean": "sh ./scripts/clean.sh",
"server:cli": "yarn --cwd ./apps/server cli",
"server:build": "yarn --cwd ./apps/server build",
"server:lint": "yarn --cwd ./apps/server lint",
"server:start": "yarn --cwd ./apps/server start",
"server:test": "yarn --cwd ./apps/server test",
"client:dev": "yarn --cwd ./apps/client start",
"client:lint": "yarn --cwd ./apps/client lint"
},
"dependencies": {
"@digital-alchemy/automation": "^24.9.3",
"@digital-alchemy/core": "^24.10.8",
"@digital-alchemy/hass": "^24.11.1",
"@digital-alchemy/synapse": "^24.11.1",
"@digital-alchemy/terminal": "^24.11.1",
"@digital-alchemy/type-writer": "^24.10.2",
"@expo/vector-icons": "^14.0.2",
"@fastify/cors": "^10.0.1",
"@fastify/helmet": "^12.0.1",
"@fastify/swagger": "^9.2.0",
"@fastify/swagger-ui": "^5.1.0",
"@fastify/type-provider-typebox": "^5.0.0",
"@react-navigation/native": "^6.0.2",
"@sinclair/typebox": "^0.33.21",
"better-sqlite3": "^11.5.0",
"chalk": "^5.3.0",
"dayjs": "^1.11.13",
"expo": "~51.0.28",
"expo-constants": "~16.0.2",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"fastify": "^5.0.0",
"ioredis": "^5.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.10",
"react-refresh": "^0.14.2",
"uuid": "^11.0.2",
"valtio": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@cspell/eslint-plugin": "^8.16.0",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@expo/metro-runtime": "^3.2.3",
"@jest/globals": "^29.7.0",
"@tiltshift/config": "^2.1.0",
"@types/better-sqlite3": "^7.6.11",
"@types/bun": "^1.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/react": "~18.2.45",
"@types/react-refresh": "^0",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "^9.14.0",
"eslint-config-expo": "^7.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-16409d05-20241101",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-valtio": "^0.6.4",
"globals": "^15.11.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-expo": "~51.0.3",
"node-cache": "^5.1.2",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.2.5",
"tsx": "^4.19.2",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"packageManager": "[email protected]",
"volta": {
"node": "22.11.0",
"yarn": "4.5.1"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0",
"jsonpath-plus": "10.0.7"
},
"prettier": {
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"jsxSingleQuote": false,
"arrowParens": "avoid"
}
}