-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
{
"browserslist": [
"last 6 version",
"not dead",
"not IE 11"
],
"devDependencies": {
"autoprefixer": "10.4.12",
"browser-sync": "2.27.10",
"cross-env": "7.0.3",
"cssnano": "5.1.13",
"del": "7.0.0",
"esbuild-svelte": "0.7.3",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-markdown": "3.0.0",
"eslint-plugin-svelte3": "4.0.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-data": "1.3.1",
"gulp-esbuild": "0.10.6",
"gulp-eslint": "6.0.0",
"gulp-if": "3.0.0",
"gulp-libsquoosh": "1.1.2",
"gulp-lintspaces": "1.0.1",
"gulp-postcss": "9.0.1",
"gulp-posthtml": "3.0.5",
"gulp-replace": "1.1.3",
"gulp-sass": "5.1.0",
"gulp-stacksvg": "1.0.6",
"gulp-svgmin": "4.1.0",
"gulp-twig": "1.2.0",
"htmlnano": "2.0.2",
"pixelperfect-tool": "1.4.0",
"postcss-reporter": "7.0.5",
"postcss-scss": "4.0.5",
"postcss-sort-media-queries": "4.3.0",
"posthtml-bem-linter": "0.1.3",
"posthtml-w3c-validator": "1.1.0",
"pre-commit": "1.2.2",
"sass": "1.56.1",
"stylelint": "14.14.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-order": "5.0.0",
"svelte": "3.54.0",
"svgo": "2.8.0",
"terser": "5.15.1"
},
"name": "mishka",
"pre-commit": "lint",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production gulp build",
"dev": "cross-env NODE_ENV=development gulp",
"lint": "cross-env LINT=1 NODE_ENV=production gulp lint"
},
"type": "module"
}