-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "partners",
"theme": "Draft",
"author": "Tray",
"version": "1.5.2",
"homepage": "https://www.tray.com.br/",
"description": "Contém o código do tema de parceiros Draft",
"main": "gulpfile.js",
"license": "UNLICENSED",
"private": true,
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"prepare": "husky install",
"commit": "cz"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cz-commitlint": "^16.2.1",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"autoprefixer": "^10.4.2",
"cssnano": "^4.1.10",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-header-comment": "^0.8.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-terser-js": "^5.2.2",
"husky": "^7.0.4",
"postcss": "^8.4.6",
"prettier": "^2.6.2",
"sass": "^1.51.0"
},
"dependencies": {
"jquery-mask-plugin": "^1.14.16",
"jquery-validation": "^1.19.3",
"swiper": "^8.1.4",
"vanilla-lazyload": "^17.8.2"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}