-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 2 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
{
"name": "ngx-dynamic-table",
"version": "1.0.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"publish": "npm run tw:preprocess && npm run ngx:build && npm run tw:copy && npm run ngx:publish",
"tw:preprocess": "tailwindcss -c ./projects/demo/tailwind.config.js -o ./projects/ngx-dynamic-table/src/lib/style/ngx-dynamic-table-tw.scss",
"tw:copy": "cp -R ./projects/ngx-dynamic-table/src/lib/style ./dist/ngx-dynamic-table/lib/style",
"ngx:build": "ng build ngx-dynamic-table",
"ngx:publish": "cd dist/ngx-dynamic-table && npm publish --access public",
"compodoc:build": "compodoc -p projects/demo/tsconfig.app.json -c projects/demo/tsconfig.doc.json",
"compodoc:build-and-serve": "compodoc -p tsconfig.doc.json -s",
"compodoc:serve": "compodoc -s"
},
"private": false,
"dependencies": {
"@angular/animations": "^17.2.0",
"@angular/cdk": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/material": "17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/router": "^17.2.0",
"@christophhu/ngx-dynamic-table": "^1.0.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.1",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
"@compodoc/compodoc": "^1.1.25",
"@types/jasmine": "~5.1.0",
"angular-cli-ghpages": "^2.0.0-beta.2",
"autoprefixer": "^10.4.19",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^17.2.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.2"
}
}