-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.86 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.86 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
{
"name": "demo-solid",
"main": "./src/index.js",
"description": "NativeScript Solid integration demo app",
"private": true,
"dependencies": {
"@nativescript-community/solid-js": "file:../../node_modules/@nativescript-community/solid-js",
"@nativescript/core": "file:../../node_modules/@nativescript/core",
"@nativescript/tanstack-router": "file:../../packages/tanstack-router",
"@tanstack/history": "file:../../node_modules/@tanstack/history",
"@tanstack/solid-router": "file:../../node_modules/@tanstack/solid-router",
"@triniwiz/nativescript-image-cache-it": "file:../../node_modules/@triniwiz/nativescript-image-cache-it",
"dominative": "file:../../node_modules/dominative",
"solid-js": "file:../../node_modules/solid-js",
"undom-ng": "file:../../node_modules/undom-ng"
},
"devDependencies": {
"@babel/core": "file:../../node_modules/@babel/core",
"@babel/preset-env": "file:../../node_modules/@babel/preset-env",
"@babel/preset-typescript": "file:../../node_modules/@babel/preset-typescript",
"@nativescript-dom/core-types": "file:../../node_modules/@nativescript-dom/core-types",
"@nativescript-dom/solidjs-types": "file:../../node_modules/@nativescript-dom/solidjs-types",
"@nativescript/android": "file:../../node_modules/@nativescript/android",
"@nativescript/ios": "9.0.3",
"@nativescript/tailwind": "file:../../node_modules/@nativescript/tailwind",
"@nativescript/types": "file:../../node_modules/@nativescript/types",
"@nativescript/webpack": "file:../../node_modules/@nativescript/webpack",
"babel-loader": "file:../../node_modules/babel-loader",
"babel-preset-solid": "file:../../node_modules/babel-preset-solid",
"solid-refresh": "file:../../node_modules/solid-refresh",
"tailwindcss": "file:../../node_modules/tailwindcss",
"typescript": "file:../../node_modules/typescript"
}
}