Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 9, 2024
1 parent 31a63bf commit 933047f
Showing 1 changed file with 78 additions and 78 deletions.
156 changes: 78 additions & 78 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,80 +1,80 @@
{
"name": "@ecodev/angular-natural-gallery",
"scripts": {
"ng": "ng",
"postinstall": "playwright install chromium",
"dev": "ng serve",
"test": "ng test",
"lint": "ng lint --max-warnings 0",
"prettier": "./node_modules/.bin/prettier --check .",
"prettier-fix": "./node_modules/.bin/prettier --write .",
"e2e": "ng e2e",
"build-lib": "ng build angular-natural-gallery && cp -v README.md dist/angular-natural-gallery/ && cp -vr projects/angular-natural-gallery/src/lib/styles dist/angular-natural-gallery/ && cd dist/angular-natural-gallery && yarn version --no-git-tag-version --new-version `git describe --tags --always`",
"build-demo": "yarn build-lib && ng build demo --aot --base-href /angular-natural-gallery/ && cp dist/demo/browser/index.html dist/demo/browser/404.html",
"serve-demo": "echo '💡 open http://localhost:8000/angular-natural-gallery/' && mkdir -p dist/server && ln -fs ../demo/browser dist/server/angular-natural-gallery && php -S localhost:8000 -t dist/server/",
"llink": "cd dist/angular-natural-gallery && (yarn unlink ; yarn link)"
},
"repository": {
"type": "git",
"url": "https://github.com/Ecodev/angular-natural-gallery"
},
"author": {
"name": "Samuel Baptista",
"email": "[email protected]"
},
"keywords": [
"gallery",
"image",
"images",
"slideshow",
"lightbox",
"zoom",
"list",
"autoload",
"lazyload",
"infinite",
"scroll",
"infinite scroll"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Ecodev/angular-natural-gallery/issues"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.3",
"@angular/animations": "^18.2.3",
"@angular/cli": "^18.2.3",
"@angular/common": "^18.2.3",
"@angular/compiler": "^18.2.3",
"@angular/compiler-cli": "^18.2.3",
"@angular/core": "^18.2.3",
"@angular/language-service": "^18.2.3",
"@angular/platform-browser": "^18.2.3",
"@angular/platform-browser-dynamic": "^18.2.3",
"@angular/router": "^18.2.3",
"@ecodev/natural-gallery-js": "^10.0.1",
"@playwright/test": "^1.35.1",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "^2.0.9",
"@types/node": "^16.0",
"angular-eslint": "18.1.0",
"eslint": "^9.6.0",
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^18.1.0",
"photoswipe": "^5.3.7",
"prettier": "3.3.3",
"rxjs": "^7.8.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"typescript": "~5.5.3",
"typescript-eslint": "8.0.0-alpha.38",
"zone.js": "~0.14.10"
},
"dependencies": {}
"name": "@ecodev/angular-natural-gallery",
"scripts": {
"ng": "ng",
"postinstall": "playwright install chromium",
"dev": "ng serve",
"test": "ng test",
"lint": "ng lint --max-warnings 0",
"prettier": "./node_modules/.bin/prettier --check .",
"prettier-fix": "./node_modules/.bin/prettier --write .",
"e2e": "ng e2e",
"build-lib": "ng build angular-natural-gallery && cp -v README.md dist/angular-natural-gallery/ && cp -vr projects/angular-natural-gallery/src/lib/styles dist/angular-natural-gallery/ && cd dist/angular-natural-gallery && yarn version --no-git-tag-version --new-version `git describe --tags --always`",
"build-demo": "yarn build-lib && ng build demo --aot --base-href /angular-natural-gallery/ && cp dist/demo/browser/index.html dist/demo/browser/404.html",
"serve-demo": "echo '💡 open http://localhost:8000/angular-natural-gallery/' && mkdir -p dist/server && ln -fs ../demo/browser dist/server/angular-natural-gallery && php -S localhost:8000 -t dist/server/",
"llink": "cd dist/angular-natural-gallery && (yarn unlink ; yarn link)"
},
"repository": {
"type": "git",
"url": "https://github.com/Ecodev/angular-natural-gallery"
},
"author": {
"name": "Samuel Baptista",
"email": "[email protected]"
},
"keywords": [
"gallery",
"image",
"images",
"slideshow",
"lightbox",
"zoom",
"list",
"autoload",
"lazyload",
"infinite",
"scroll",
"infinite scroll"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Ecodev/angular-natural-gallery/issues"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.3",
"@angular/animations": "^18.2.3",
"@angular/cli": "^18.2.3",
"@angular/common": "^18.2.3",
"@angular/compiler": "^18.2.3",
"@angular/compiler-cli": "^18.2.3",
"@angular/core": "^18.2.3",
"@angular/language-service": "^18.2.3",
"@angular/platform-browser": "^18.2.3",
"@angular/platform-browser-dynamic": "^18.2.3",
"@angular/router": "^18.2.3",
"@ecodev/natural-gallery-js": "^10.0.1",
"@playwright/test": "^1.35.1",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "^2.0.9",
"@types/node": "^16.0",
"angular-eslint": "18.1.0",
"eslint": "^9.6.0",
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^18.1.0",
"photoswipe": "^5.3.7",
"prettier": "3.3.3",
"rxjs": "^7.8.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"typescript": "~5.5.3",
"typescript-eslint": "8.0.0-alpha.38",
"zone.js": "~0.14.10"
},
"dependencies": {}
}

0 comments on commit 933047f

Please sign in to comment.