-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ngx-gravatar-url",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"build:prod": "ng build --configuration production",
"format": "prettier --write \"src/**/*.{ts,scss,html}\" \"projects/**/*.{ts,scss,html}\"",
"build:lib": "ng build ngx-gravatar-url && cp README.md dist/ngx-gravatar-url",
"publish": "cd dist/ngx-gravatar-url && npm publish",
"rocket": "npm run build:lib && npm run publish",
"deploy": "ng deploy --base-href=/ngx-gravatar-url/"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.5",
"@angular/common": "^14.0.5",
"@angular/compiler": "^14.0.5",
"@angular/core": "^14.0.5",
"@angular/forms": "^14.0.5",
"@angular/platform-browser": "^14.0.5",
"@angular/platform-browser-dynamic": "^14.0.5",
"@angular/router": "^14.0.5",
"gravatar-url": "^4.0.1",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.5",
"@angular/cli": "^14.0.5",
"@angular/compiler-cli": "^14.0.5",
"@tailwindcss/forms": "0.5.2",
"@tailwindcss/typography": "0.5.3",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^1.0.0",
"autoprefixer": "^10.4.7",
"ng-packagr": "^14.0.3",
"postcss": "^8.4.14",
"prettier": "2.7.1",
"tailwindcss": "^3.1.6",
"typescript": "~4.7.4"
}
}