This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.48 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
{
"name": "softezza",
"version": "1.0.0",
"main": "src/index.pug",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"browserslist": [
"last 2 Chrome versions",
"last 7 Firefox versions",
"> 1%",
"IE 11",
"Edge 16",
"last 5 iOS versions"
],
"description": "",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6",
"critical": "^1.3.7",
"cssnano": "^4.1.10",
"eslint-plugin-pug": "^1.2.2",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.4.0",
"gulp-connect": "^5.7.0",
"gulp-if": "^3.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-posthtml": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.5.0",
"postcss-color-function": "^4.1.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.0",
"postcss-object-fit-images": "^1.1.2",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^6.0.1",
"postcss-scss": "^2.0.0",
"postcss-short": "^5.0.0",
"postcss-strip-inline-comments": "^0.1.5",
"posthtml-beautify": "^0.3.1",
"posthtml-pug": "^1.0.2",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"css-element-queries": "^1.2.3",
"focus-visible": "^5.1.0",
"normalize.css": "^8.0.1",
"object-fit-images": "^3.2.4"
}
}