-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
130 lines (130 loc) · 3.6 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
121
122
123
124
125
126
127
128
129
130
{
"name": "mango-cli",
"version": "3.9.6",
"description": "Scaffold and build your projects way more faster than before. Preconfigured frontend devstack to the absolute perfection. Fully automated to save your precious time. Ready for any type of web project.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"mango": "bin/mango"
},
"preferglobal": true,
"repository": {
"type": "git",
"url": "https://github.com/manGoweb/mango-cli.git"
},
"engines": {
"node": ">=14",
"npm": ">=7"
},
"keywords": [
"browserify",
"browsersync",
"build",
"clean-css",
"coffeescript",
"frontend",
"generator",
"gulp",
"imagemin",
"jade",
"mango",
"mangoweb",
"react",
"sass",
"scaffolding",
"sourcemaps",
"stylus",
"uglifyjs"
],
"author": "manGoweb s.r.o. <[email protected]> (www.mangoweb.cz)",
"contributors": [
"Filip Chalupa <[email protected]> (onset.github.io)",
"Matěj Šimek <[email protected]> (matejsimek.com)",
"Viliam Kopecký <[email protected]> (viliamkopecky.com)",
"Vojta Staněk <[email protected]> (stanekv.eu)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/manGoweb/mango-cli/issues"
},
"homepage": "https://github.com/manGoweb/mango-cli",
"dependencies": {
"@babel/core": "7.12.9",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-decorators": "7.12.1",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-syntax-class-properties": "7.12.1",
"@babel/plugin-syntax-decorators": "7.12.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"acorn": "^8.0.4",
"autoprefixer": "^10.0.4",
"babel-loader": "^8.2.2",
"better-console": "^1.0.1",
"browser-sync": "^2.26.13",
"chalk": "^4.1.0",
"chokidar": "^3.4.3",
"compression": "^1.7.4",
"del": "^6.0.0",
"gift": "^0.10.2",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.3.0",
"gulp-data": "^1.3.1",
"gulp-file": "^0.4.0",
"gulp-filter": "^6.0.0",
"gulp-front-matter": "^1.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylus": "^2.7.0",
"gulp-svg-sprite": "^1.5.0",
"html-loader": "^1.3.2",
"js-yaml": "^3.14.0",
"jsonfile": "^6.1.0",
"lodash": "^4.17.20",
"merge-stream": "^2.0.0",
"minimatch": "^3.0.4",
"natives": "^1.1.6",
"nib": "^1.1.2",
"node-notifier": "^8.0.0",
"node-sass": "^7.0.3",
"node-sass-package-importer": "^5.3.2",
"postcss": "^8.1.14",
"pug": "^3.0.0",
"pug-loader": "^2.4.0",
"run-sequence": "^2.2.1",
"semver": "^7.3.4",
"sharp": "^0.26.3",
"svelte": "^3.31.0",
"svelte-loader": "^2.13.6",
"ts-loader": "^8.0.11",
"typescript": "4.1.2",
"vinyl-named": "^1.1.0",
"webpack": "^5.9.0",
"webpack-stream": "6.1.1",
"yargs": "^16.1.1",
"yml-loader": "^2.1.0"
},
"optionalDependencies": {},
"config": {
"appId": "cz.mangoweb.mango-cli",
"default_fork_repo": "https://github.com/mangoweb/mango-cli-example.git",
"tests_repo": "https://github.com/manGoweb/mango-cli-test.git"
},
"devDependencies": {
"mocha": "^8.2.1",
"should": "^13.2.3"
}
}