-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.45 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
{
"name": "flightdeck",
"version": "1.2.0",
"description": "Flightdeck is an opinionated starter project for Jekyll that uses modern front-end tooling.",
"author": "Ed Heltzel",
"license": "MIT",
"homepage": "https://github.com/flight-deck/flightdeck-for-jekyll",
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR"
],
"devDependencies": {
"autoprefixer": "^10.4.15",
"browser-sync": "^2.29.3",
"cssnano": "^6.0.1",
"del": "^7.1.0",
"fibers": "^5.0.3",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-dart-sass": "^1.1.0",
"gulp-imagemin": "^8.0.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-terser": "^2.1.0",
"postcss": "^8.4.30",
"rome": "12.1.3"
},
"scripts": {
"preinstall": "bundle install --path vendor/bundle",
"start": "bundle exec gulp",
"build": "bundle exec gulp build --jekyllEnv='production'",
"format": "rome format .",
"format:fix": "rome format . --write",
"lint": "rome check .",
"lint:fix": "rome check . --apply",
"lint:fix:suggested": "rome check . --apply-suggested",
"deploy:test": "./.liftoff.sh ready",
"deploy": "./.liftoff.sh ready go",
"clean": "./.scrub.sh site",
"purge": "./.scrub.sh purge"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}