forked from criticalmanufacturing/dev-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 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
{
"name": "@criticalmanufacturing/dev-tasks",
"version": "7.1.0-2",
"description": "Gulp tasks and helpers for development",
"main": "main.js",
"dependencies": {
"@angular/compiler": "7.2.3",
"@angular/core": "7.2.3",
"@criticalmanufacturing/dev-i18n-transform": "^1.0.0",
"async-walker": "~0.0.4",
"clean-css": "~4.2.1",
"codelyzer": "^4.5.0",
"del": "~3.0.0",
"elasticlunr": "^0.9.5",
"fs-extra": "~7.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "~6.0.0",
"gulp-callback": "0.0.3",
"gulp-if": "~2.0.2",
"gulp-inject": "~5.0.2",
"gulp-less": "^4.0.1",
"gulp-minify": "~3.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace-task": "~0.11.0",
"gulp-shell": "~0.6.5",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "~5.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"gulp-webserver": "^0.9.1",
"html-minifier": "~3.5.21",
"run-sequence": "^2.2.1",
"rxjs": "^6.0.0",
"tslint": "~5.12.0",
"typescript": "3.2.4",
"uuid": "~3.3.2",
"yargs": "~12.0.5",
"group-array": "0.3.3",
"tslint-no-circular-imports": "^0.7.0",
"less": "~3.9.0"
},
"devDependencies": {},
"scripts": {},
"keywords": [
"cmf",
"gulp",
"dev",
"tasks"
],
"author": "Critical Manufacturing",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/criticalmanufacturing/dev-tasks.git"
}
}