-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.67 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
{
"name": "recruiter_epiq_deps",
"version": "5.0.26",
"description": "Dependencies for the epiq theme in Recruiter distribution",
"main": "index.js",
"scripts": {
"build": "node scripts/build.js",
"stylelint": "node scripts/stylelint.js",
"images": "node scripts/images.js",
"critical": "node scripts/critical.js --site ",
"styleguide": "node scripts/styleguide.js",
"test": "echo No Tests"
},
"repository": {
"type": "git",
"url": "https://github.com/epiqo/recruiter_epiq_deps.git"
},
"author": "Joao Garin <[email protected]> (https://jobiqo.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/epiqo/recruiter_epiq_deps/issues"
},
"bin": {
"recruiter-epiq-deps": "./bin/recruiter-epiq-deps.js"
},
"homepage": "https://github.com/epiqo/recruiter_epiq_deps#readme",
"dependencies": {
"chalk": "^2.4.2",
"critical": "^6.0.4",
"es6-promise": "^4.2.8",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-changed": "^4.0.0",
"gulp-concat": "~2.6.1",
"gulp-imagemin": "^7.0.0",
"gulp-livereload": "^4.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^5.1.0",
"gulp-stylelint": "^13.0.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-svgmin": "^4.1.0",
"gulp-uglify": "^3.0.2",
"kss": "^3.1.0",
"node-sass": "^9.0.0",
"path": "^0.12.7",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-scss": "^3.18.0",
"stylelint-selector-bem-pattern": "^3.0.1"
},
"devDependencies": {
"gulp-clean-css": "^4.2.0"
}
}