forked from HealthCatalyst/Fabric.Cashmere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.64 KB
/
Copy pathpackage.json
File metadata and controls
126 lines (126 loc) · 4.64 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "@healthcatalyst/cashmere-docs",
"version": "2.1.0",
"license": "Apache-2.0",
"description": "Cashmere documentation website",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/HealthCatalyst/Fabric.Cashmere.git"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"docs": "ts-node scripts/docs.ts && node scripts/generate-usage-docs.js",
"test": "ng test cashmere",
"test:unit": "ng test cashmere --watch=false --code-coverage --no-progress",
"lint": "npm run lint:tslint && npm run lint:prettier",
"lint:tslint": "tslint -p tsconfig.json",
"lint:prettier": "prettier --debug-check \"**/*.{ts,js,scss,css,md,json}\"",
"build:lib": "ng build cashmere --prod",
"postbuild:lib": "node scripts/postbuild.js",
"build:user": "ng build user-guide",
"prebuild:examples": "ts-node scripts/build-examples.ts",
"build:examples": "ng build cashmere-examples --prod",
"build": "npm run build:lib && npm run build:examples && npm run build:user",
"postbuild": "npm run copy-assets",
"precopy-assets": "npm run docs",
"copy-assets": "node scripts/guide-copy-assets.js",
"commitmsg": "commitlint -e $GIT_PARAMS",
"cm": "git-cz",
"semantic-release": "semantic-release",
"prettier": "prettier --write \"**/*.{ts,js,scss,css,md,json}\""
},
"dependencies": {
"@angular/animations": "6.1.7",
"@angular/cdk": "^7.0.3",
"@angular/common": "6.1.7",
"@angular/compiler": "6.1.7",
"@angular/core": "6.1.7",
"@angular/forms": "6.1.7",
"@angular/http": "6.1.7",
"@angular/platform-browser": "6.1.7",
"@angular/platform-browser-dynamic": "6.1.7",
"@angular/platform-server": "6.1.7",
"@angular/router": "6.1.7",
"@stackblitz/sdk": "^1.2.0",
"change-case": "^3.0.2",
"core-js": "^2.4.1",
"d3": "^4.13.0",
"font-awesome": "^4.7.0",
"markdown-it": "^8.4.1",
"markdown-it-container": "^2.0.0",
"ngx-highlightjs": "^3.0.0",
"npm-font-open-sans": "^1.1.0",
"popper.js": "^1.12.9",
"rxjs": "6.3.2",
"sugar": "^2.0.6",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.8.1",
"@angular-devkit/build-ng-packagr": "~0.8.1",
"@angular/cli": "^6.2.1",
"@angular/compiler-cli": "6.1.7",
"@angular/language-service": "6.1.7",
"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"@commitlint/travis-cli": "^6.2.0",
"@semantic-release/changelog": "^2.1.2",
"@semantic-release/exec": "^2.3.0",
"@semantic-release/git": "^5.0.0",
"@types/d3": "^5.0.0",
"@types/fs-extra": "^5.0.4",
"@types/glob": "^5.0.35",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.2",
"@types/node": "9.6.2",
"@types/popper.js": "^1.11.0",
"@types/prettier": "^1.15.2",
"chalk": "^2.3.0",
"codelyzer": "~4.2.1",
"commitizen": "^3.0.5",
"coveralls": "^3.0.1",
"cp": "^0.2.0",
"cz-conventional-changelog": "^2.1.0",
"dgeni": "^0.4.9",
"dgeni-packages": "^0.26.2",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"highlight.js": "^9.13.1",
"husky": "^0.14.3",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"lint-staged": "^7.1.2",
"ng-packagr": "^4.4.0",
"node-sass": "4.8.3",
"path": "^0.12.7",
"prettier": "^1.16.2",
"progress": "^2.0.3",
"protractor": "~5.3.1",
"punycode": "~1.4.1",
"rxjs-tslint": "^0.1.4",
"semantic-release": "^15.9.5",
"ts-node": "^5.0.1",
"tsickle": ">=0.32.0",
"tslib": "^1.9.3",
"tslint": "^5.8.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "2.9.2",
"typescript-formatter": "^7.0.1",
"uglify-js": "3.3.18"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}