This repository has been archived by the owner on Jan 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
115 lines (115 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
{
"name": "cogear",
"version": "1.3.4",
"description": "Cogear.JS – modern static websites generator (Node.JS/Webpack)",
"main": "./lib/cogear.js",
"repository": "https://github.com/codemotion/cogear.js",
"homepage": "https://cogearjs.org",
"author": "Dmitriy Beliaev <admin@cogear.org>",
"license": "(MIT OR AGPL-3.0)",
"keywords": [
"cogear",
"Cogear.JS",
"node",
"Node.JS",
"static",
"html",
"generator",
"Webpack"
],
"bin": {
"cogear": "./bin/cogear.js"
},
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7.x",
"babel-plugin-dual-import": "^1.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-minify": "^0.5.0-alpha.3cc09dcf",
"babel-preset-stage-3": "^6.24.1",
"boxen": "^1.3.0",
"camelcase": "^5.0.0",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"cli-progress": "^2.1.0",
"coffee-loader": "^0.9.0",
"coffee-register": "^2.2.0",
"coffeescript": "^2.3.1",
"commander": "^2.17.1",
"compression": "^1.7.3",
"css-loader": "^1.0.0",
"cssnano": "^4.0.5",
"death": "^1.1.0",
"decache": "^4.4.0",
"del": "^3.0.0",
"ejs": "^2.6.1",
"emittery": "^0.4.1",
"express-static-gzip": "^1.1.1",
"extract-loader": "^2.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"fs": "^0.0.1-security",
"fs-extra": "^7.0.0",
"ftp-deploy": "^2.1.2",
"getopts": "^2.1.2",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"hard-source-webpack-plugin": "^0.12.0",
"html-loader": "^0.5.5",
"inquirer": "^6.1.0",
"json-loader": "^0.5.7",
"json-stringify-pretty-compact": "^1.2.0",
"marked": "^0.4.0",
"mini-css-extract-plugin": "^0.4.1",
"mkdirp": "^0.5.1",
"node-sass": "^4.9.2",
"node-sftp-deploy": "https://github.com/weixin/node-sftp-deploy.git",
"node.extend": "^2.0.0",
"opn": "^5.3.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"ora": "^3.0.0",
"p-iteration": "^1.1.7",
"performance-now": "^2.1.0",
"plural": "^1.1.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^5.3.0",
"pretty-ms": "^3.2.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"reload": "^2.3.1",
"require-yaml": "^0.0.1",
"sass-loader": "^7.0.3",
"sftp-upload": "^1.0.0",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"sugarss": "^1.0.1",
"ts-loader": "^5.2.1",
"typescript": "^3.1.3",
"typescript-require": "^0.2.10",
"ucfirst": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-hot-middleware": "^2.22.3",
"webpack-merge": "^4.1.3",
"webpack-require-http": "^0.4.3",
"webpackbar": "^2.6.3",
"yaml-front-matter": "^4.0.0"
}
}