generated from mate-academy/gulp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "gulp-boilerplate",
"version": "1.0.0",
"description": "Frontend boilerplate based on gulp",
"main": "index.js",
"scripts": {
"init": "mate-scripts init",
"start": "mate-scripts start",
"lint": "mate-scripts lint",
"test:only": "mate-scripts test",
"build": "mate-scripts build",
"deploy": "mate-scripts deploy",
"update": "mate-scripts update",
"postinstall": "npm run update",
"test": "npm run lint && npm run test:only"
},
"keywords": [],
"author": "Mate Academy",
"license": "GPL-3.0",
"devDependencies": {
"@linthtml/linthtml": "^0.8.3",
"@mate-academy/bemlint": "^0.1.1",
"@mate-academy/eslint-config": "*",
"@mate-academy/linthtml-config": "0.0.2",
"@mate-academy/scripts": "^1.2.8",
"@mate-academy/stylelint-config": "0.0.9",
"colors": "^1.3.3",
"eslint": "^5.16.0",
"eslint-plugin-node": "^9.0.1",
"gh-pages": "2.0.0",
"gulp-htmllint": "0.0.16",
"node-sass": "^4.14.1",
"parcel": "^1.12.4",
"stylelint": "^13.5.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.17.2"
},
"browserslist": [
"last 2 versions"
],
"mateAcademy": {
"projectType": "layout"
},
"dependencies": {}
}