-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
120 lines (120 loc) · 3.29 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
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
{
"name": "tars-cli",
"version": "1.13.1",
"os": [
"darwin",
"linux",
"win32"
],
"description": "CLI utility for TARS",
"keywords": [
"tars",
"cli",
"gulp",
"builder",
"markup"
],
"author": {
"name": "Artem Malko",
"email": "tars.builder@gmail.com"
},
"contributors": [
{
"name": "Artem Malko",
"email": "artem.malko@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/tars/tars-cli.git"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.8.0",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"chalk": "^2.4.2",
"chokidar": "^3.3.1",
"cli-spinner": "^0.2.10",
"commander": "^2.20.0",
"comment-json": "^2.4.0",
"del": "^5.1.0",
"download": "4.4.3",
"eslint-loader": "^3.0.3",
"extfs": "0.0.7",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.2",
"gulp-compile-handlebars": "0.6.1",
"gulp-concat": "2.6.1",
"gulp-csso": "^4.0.1",
"gulp-data": "^1.3.1",
"gulp-eslint": "^6.0.0",
"gulp-html-prettify": "https://github.com/artem-malko/gulp-html-prettify/archive/master.tar.gz",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "6.2.0",
"gulp-importify": "^0.0.7",
"gulp-jade": "1.1.0",
"gulp-jade-inheritance": "https://github.com/tars/gulp-jade-inheritance/archive/master.tar.gz",
"gulp-less": "4.0.1",
"gulp-minify-html": "^1.0.6",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-pug-inheritance": "https://github.com/artem-malko/gulp-pug-inheritance/archive/master.tar.gz",
"gulp-rename": "^1.4.0",
"gulp-replace-task": "0.11.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^3.0.0",
"gulp-stylus": "^2.7.0",
"gulp-svg-spritesheet": "https://github.com/artem-malko/gulp-svg-spritesheet/archive/master.tar.gz",
"gulp-svg-symbols": "https://github.com/artem-malko/gulp-svg-symbols/archive/master.tar.gz",
"gulp-svg2png": "1.0.2",
"gulp-terser": "^1.2.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "3.0.8",
"gulp-zip": "^5.0.1",
"gulp.spritesmith": "^6.11.0",
"gulp4-run-sequence": "^1.0.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"run-sequence": "^2.2.1",
"sass": "^1.49.9",
"source-map-loader": "^0.2.4",
"stream-combiner": "^0.2.2",
"terser-webpack-plugin": "2.3.2",
"through2": "^3.0.1",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "^4.41.5",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"win-spawn": "^2.0.0"
},
"devDependencies": {
"eslint": "^6.8.0"
},
"optionalDependencies": {
"fsevents": "^2.1.2",
"posix": "^4.2.0"
},
"bin": {
"tars": "./bin/tars.js"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified!\" && exit 1",
"postuninstall": "node ./lib/npm-scripts/postuninstall.js",
"postversion": "node ./lib/npm-scripts/postversion.js",
"lint": "eslint bin/*.js lib/**/*.js"
},
"bugs": {
"url": "https://github.com/tars/tars-cli/issues",
"email": "tars.builder@gmail.com"
}
}