forked from mdbootstrap/mdb-angular-ui-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 3.08 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
{
"name": "angular-bootstrap-md-lib",
"version": "9.3.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"copy-scss": "cp -r projects/angular-bootstrap-md/src/lib/assets dist/angular-bootstrap-md/assets",
"copy-files": "cp projects/angular-bootstrap-md/src/lib/changelog projects/angular-bootstrap-md/src/lib/License.pdf README.md dist/angular-bootstrap-md",
"pack-archive": "cd dist/angular-bootstrap-md && npm pack . && cp angular-bootstrap-md-9.*.tgz ../..",
"remove-archive": "rm dist/angular-bootstrap-md/angular-bootstrap-md-9.*.tgz && cd ../..",
"compile-lib": "ng build angular-bootstrap-md && npm run copy-scss && npm run copy-files && npm run schematics:build && npm run pack-archive && npm run remove-archive",
"schematics:build": "tsc -p projects/angular-bootstrap-md/tsconfig.schematics.json && npm run schematics:copy-schema && npm run schematics:copy-collection && npm run schematics:copy-migration",
"schematics:copy-schema": "cp projects/angular-bootstrap-md/schematics/ng-add/schema.json dist/angular-bootstrap-md/schematics/ng-add",
"schematics:copy-collection": "cp projects/angular-bootstrap-md/schematics/collection.json dist/angular-bootstrap-md/schematics/",
"schematics:copy-migration": "cp projects/angular-bootstrap-md/schematics/migration.json dist/angular-bootstrap-md/schematics/",
"compile": "npm run compile-lib"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.4",
"@angular/cdk": "^9.1.0",
"@angular/common": "~9.0.4",
"@angular/compiler": "~9.0.4",
"@angular/core": "~9.0.4",
"@angular/forms": "~9.0.4",
"@angular/platform-browser": "~9.0.4",
"@angular/platform-browser-dynamic": "~9.0.4",
"@angular/router": "~9.0.4",
"@fortawesome/fontawesome-free": "^5.6.3",
"@types/chart.js": "^2.7.42",
"angular-bootstrap-md": "file:angular-bootstrap-md-9.3.0.tgz",
"chart.js": "^2.5.0",
"core-js": "^2.5.4",
"hammerjs": "^2.0.8",
"rxjs": "~6.5.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.4",
"@angular-devkit/build-ng-packagr": "~0.900.4",
"@angular-devkit/schematics": "^9.0.4",
"@angular/cli": "~9.0.4",
"@angular/compiler-cli": "~9.0.4",
"@angular/language-service": "~9.0.4",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~5.1.0",
"copy-webpack-plugin": "^4.6.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^9.0.2",
"protractor": "~5.4.0",
"schematics-utilities": "^1.1.1",
"ts-node": "~7.0.0",
"tsickle": "^0.38.0",
"tslib": "^1.11.1",
"tslint": "~5.11.0",
"typescript": "~3.7.5",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-node-externals": "^1.7.2"
}
}