{ "name": "@nativescript/theme", "version": "2.1.2", "description": "Telerik NativeScript Core Theme", "author": "Telerik ", "homepage": "https://www.nativescript.org", "license": "Apache-2.0", "main": "index", "typings": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/NativeScript/theme" }, "nativescript": { "id": "org.nativescript.theme", "tns-ios": { "version": "6.1.1" }, "tns-android": { "version": "6.1.2" } }, "dependencies": { "@nativescript/theme": "./src", "bootstrap": "4.3.1", "nativescript-picker": "2.1.2", "nativescript-datetimepicker": "1.2.1", "nativescript-themes": "2.0.1", "nativescript-ui-autocomplete": "5.1.1", "nativescript-ui-sidedrawer": "7.0.3", "nativescript-ui-dataform": "5.1.1", "nativescript-ui-listview": "7.1.0", "tns-core-modules": "6.2.0-next-2019-10-16-100036-02" }, "devDependencies": { "@babel/core": "7.6.4", "@babel/plugin-transform-modules-commonjs": "7.6.0", "babel-eslint": "10.0.3", "cache-loader": "4.1.0", "eslint": "6.4.0", "glob": "7.1.4", "lazy": "1.0.11", "nativescript-dev-webpack": "1.2.1", "resolve-url-loader": "3.1.0", "sass": "1.23.0", "sass-lint": "1.13.1", "sass-loader": "8.0.0", "speed-measure-webpack-plugin": "1.3.1", "webpack": "4.40.2", "webpack-bundle-analyzer": "3.5.0", "webpack-cli": "3.3.9", "webpack-sources": "1.4.3" }, "scripts": { "eslint": "node_modules/.bin/eslint .", "builder": "node scripts/builder.js", "lint": "eslint \"app/**/*.js\" \"src/**/*.js\"" } }