-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.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
{
"name": "luchos-front-framework",
"version": "1.0.0",
"description": "Front-End Framework providing a modular architecture",
"keywords": [
"Module",
"SMACSS",
"ES6"
],
"scripts": {
"dploy": "gulp build; dploy prod"
},
"main": "README.md",
"author": {
"name": "Louis Chenais",
"email": "[email protected]",
"url": "https://github.com/ChucKN0risK"
},
"repository": {
"type": "git",
"url": "github.com/ChucKN0risK/LuchosFrontFramework.git"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.23.6",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-cached": "^1.1.1",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.0",
"gulp-dom": "^0.9.0",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.3.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-css-comments": "^2.0.0",
"gulp-svg2png": "^2.0.2",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.1.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"imagemin-pngquant": "^5.0.1",
"postcss-uncss": "^0.16.1",
"uncss": "^0.16.2",
"sassdoc": "^2.1.20",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-no-unsupported-browser-features": "^2.0.0",
"stylelint-scss": "^2.3.0",
"svg2png": "^4.1.1",
"svg4everybody": "^2.1.9"
},
"browserslist": [
">0.25%"
]
}