-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.66 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
{
"name": "wordpress-init",
"version": "0.1.0",
"description": "Presentation made for a WordPress initiation workshop",
"keywords": [
"reveal.js",
"lando",
"npm",
"yarn",
"gulp-v4"
],
"homepage": ".",
"author": "@jjpeleato",
"license": "GPL-2.0",
"main": "gulpfile.babel.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jjpeleato/slides-wordpress-init.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"reveal.js": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.17.7",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.10",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-noop": "^1.0.1",
"gulp-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-terser": "^2.1.0",
"gulp-uglifycss": "^1.1.0",
"husky": "^8.0.1",
"jshint": "^2.13.4",
"map-stream": "^0.0.7",
"node-sass": "^7.0.1",
"postcss": "^8.4.14",
"sass": "^1.52.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.21.0"
},
"scripts": {
"prepare": "husky install",
"gulp:dev": "gulp",
"gulp:prod": "env NODE_ENV=production gulp",
"gulp:validate": "gulp validate",
"commit": "cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}