-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "kashmir",
"version": "1.0.0",
"description": "A Drupal theme with modern tooling.",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "1.11.0",
"@typescript-eslint/parser": "1.11.0",
"autoprefixer": "9.6.0",
"breakpoint-sass": "2.7.1",
"browser-sync": "2.26.7",
"eslint": "6.0.1",
"eslint-config-prettier": "5.0.0",
"eslint-plugin-prettier": "3.1.0",
"gulp": "4.0.2",
"gulp-eslint": "5.0.0",
"gulp-if": "2.0.2",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-sass": "4.0.2",
"gulp-sass-glob": "1.0.9",
"gulp-stylelint": "9.0.0",
"gulp-svgstore": "7.0.1",
"gulp-typescript": "5.0.1",
"gulp-util": "3.0.8",
"husky": "3.0.0",
"normalize.scss": "0.1.0",
"prettier": "1.18.2",
"sass-toolkit": "2.10.2",
"stylelint": "10.1.0",
"stylelint-config-standard": "18.3.0",
"typescript": "3.5.2"
},
"scripts": {
"postinstall": "find node_modules/ -name '*.info' -type f -delete"
},
"hooks": {
"pre-commit": "gulp lint"
},
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "gulp lint --type production"
}
}
}