UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

103 lines (102 loc) 3.89 kB
{ "name": "ng-new-app", "version": "1.0.8", "description": "Angular 12 boilerplate that comes with Material-UI, Tailwind, Purgecss, Jest & Cypress Support, Optimal project structure, Interceptor with already some code, sourcemap analyzer tools, all pre-configured and much more...", "homepage": "https://github.com/sardapv/angular-material-starter-template#readme", "repository": { "type": "git", "url": "git+https://github.com/sardapv/angular-material-starter-template.git" }, "keywords": [ "angular", "boilerplate", "starter-kit", "material-template", "tailwind-template", "husky", "code-coverage", "light-house" ], "author": "Pranav Sarda <sardapranav1@gmail.com>", "license": "MIT", "scripts": { "ng": "ng", "prepare": "husky install", "start": "ng serve", "build": "ng build --base-href ./ ", "watch": "ng build --watch --configuration development", "prod-test": "npm run final-build && serve -s dist/", "source": "ng build --sourceMap=true --namedChunks=true && ./node_modules/.bin/source-map-explorer dist/*.js", "webpack-analyze": "ng build --sourceMap=true --namedChunks=true --stats-json && ./node_modules/.bin/webpack-bundle-analyzer dist/stats.json", "purgecss": "node run-purgecss.js", "final-build": "npm run build && npm run purgecss", "test": "ng test", "test:coverage": "ng test --coverage", "lint": "ng lint", "e2e": "ng run ng-new-app:cypress-open", "e2e:ci": "ng run ng-new-app:cypress-run", "prettier": "prettier --config ./.prettierrc --write \"src/{app,environments}/**/*{.ts,.html,.scss,.json}\"", "prettier:verify": "prettier --config ./.prettierrc --check \"src/{app,environments}/**/*{.ts,.html,.scss,.json}\"", "prettier:staged": "pretty-quick --staged" }, "bin": { "ng-new-app": "./bin/generate-app.js" }, "dependencies": { "@angular/animations": "~12.1.1", "@angular/cdk": "~12.1.1", "@angular/common": "~12.1.1", "@angular/compiler": "~12.1.1", "@angular/core": "~12.1.1", "@angular/forms": "~12.1.1", "@angular/material": "~12.1.1", "@angular/platform-browser": "~12.1.1", "@angular/platform-browser-dynamic": "~12.1.1", "@angular/router": "~12.1.1", "@ngx-loading-bar/core": "^5.1.1", "@ngx-loading-bar/router": "^5.1.1", "rxjs": "^6.6.6", "tslib": "^2.0.0", "typed.js": "^2.0.11", "web-animations-js": "^2.3.2", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-builders/jest": "12.1.0", "@angular-devkit/build-angular": "~12.1.1", "@angular-eslint/builder": "12.1.0", "@angular-eslint/eslint-plugin": "12.1.0", "@angular-eslint/eslint-plugin-template": "12.1.0", "@angular-eslint/schematics": "12.2.0", "@angular-eslint/template-parser": "12.1.0", "@angular/cli": "~12.1.1", "@angular/compiler-cli": "~12.1.1", "@briebug/cypress-schematic": "^5.0.0", "@briebug/jest-schematic": "^3.1.0", "@cypress/code-coverage": "^3.9.9", "@schematics/angular": "^12.0.1", "@types/jasmine": "~3.6.0", "@types/jest": "26.0.23", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "4.23.0", "@typescript-eslint/parser": "4.23.0", "autoprefixer": "^10.2.6", "cypress": "7.5.0", "dayjs": "^1.10.5", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "husky": "^7.0.1", "istanbul-instrumenter-loader": "^3.0.1", "jest": "27.0.4", "ngx-build-plus": "^12.2.0", "prettier": "2.3.2", "pretty-quick": "^3.1.1", "purgecss": "^4.0.3", "rimraf": "^3.0.2", "serve": "^12.0.0", "source-map-explorer": "^2.5.2", "tailwindcss": "^2.1.2", "typescript": "~4.2.3", "webpack-bundle-analyzer": "^4.4.1" } }