-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
63 lines (63 loc) · 1.58 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
{
"name": "mantis-starter",
"version": "2.5.2",
"description": "A modern kick-starter for front-end development packed with well-chosen tools",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git@github.com:acauamontiel/mantis-starter.git"
},
"keywords": [
"template",
"boilerplate",
"skeleton",
"scaffold",
"starter"
],
"browserslist": [
"last 2 version",
"> 1%",
"IE 10"
],
"author": "Acauã Montiel <contato@acauamontiel.com.br>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.1",
"babelify": "^10.0.0",
"browser-sync": "^2.26.3",
"dotenv": "^7.0.0",
"eslint-config-mantis": "^1.3.0",
"gulp": "^4.0.0",
"gulp-bro": "^1.0.3",
"gulp-eslint": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-pug-linter": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylint": "^4.0.2",
"gulp-stylus": "^2.7.0",
"gulp-svg-symbols": "^3.2.3",
"gulp-uglify": "^3.0.2",
"mantis-equalizr": "^1.5.0",
"mantis-grid": "^0.5.1",
"mantis-layers": "^0.1.0",
"mantis-querist": "^0.5.0",
"mantis-toolkit": "^0.2.0",
"puglint-stylish": "^1.0.1",
"rimraf": "^2.6.3"
}
}