-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.78 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@dimaslz/ng-v-class",
"version": "0.0.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib": "ng build ng-v-class",
"postbuild:lib": "cpy README.md dist/ng-v-class",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:watch": "yarn test --watch",
"test:coverage": "yarn test --coverage",
"release": "dotenv release-it --"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/forms": "~12.2.0",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@dimaslz/ng-heroicons": "^0.1.4",
"highlight.js": "^11.3.1",
"lodash.isarray": "^4.0.0",
"lodash.isequal": "^4.5.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.12",
"@angular-eslint/builder": "^13.0.1",
"@angular-eslint/eslint-plugin": "^12.6.1",
"@angular-eslint/eslint-plugin-template": "^12.6.1",
"@angular-eslint/template-parser": "^12.6.1",
"@angular/cli": "~12.2.13",
"@angular/compiler-cli": "~12.2.0",
"@release-it/bumper": "^3.0.1",
"@release-it/conventional-changelog": "^3.3.0",
"@testing-library/angular": "^10.11.0",
"@testing-library/user-event": "^13.5.0",
"@types/highlight.js": "^10.1.0",
"@types/jest": "^27.0.2",
"@types/lodash.isarray": "^4.0.6",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.8.0",
"@typescript-eslint/parser": "^4.33.0",
"cpy-cli": "^3.1.1",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^27.3.1",
"jest-cli": "^27.1.1",
"jest-preset-angular": "^10.1.0",
"ng-packagr": "^12.2.5",
"release-it": "^14.11.5",
"tailwindcss": "^2.2.19",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "~4.3.5"
},
"description": "Directive to have a flexible \"ngClass\" as Vue style but in Angular.",
"repository": {
"type": "git",
"url": "git+https://github.com/dimaslz/ng-v-class.git"
},
"author": "Dimas López <[email protected]> (dimaslz)",
"license": "ISC",
"keywords": [
"angular",
"vue",
"library",
"directive"
],
"bugs": {
"url": "https://github.com/dimaslz/ng-v-class/issues"
},
"homepage": "https://github.com/dimaslz/ng-v-class#readme"
}