123456789101112131415161718192021222324252627 |
- {
- "name": "nativescript-demo",
- "author": "liuyuqi <liuyuqi.gov@msn.cn>",
- "main": "app/main.js",
- "version": "1.0.0",
- "private": true,
- "scripts": {
- "build": "npm install && tns build android",
- "build:ios": "tns build ios --bundle"
- },
- "dependencies": {
- "@nativescript/core": "~8.5.1",
- "@nativescript/theme": "~3.0.2",
- "nativescript-vue": "~2.9.3",
- "axios": "^1.3.6",
- "nativescript-sqlite": "^2.8.6",
- "nativescript-toast": "^2.0.0",
- "nativescript-ui-listview": "^15.2.3",
- "nativescript-vue-devtools": "^1.5.1",
- "nativescript-audio": "^6.2.6"
- },
- "devDependencies": {
- "@nativescript/android": "8.5.0",
- "@nativescript/webpack": "~5.0.0",
- "nativescript-vue-template-compiler": "~2.9.0"
- }
- }
|