-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.48 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.48 KB
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
{
"name": "ns-solid-tanstack-router",
"main": "src/index.ts",
"version": "1.0.0",
"private": true,
"dependencies": {
"@nativescript-community/solid-js": "^0.1.2",
"@nativescript/core": "~9.0.0",
"@nativescript/tanstack-router": "~0.0.5",
"@tanstack/history": "^1.100.0",
"@tanstack/solid-router": "^1.166.0",
"@triniwiz/nativescript-image-cache-it": "^8.0.1",
"@valor/nativescript-websockets": "^2.0.2",
"dominative": "^0.1.3",
"solid-js": "^1.9.11",
"undom-ng": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.23.3",
"@nativescript-dom/core-types": "1.0.32",
"@nativescript-dom/solidjs-types": "1.0.25",
"@nativescript/android": "9.0.2",
"@nativescript/ios": "9.0.3",
"@nativescript/tailwind": "~2.1.0",
"@nativescript/types": "~9.0.0",
"@nativescript/visionos": "9.0.1",
"@nativescript/vite": "~2.0.0",
"@tanstack/router-plugin": "^1.166.0",
"@tanstack/virtual-file-routes": "^1.161.4",
"babel": "^6.23.0",
"babel-loader": "^9.1.3",
"babel-preset-solid": "^1.8.19",
"concurrently": "^9.0.0",
"patch-package": "^8.0.1",
"solid-refresh": "^0.7.5",
"tailwindcss": "~3.4.3",
"typescript": "~5.9.0",
"wait-on": "^9.0.0"
},
"scripts": {
"ios": "ns debug ios --no-hmr",
"android": "ns debug android --no-hmr",
"visionos": "ns run visionos --no-hmr",
"postinstall": "patch-package"
}
}