UNPKG

ng-alain-plugin-theme

Version:
63 lines (62 loc) 1.75 kB
{ "name": "ng-alain-plugin-theme", "version": "18.0.0", "description": "NG-ALAIN theme plugin", "keywords": [ "delon", "ng-alain", "ng-alain-plugin" ], "author": "cipchk <cipchk@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/ng-alain/plugin-theme/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ng-alain/plugin-theme.git" }, "homepage": "https://ng-alain.com", "bin": { "ng-alain-plugin-theme": "lib/index.js" }, "sideEffects": false, "scripts": { "tsc": "tsc", "watch": "tsc --w", "lint": "eslint 'lib/**/*.ts'", "build": "bash ./build.sh", "build:test": "bash ./build.sh -t", "test": "TS_NODE_PROJECT=./test/tsconfig.json npm run mocha --recursive ./test/**/*.spec.ts", "mocha": "mocha -r ts-node/register", "release": "npm run build && cd dist && npm publish --access public", "release:next": "npm run build && cd dist && npm publish --access public --tag next" }, "dependencies": { "jsonc-parser": "^3.2.0", "less": "^4.1.3", "less-plugin-clean-css": "^1.5.1", "less-vars-to-js": "^1.3.0", "meow": "^9.0.0", "postcss": "^8.4.18", "postcss-less": "^6.0.0" }, "devDependencies": { "@delon/theme": "^17.0.0", "@types/chai": "^4.3.3", "@types/less": "^3.0.3", "@types/meow": "^6.0.0", "@types/mocha": "^10.0.0", "@types/node": "^14.0.27", "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "chai": "^4.3.6", "eslint": "^8.26.0", "mocha": "^10.1.0", "ng-zorro-antd": "^18.0.0", "postcss": "^8.4.18", "postcss-less": "^6.0.0", "ts-node": "^10.9.1", "typescript": "~5.4.2" } }