-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.36 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
{
"name": "cookie-consent",
"version": "0.0.0",
"description": "A customizable Cookie Consent Banner 🍪 for Angular.",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib": "ng build lib --configuration production && cp README.md dist/cookie-monster",
"publish:lib": "cd dist/cookie-monster && npm publish",
"deploy": "ng deploy demo --base-href=/cookiemonster/",
"format": "prettier --write \"src/**/*.{ts,html}\" \"projects/**/*.ts\""
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.1",
"@angular/common": "^14.2.1",
"@angular/compiler": "^14.2.1",
"@angular/core": "^14.2.1",
"@angular/forms": "^14.2.1",
"@angular/platform-browser": "^14.2.1",
"@angular/platform-browser-dynamic": "^14.2.1",
"@angular/router": "^14.2.1",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.2",
"@angular/cli": "^14.2.2",
"@angular/compiler-cli": "^14.2.1",
"@tailwindcss/forms": "0.5.3",
"@types/node": "^12.20.0",
"angular-cli-ghpages": "^1.0.0",
"autoprefixer": "^10.4.9",
"ng-packagr": "^14.2.1",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"typescript": "~4.8.3"
}
}