-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.13 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
{
"name": "desevp-start-project",
"version": "1.0.0",
"description": "Start project",
"author": "Desevp",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"test:style": "stylelint \"src/**/*.scss\" --syntax=scss",
"test:orpho": "yaspeller -e \".md,.html\" ./src/",
"start": "gulp",
"deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy",
"build": "cross-env NODE_ENV=production npm start build",
"lint-staged": "lint-staged",
"precommit": "lint-staged"
},
"lint-staged": {
"*.scss": "stylelint --syntax=scss"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.8",
"const": "^1.0.0",
"cross-env": "^5.0.0",
"css-mqpacker": "^6.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-cheerio": "^0.6.2",
"gulp-cleancss": "^0.2.2",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-file-include": "^1.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-newer": "^1.3.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-svgmin": "^1.2.3",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^3.0.0",
"gulp-wait": "0.0.2",
"gulp.spritesmith": "^6.3.0",
"husky": "^0.14.3",
"imagemin-pngquant": "^5.0.0",
"lint-staged": "^4.3.0",
"merge-stream": "^1.0.1",
"normalize.css": "^7.0.0",
"postcss-image-inliner": "^1.0.6",
"postcss-import": "^11.0.0",
"postcss-inline-svg": "^3.0.0",
"postcss-object-fit-images": "^1.1.2",
"sort-css-media-queries": "^1.3.3",
"stylelint": "^8.2.0",
"vinyl-buffer": "^1.0.0",
"yaspeller": "^4.0.0"
},
"dependencies": {
"jquery": "^3.1.1",
"jquery-touchswipe": "^1.6.15",
"object-fit-images": "^3.2.3",
"svg4everybody": "^2.1.8"
}
}