forked from ethan-gerardot/ngx-linkifyjs-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.17 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.17 KB
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
{
"name": "ngx-linkifyjs-v2",
"version": "17.0.1",
"scripts": {
"ng": "ng",
"build": "ng build ngx-linkifyjs-v2 && npm run --prefix projects/ngx-linkifyjs-v2 postbuild",
"build:prod": "ng build ngx-linkifyjs-v2 --configuration production && npm run --prefix projects/ngx-linkifyjs-v2 postbuild",
"build:docs": "npx compodoc -p projects/ngx-linkifyjs-v2/tsconfig.lib.json --hideGenerator --disableCoverage -d dist/doc/",
"publish:lib": "npm publish ./dist/ngx-linkifyjs-v2",
"test": "ng test --watch=false",
"test:watch": "ng test",
"lint": "ng lint ngx-linkifyjs-v2",
"release": "release-it",
"demo": "npm run build && ng serve demo",
"demo:build": "npm run build && ng build demo",
"demo:build:prod": "npm run build:prod && ng build demo --configuration production"
},
"private": true,
"dependencies": {
"@angular/common": "^21.0.6",
"@angular/core": "^21.0.6",
"@angular/forms": "^21.0.6",
"@angular/router": "^21.0.6",
"linkify-plugin-hashtag": "^4.3.2",
"linkify-plugin-mention": "^4.3.2",
"linkify-string": "^4.3.2",
"linkifyjs": "^4.3.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/core": "^21.0.4",
"@angular-devkit/schematics": "^21.0.4",
"@angular-eslint/builder": "20.5.0",
"@angular-eslint/eslint-plugin": "20.5.0",
"@angular-eslint/eslint-plugin-template": "20.5.0",
"@angular-eslint/schematics": "20.5.0",
"@angular-eslint/template-parser": "20.5.0",
"@angular/build": "^21.0.4",
"@angular/cli": "^21.0.4",
"@angular/compiler": "^21.0.6",
"@angular/compiler-cli": "^21.0.6",
"@angular/language-service": "^21.0.6",
"@compodoc/compodoc": "^1.1.32",
"@release-it/conventional-changelog": "^10.0.1",
"@types/node": "^24.9.2",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"angular-eslint": "^20.5.0",
"eslint": "9.39.0",
"jsdom": "^27.1.0",
"ng-packagr": "^21.0.1",
"release-it": "^19.0.5",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"vitest": "^4.0.16"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.52.3"
}
}