|
| 1 | +{ |
| 2 | + "name": "@nativescript/template-blank-solid-ts", |
| 3 | + "main": "app/index.js", |
| 4 | + "version": "8.8.1", |
| 5 | + "description": "Nativescript Starter with Solid", |
| 6 | + "author": "NativeScript Team <oss@nativescript.org>", |
| 7 | + "license": "Apache-2.0", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/NativeScript/nativescript-app-templates" |
| 11 | + }, |
| 12 | + "homepage": "https://github.com/NativeScript/nativescript-app-templates", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/NativeScript/NativeScript/issues" |
| 15 | + }, |
| 16 | + "publishConfig": { |
| 17 | + "access": "public" |
| 18 | + }, |
| 19 | + "files": [ |
| 20 | + "src", |
| 21 | + "App_Resources", |
| 22 | + "hooks", |
| 23 | + "tools", |
| 24 | + "!tools/assets", |
| 25 | + "patches", |
| 26 | + "types", |
| 27 | + ".editorconfig", |
| 28 | + ".npmrc", |
| 29 | + "tailwind.config.js", |
| 30 | + "tsconfig.json", |
| 31 | + "webpack.config.js" |
| 32 | + ], |
| 33 | + "keywords": [ |
| 34 | + "nativescript", |
| 35 | + "mobile", |
| 36 | + "{N}", |
| 37 | + "solid", |
| 38 | + "solidjs" |
| 39 | + ], |
| 40 | + "scripts": {}, |
| 41 | + "dependencies": { |
| 42 | + "@nativescript-community/solid-js": "^0.0.6", |
| 43 | + "@nativescript/core": "~8.8.0", |
| 44 | + "dominative": "^0.1.3", |
| 45 | + "solid-js": "^1.8.21", |
| 46 | + "solid-navigation": "1.0.0-alpha.16", |
| 47 | + "undom-ng": "^1.1.2" |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@babel/core": "^7.24.4", |
| 51 | + "@babel/preset-env": "^7.24.4", |
| 52 | + "@babel/preset-typescript": "^7.24.1", |
| 53 | + "@nativescript-dom/core-types": "1.0.29", |
| 54 | + "@nativescript-dom/solidjs-types": "1.0.23", |
| 55 | + "@nativescript/android": "8.8.2", |
| 56 | + "@nativescript/ios": "8.8.1", |
| 57 | + "@nativescript/types": "~8.8.0", |
| 58 | + "@nativescript/webpack": "~5.0.0", |
| 59 | + "babel": "^6.23.0", |
| 60 | + "babel-loader": "^9.1.3", |
| 61 | + "babel-preset-solid": "^1.8.19", |
| 62 | + "solid-refresh": "^0.7.5", |
| 63 | + "typescript": "~5.4.0" |
| 64 | + } |
| 65 | +} |
0 commit comments