-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "ngx-textile",
"version": "0.0.5",
"repository": {
"url": "https://github.com/vincent/ngx-textile"
},
"scripts": {
"ng": "ng",
"start": "ng serve ngx-textile",
"build": "ng build ngx-textile",
"demo": "ng build demo --base-href /ngx-textile/ && rm -Rf docs && cp -r dist/demo/browser docs",
"watch": "ng build ngx-textile --watch --configuration development",
"test": "ng test ngx-textile"
},
"private": false,
"dependencies": {
"@angular/core": "^18.2.0",
"rxjs": "~7.8.0",
"textile-js": "^2.1.1",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-builders/jest": "^18.0.0",
"@angular/router": "^18.2.0",
"@angular-devkit/build-angular": "^18.2.1",
"@angular/cli": "^18.2.1",
"@angular/compiler-cli": "^18.2.0",
"@types/jasmine": "~5.1.0",
"@types/jest": "^29.5.12",
"jasmine-core": "~5.2.0",
"jest": "^29.7.0",
"karma-coverage": "~2.2.0",
"ng-packagr": "^18.2.0",
"typescript": "~5.5.2"
}
}