-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.47 KB
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
{
"name": "Triangles",
"version": "1.0.0",
"private": true,
"description": "Project's dependencies",
"author": "Orest Bats <orest.bats@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/OBats/Triangles.git"
},
"scripts": {
"build": "gulp build",
"deploy": "gulp deploy",
"test": "stylelint \"src/sass/**/*.scss\" --syntax=scss & gulp lint-html",
"precommit": "lint-staged"
},
"lint-staged": {
"linters": {
"*.scss": "stylelint"
}
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"css-mqpacker": "^6.0.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.3.0",
"gulp-csso": "^3.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlhint": "^0.3.1",
"gulp-imagemin": "^3.3.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.0",
"gulp-svgmin": "^1.2.3",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"husky": "^0.14.3",
"lint-staged": "^4.0.1",
"pixel-glass": "^1.0.13",
"pump": "^1.0.2",
"require-dir": "^0.3.0",
"stylelint": "^7.13.0",
"stylelint-config-standard": "^16.0.0"
},
"engines": {
"node": "6.10"
},
"dependencies": {
"gsap": "^1.20.2"
}
}