-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.71 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": "laurent-le-graverend",
"version": "5.0.0",
"description": "Laurent Le Graverend – Homepage",
"repository": {
"type": "git",
"url": "git+https://github.com/laurent-le-graverend/home.git"
},
"author": "Laurent Le Graverend",
"license": "MIT",
"bugs": {
"url": "https://github.com/laurent-le-graverend/home/issues"
},
"homepage": "https://github.com/laurent-le-graverend/home#readme",
"scripts": {
"serve:dist": "cross-env NODE_ENV=production gulp serve",
"start": "gulp serve",
"build": "cross-env NODE_ENV=production gulp",
"lint": "npx eslint '**/*.{js,jsx,svelte,vue}' && npx stylelint '**/*.{css,scss}'",
"test": "npx gulp lint"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"devDependencies": {
"@babel/core": "7.17.8",
"@babel/preset-env": "7.16.11",
"@bandlab/eslint-config-bandlab-base": "4.3.0",
"@bandlab/stylelint-config-bandlab": "4.0.0",
"@ronilaukkarinen/gulp-stylelint": "14.0.6",
"autoprefixer": "10.4.4",
"browser-sync": "2.27.9",
"cross-env": "7.0.3",
"cssnano": "5.1.5",
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-cli": "2.3.0",
"gulp-eslint": "6.0.0",
"gulp-htmlmin": "5.0.1",
"gulp-if": "3.0.0",
"gulp-load-plugins": "2.0.7",
"gulp-plumber": "1.2.1",
"gulp-postcss": "9.0.1",
"gulp-rev": "9.0.0",
"gulp-rev-replace": "0.4.4",
"gulp-sass": "5.1.0",
"gulp-size": "4.0.1",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2",
"gulp-useref": "5.0.0",
"normalize.css": "8.0.1",
"postcss": "8.4.12",
"postcss-scss": "4.0.3",
"sass": "1.49.9",
"stylelint": "14.6.0",
"yargs": "17.4.0"
}
}