forked from tomaszbujnowicz/hybrid-utility-itcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·81 lines (81 loc) · 2.25 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
76
77
78
79
80
81
{
"name": "hybrid-utility-itcss",
"version": "1.0.0",
"description": "Hybrid Utility ITCSS - Front-end boilerplate | ITCSS Architecture + CSS Utilities + Gulp 4 + Webpack 4 + Babel + BrowserSync + Twig.js",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"cross-env": "^5.2.0",
"css-loader": "^3.2.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.1",
"gulp-eslint": "^6.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^3.0.0",
"gulp-jsbeautifier": "^3.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^9.0.0",
"gulp-twig": "^1.2.0",
"node-notifier": "^5.4.3",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.0",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.1",
"stylelint-scss": "^3.9.4",
"webpack": "^4.39.2",
"webpack-notifier": "^1.8.0",
"webpack-stream": "^5.2.1"
},
"engines": {
"node": ">=8.16.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development gulp",
"watch": "cross-env NODE_ENV=development gulp watch",
"build": "cross-env NODE_ENV=production gulp build",
"deploy": "cross-env NODE_ENV=production gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomaszbujnowicz/hybrid-utility-itcss.git"
},
"keywords": [
"utility css",
"itcss",
"gulp",
"gulp 4",
"webpack",
"webpack 4",
"babel",
"browsersync",
"twig",
"css architecture",
"sass",
"frontend",
"frontend boilerplate",
"frontend starter"
],
"author": {
"name": "Tomasz Bujnowicz",
"email": "[email protected]",
"url": "https://www.tomaszbujnowicz.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tomaszbujnowicz/hybrid-utility-itcss/issues"
},
"homepage": "https://github.com/tomaszbujnowicz/hybrid-utility-itcss#readme"
}