UNPKG

nativescript-typedoc-theme

Version:

A TypeDoc theme for the API-Reference of NativeScript packages.

52 lines (51 loc) 1.67 kB
{ "name": "nativescript-typedoc-theme", "version": "1.1.0", "description": "A TypeDoc theme for the API-Reference of NativeScript packages.", "main": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run build:tailwind && npm run build:sass && npm run build:postcss && rm assets/css/sass-build.css", "build:tailwind": "npx tailwindcss-cli@latest build -o tailwind.css", "build:sass": "sass assets/css/main.sass assets/css/sass-build.css", "build:postcss": "postcss assets/css/sass-build.css -o assets/css/main.css --no-map" }, "repository": { "type": "git", "url": "git+https://github.com/NativeScript/tns-core-modules-API-Ref.git" }, "keywords": [ "NativeScript", "tns-core-modules", "api-ref", "typedoc", "theme" ], "author": "Telerik <support@telerik.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/NativeScript/tns-core-modules-API-Ref/issues" }, "homepage": "https://github.com/NativeScript/tns-core-modules-API-Ref#readme", "devDependencies": { "autoprefixer": "^10.2.5", "grunt": "^1.0.1", "grunt-autoprefixer": "^3.0.4", "grunt-cli": "^1.2.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^3.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-string-replace": "^1.3.1", "grunt-ts": "^6.0.0-beta.16", "gulp": "^3.9.1", "gulp-debug": "^2.1.2", "gulp-sass": "^2.3.1", "postcss": "^8.2.13", "postcss-cli": "8.3.1", "postcss-import": "^14.0.1", "rimraf": "^2.6.1", "sass": "1.32.12", "tailwindcss": "^2.0.3", "typescript": "^2.3.4" } }