-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.84 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
{
"name": "static-pug-boilerplate",
"version": "1.0.0",
"description": "This is a boilerplate starting point for new pug.js projects",
"author": "Eric Fuhrmann",
"license": "UNLICENSED",
"scripts": {
"start": "gulp",
"build": "gulp build --prod"
},
"repository": {
"type": "git",
"url": "https://github.com/ekfuhrmann/static-pug-boilerpalte"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"keywords": [
"js",
"sass",
"pug",
"api",
"gulp",
"yarn"
],
"browserslist": [
"defaults"
],
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/register": "^7.13.14",
"@prettier/plugin-pug": "^1.19.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"dotenv-webpack": "^7.0.2",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-data": "^1.3.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^3.0.0",
"gulp-svgstore": "^7.0.1",
"postcss": "^8.4.5",
"postcss-include-media": "^1.0.1",
"postcss-nested": "^5.0.6",
"prettier": "^2.5.1",
"pug-lint": "^2.6.0",
"sass": "^1.45.2",
"stylelint": "^14.2.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"webpack-stream": "^6.1.2",
"yargs": "^16.2.0"
},
"dependencies": {
"normalize-scss": "^7.0.1",
"remove": "^0.1.5"
}
}